Commit 641242d
committed
[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
6375436 Revert "[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6"
0af0626 internal/lsp: save all possible keys for analyses, codelenses
ee6d6af internal/lsp: restructure user options (CL 278433 continued)
2152f4e Merge "[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6"
4a19ffb gopls/internal/regtest: await file changes in TestUseGoplsMod
481d425 [gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
ef3185b internal/lsp/cache: add a check for snapshot invariants
b841374 internal/lsp: fix autocomplete appends on imports
929a849 internal/lsp: restructure the way we report critical errors
fbbba25 gopls/doc: generate documentation for analyzers
84d76fe internal/lsp: fix unimported completions with -mod=readonly
0661ca7 gopls/internal/regtest: show line numbers if TestUseGoplsMod fails
13ff221 internal/lsp/cmd: include new name in rename help message
0f6027f gopls/doc/vim.md: add table of contents, improve neovim docs
34cd474 internal/lsp: use an enum for GC annotations settings
b1c9089 internal/lsp/source: do not panic in "var func" outgoing callhierarchy
2b0845d gopls/release: add a command to validate the gopls release process
57089f8 internal/lsp: remove dependencies using text edits when necessary
834755c internal/lsp: add tests to set configuration options
bdbb3c9 internal/lsp/cache: only reload the workspace on saved changes
3e0a2b7 gopls/internal/regtest: skip a some new builders where regtests time out
f6952e4 internal/lsp/cache: fix some package event tags
9cbb1ef internal/lsp/source: add the shadow analyzer
3fa0e8f gopls: disable TestTemplate on Android
f2e330f gopls/test: add type checking for debug server templates
1965356 internal/lsp/mod: fix misplaced code lens with individual requires
b57d1c5 internal/lsp: return an error if code action has no title
ae774e9 internal/lsp: don't show duplicate diagnostics for go.mod errors
5b06639 internal/lsp/source: only show "run file benchmarks" if available
11a5667 gopls/internal/regtest: test metadata validation only on save for go.mod
5b43ef9 go/analysis/passes/fieldalignment: filter comments from suggested fix
4b31ac3 gopls/internal/regtest: test that accepting fix removes diagnostics
008e477 internal/lsp, gopls: recover from go-diff panics
48e5bd1 internal/lsp: add titles to `go mod tidy` and update go.sum fixes
fa10ef0 internal/lsp/source: update codelenses example
6307297 go/analysis/passes/fieldalignment: support fields without name
Change-Id: Ic66860e1eea3ce41e818011ec00b41a77cbd3345File tree
68 files changed
+3796
-1381
lines changed- gopls
- doc
- internal
- hooks
- regtest
- release
- test/debug
- go/analysis
- analysistest
- passes/fieldalignment
- testdata/src/a
- internal/lsp
- cache
- cmd
- test
- debug
- tag
- diff
- difftest
- myers
- fake
- mod
- source
- completion
- testdata
- callhierarchy
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+3796
-1381
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
221 | 224 | | |
222 | 225 | | |
223 | 226 | | |
224 | | - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
225 | 231 | | |
226 | 232 | | |
227 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
0 commit comments