Commit 77e0312
committed
[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
0e232fa gopls: add scheme to CodeDescription.href
2363391 all: go fmt ./...
b369640 all: fmt tests with new gofmt
f6e0443 go/analysis: add unusedwrite pass
bdaa8bf go/gcexportdata: warn that {Read,Write}Bundle are experimental
f4301d9 internal/imports: update stdlib index for 1.16
f3748ed internal/lsp/source: filter out comparable from completion results
f47cb78 go/analysis/passes/buildtag: update check for //go:build
06713c2 go/loader: fix race
1f00549 internal/regtest: fix regtests for the dev.typeparams Go branch
4b19790 txtar: minor fix in unit test input
9eb3535 internal/lsp: 'go get' packages instead of modules
67e49ef go/internal/cgo: set pkgdir with -srcdir instead of CWD
19ff21f go/analysis/unitchecker: tell the user how to list the flags and analyzers
d5b8332 internal/lsp/command: rename package generate to gen
4534fc3 go/internal/gcimporter: reference golang/go#44339 in TODO
35839b7 go/internal/gcimporter: fix tests on darwin
a1db63c go/internal/gcimporter: add "bundled" export data formats
b79f76f go/internal/gcimporter: fix reexporting compiler data
7fde01f go/internal/gcimporter: refactor IExportData tests
6055ccf go/internal/gcimporter: simplify IExportData API
1e7abac internal/lsp: refactor go command error handling
ffc2075 internal/lsp: fix nil pointer in hover when (types.Object).Pkg() is nil
fca8992 internal/lsp: handle nil pointer with import shortcut = link
5848b84 internal/typesinternal: sync error codes with go1.16
3a5a051 go/analysis/passes: add sigchanyzer Analyzer
Change-Id: I1d4a41669e2f8e8115fb5d62cc25a62f7c755ba2File tree
149 files changed
+1901
-629
lines changed- cmd
- bundle
- testdata
- callgraph
- cover
- fiximports
- getgo
- godex
- goimports
- gotype
- guru
- splitdwarf
- stress
- stringer
- container/intsets
- godoc
- static
- vfs
- gopls
- internal
- hooks
- regtest
- diagnostics
- misc
- modfile
- workspace
- go
- analysis
- analysistest
- multichecker
- passes
- buildtag
- testdata/src/a
- errorsas
- sigchanyzer
- testdata/src/a
- unusedwrite
- testdata/src/a
- unitchecker
- buildutil
- callgraph
- cha
- rta
- gcexportdata
- internal
- cgo
- gccgoimporter
- gcimporter
- loader
- packages/packagestest
- pointer
- ssa
- ssautil
- internal
- fastwalk
- imports
- lsp
- cache
- command
- gen
- fake
- lsprpc
- span
- testenv
- playground/socket
- refactor
- eg
- testdata
- importgraph
- txtar
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
149 files changed
+1901
-629
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
228 | 228 | | |
229 | 229 | | |
230 | 230 | | |
| 231 | + | |
231 | 232 | | |
232 | 233 | | |
233 | 234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
0 commit comments