Commit 818d642
committed
[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
9a6582c gopls/internal/regtest: avoid flake in TestGoModInvalidesOnSave
f618651 internal/lsp/cache: compare file size when invalidating file cache
7646fae internal/lsp/fake: use hash rather than mtime to identify workdir files
45115c1 internal/lsp/source: rename uses of embedded fields
1e6ecd4 go/packages: don't crash if given an invalid overlay
88ba5d0 internal/imports: handle un-downloaded modules
d33bae4 copyright: test that all files in the repo have copyright notices
1b1bb64 gopls/doc/emacs.md: describe configuration for eglot
7905cea internal/lsp/cmd: add licenses command
9c811db gopls/internal/hooks: create included licenses text
1462c25 gopls/internal/regtest: fix TestUnimportedCompletions
e1c06e4 gopls: use standard command doc comment format
21398c4 Revert "go/analysis/passes/structtag: recognize multiple keys per tag"
5bd8423 internal/lsp/cache: fix panic in GOPATH mode
6f6e4b6 internal/lsp/cache: fix module paths in nested module error messages
7de0487 gopls/internal/regtest: skip regtests on android-amd64-emu
9277847 all: add copyright notices to files that are missing them
5d65579 go/packages: remove -mod, -modfile flags from build flags for go version
b8e0803 internal/lsp/source: return all field funcs from outgoing callhierarchy
6c3993f gopls: update link to nvim-lspconfig gopls configuration
66568f3 gopls/doc: add additional information on CI in contributing.md
961d08d gopls: bump gofumpt to v0.1.0
2e889ff gopls/internal/regtest: support multiple workspace folders
eb9b40e cmd/goyacc: double ACTSIZE, NSTATE and TEMPSTATE
2993f55 internal/lsp: avoid panic during interface assertion
c4dccaf go/analysis/passes/fieldalignment: add command
9ca8607 internal/lsp: save all possible keys for analyses, codelenses
d2d86cc internal/lsp: restructure user options (CL 278433 continued)
Change-Id: I9ee4b4ad55369caa697e0527bfc61c553e40bbe4File tree
155 files changed
+1555
-455
lines changed- blog
- atom
- cmd
- benchcmp
- compilebench
- cover
- eg
- godoc
- goimports
- gomvpkg
- gorename
- goyacc
- html2article
- present
- toolstash
- container/intsets
- copyright
- gopls
- doc
- internal
- hooks
- regtest
- test/debug
- go
- analysis
- analysistest
- internal
- analysisflags
- checker
- multichecker
- passes
- fieldalignment
- cmd/fieldalignment
- findcall/cmd/findcall
- internal/analysisutil
- lostcancel/cmd/lostcancel
- nilness/cmd/nilness
- printf
- shadow
- cmd/shadow
- sortslice
- structtag
- testdata/src/go16
- unmarshal/cmd/unmarshal
- unitchecker
- ast
- astutil
- inspector
- buildutil
- callgraph/static
- gccgoexportdata
- gcexportdata
- packages
- packagestest
- pointer
- ssa
- interp
- types/typeutil
- vcs
- imports
- internal
- apidiff
- event
- export/ocagent
- wire
- gocommand
- imports
- lsp
- cache
- cmd
- test
- debug
- diff
- fake
- helper
- mod
- protocol
- source
- testdata
- callhierarchy
- rename/issue43616
- packagesinternal
- playground
- socket
- present
- refactor/rename
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
155 files changed
+1555
-455
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
1 | 5 | | |
2 | 6 | | |
3 | 7 | | |
| |||
0 commit comments