Commit 39f1305
committed
[gopls-release-branch.0.5] all: merge master into gopls-release-branch.0.5
3db8fd2 internal/lsp: use a structured format for the server's version
8694a4a internal/lsp/source: don't find possible interface references to types
78b1585 internal/lsp/fake: reflect on-disk changes in clean buffers
bc9fc8d internal/lsp: fix flickering analysis diagnostics
bc3cf28 go/loader: loosen a test assertion on go/types error messages
22bd852 internal/lsp: remove organize imports action for go.mod
aefe0b7 internal/lsp: set correct directness when adding new requires
330dc7d internal/lsp/cache: assign a static temp workspace dir to the first view
b653051 internal/lsp/cmd: delete TestDefinitionHelpExample test
ac612af internal/lsp: fix the logic to avoid duplicate file watching
6d1a7fa internal/imports: handle out of range panic in modInfo
7ad286a internal/lsp: check for nil snapshot in didModifyFiles
c64668f internal/lsp: do not rename in compiler directive comments
f46e424 internal/lsp/cache: handle nil pointer exception in missing module error
3f6de07 internal/lsp: make Diagnostics.CodeDescription a pointer
3288bc1 go/analysis: add frame pointer check for vet
b53d4cb internal/lsp/cache: check for symlinks when checking "isSubdirectory"
8860a70 internal/lsp/cache: set a 15 minute deadline on calls to packages.Load
51cde52 internal/lsp: move initialization entirely into the snapshot
1f28ee6 internal/lsp: change `go mod vendor` warning into a diagnostic
582c62e go/analysis/singlechecker: fix whitespace in package documentation
4fc0492 internal/lsp/cache: keep a cached workspace module dir
3734b81 internal/lsp: delay longer in TestDebouncer
d36b6f6 internal/memoize: add a final argument to Bind for cleaning up
f239dba internal/lsp/cache: consider gopls.mod when finding workspace root
d463eb0 internal/lsp/cache: introduce a workspace abstraction
443cd81 Revert "internal/lsp: move initialization entirely into the snapshot"
deb1282 internal/lsp: move initialization entirely into the snapshot
8da1a62 internal/lsp/source/completion: remove "completion_" prefix from files
589136c cmd/fiximports,cmd/present,cmd/stringer: update links to pkg.go.dev
cf7a54d internal/lsp/source: use bestMatch for fully qualified symbol style
63f8a17 internal/lsp: use the correct method name to register semantic tokens
2feb2bb internal/lsp: elide details for non-package files
186a743 internal/lsp/source: respect user's hover kind in signature help
061905c internal/lsp/cache: stop unnecessarily waiting for IWL
c86e623 internal/lsp/source: add missing vet analyzers
e7a17c4 internal/lsp/cache: preserve OS environment
690a3c2 go/analysis/passes/asmdecl: permit return jump without writing to results
2c11599 internal/lsp: use the go command to fix go.mod files
4972913 internal/lsp: unify go command invocation logic
832c4b4 internal/lsp/source: tweak the WorkspaceSymbols docstring
2b84a06 internal/lsp: use gocommand.Invocation more
5bbba66 internal/lsp/source: synchronous commands the default
dc70f74 internal/lsp: correct typo
0dcbe36 gopls/doc: update links from godoc.org to pkg.go.dev
eafbe7b internal/lsp/protocol/typescript: code for latest 3.16 LSP
8cd080b internal/lsp: handle nil pointer exceptions in check for Go files
0b86805 internal/lsp: finish work when synchronous commands complete
6312208 go/internal/gccgoimporter: support notinheap annotation
8dabb74 internal/lsp: update lsp protocol stubs to match LSP 3.16 revisions
e84cfc6 all: clear GOMODCACHE in tests
c8cfbd0 internal/lsp/source: handle nil pointer in rename_check.go
2f4fa18 go/packages: use native overlay support for 1.16
ffe8bce cmd/stress: print elapsed time, percentage failure
13b3b30 internal/lsp/semantic.go: remove global variable
9cf592e all: update all dependencies to latest pseudoversions
Change-Id: I1e690a9cb361ed05cc1d184951e06b3e2099dc08File tree
113 files changed
+3137
-1563
lines changed- cmd
- fiximports
- present
- stress
- stringer
- gopls
- doc
- internal/regtest
- go
- analysis
- passes
- asmdecl
- testdata/src/a
- framepointer
- testdata/src/a
- singlechecker
- internal/gccgoimporter
- testdata
- loader
- packages
- packagestest
- internal
- gocommand
- imports
- lsp
- cache
- cmd
- debug
- fake
- helper
- lsprpc
- mod
- protocol
- typescript
- source
- completion
- testdata
- rename/c
- memoize
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+3137
-1563
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| 116 | + | |
116 | 117 | | |
117 | 118 | | |
118 | 119 | | |
| |||
137 | 138 | | |
138 | 139 | | |
139 | 140 | | |
140 | | - | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
141 | 147 | | |
142 | 148 | | |
143 | 149 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | | - | |
12 | | - | |
13 | | - | |
| 10 | + | |
| 11 | + | |
14 | 12 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 13 | + | |
| 14 | + | |
18 | 15 | | |
19 | 16 | | |
20 | | - | |
| 17 | + | |
21 | 18 | | |
| 19 | + | |
| 20 | + | |
22 | 21 | | |
23 | 22 | | |
24 | | - | |
25 | 23 | | |
26 | 24 | | |
27 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
| 312 | + | |
312 | 313 | | |
313 | 314 | | |
314 | 315 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
| 54 | + | |
| 55 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
0 commit comments