Commit 5934133
committed
[gopls-release-branch.0.6] all: merge master into gopls-release-branch.0.6
b261fe9 go/tools: add vet check for direct comparion of reflect.Values
e78b40c internal/lsp: switch to 'go get -u ./...' for transitive upgrades
3ac76b8 gopls/internal/coverage: better error messages and output
c602466 Revert "internal/lsp/cache: disable GOPACKAGESDRIVER"
35a9159 go/internal/gcimporter: ensure that imported floats are of float kind
5d33438 go/internal/gcimporter: merge go1.11 tests back into gcimporter_test.go
11c3f83 internal/lsp/source: fix Highlight for std and 3rd-party packages
8c34cc9 internal/lsp/cache: fix race condition in snapshot's initializedErr
0deaffd gopls/internal/regtest: re-enable the gc_details regtest for -short
af36406 internal/lsp/source: respond with the underlying type to Type Definition requests for composite types
682c7e6 godoc/static: link to golang.org for content moved out of Go root
ca627f8 internal/lsp/semantic: fix some type definitions
0459589 internal/lsp/protocol/typescript: small cleanups and add tsconfig.json
b0e994d internal/jsonrpc2_v2: move the idle timeout handling out of the server
9553575 internal/lsp: remove unnecessary call to WorkspacePackages in mod tidy
769264c internal/lsp/source: fix docs for fields of anonymous structs/interfaces
cb7d599 internal/lsp/source: skip blank identifiers during the function extraction
94a1942 internal/lsp/completion: move postfix completions behind option
09058ab internal/lsp/source/completion: add postfix snippet completions
2c039f7 internal/event/label: prevent unsafe get of non-string
4c8e4a8 go/analysis/passes/inspect: fix typo in comment
63ea654 internal/lsp: hold the gc details lock when storing diagnostics
7f6d50e internal/lsp/source: fix hover and completion with dot imports
b3556f0 internal/lsp: remove some unused parameters, mostly in the cache package
09a00c1 internal/lsp: fix support for SourceFixAll code actions
877f9c4 internal/jsonrpc2_v2: an updated jsonrpc2 library
52cb772 gopls: upgrade mvdan.cc/gofumpt to v0.1.1
a1191f3 gopls: upgrade honnef.co/go/tools to v0.1.3
d8aeb16 internal/lsp: add defaultLibrary mod for basic types
aa0c723 internal/lsp/cache: get control of reloadOrphanedFiles
d7a25ad gopls/integration: remove obsolete code
9bdb419 gopls/internal: add coverage command to compute test coverage
d2e11a2 present: don't drop commands that immediately follow text
695b167 cmd/present2md: allow comments to be retained in translated document
a14ff98 present: retain complete caption command when parsing captions
1aac171 Update emacs.md - add .dir-locals.el example
2c4a886 internal/lsp: remove module diagnostics from code actions
9b614f5 internal/lsp/cache: tolerate analysis panics better
9e9211a gopls/internal/regtest: fix race when printing regtest state on falure
6d45e3d internal/lsp: add a temp workspace per folder, and a helper command
e409f12 internal/lsp: add snippet completion for t.Fatal errs
8e4f4c8 godoc: delete GoogleCN logic
44abc2a internal/lsp: only load by view when there are no go.mod files
Change-Id: Ie5d628f640a8edaeb41c4cdf30aafefbc892ec7cFile tree
127 files changed
+5085
-1714
lines changed- cmd
- godoc
- present2md
- godoc
- golangorgenv
- static
- analysis
- gopls
- doc
- integration
- parse
- replay
- internal
- coverage
- regtest
- codelens
- completion
- diagnostics
- misc
- watch
- workspace
- go
- analysis/passes
- inspect
- reflectvaluecompare
- testdata/src/a
- internal/gcimporter
- internal
- event/label
- jsonrpc2_v2
- lsp
- cache
- cmd
- test
- command
- debug
- fake
- lsprpc
- mod
- protocol/typescript
- snippet
- source
- completion
- testdata
- extract/extract_function
- godef
- a
- b
- semantic
- snippets
- statements
- typdef
- tests
- present
- testdata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
127 files changed
+5085
-1714
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
192 | 192 | | |
193 | 193 | | |
194 | 194 | | |
| 195 | + | |
195 | 196 | | |
196 | 197 | | |
| 198 | + | |
197 | 199 | | |
198 | 200 | | |
199 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
98 | 103 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Lines changed: 99 additions & 0 deletions
| 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 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
Lines changed: 17 additions & 0 deletions
| 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 | + | |
Lines changed: 51 additions & 0 deletions
| 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 | + | |
This file was deleted.
0 commit comments