-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
all: merge master (c353b05) into gopls-release-branch.0.9
Add replace directive for x/tools to gopls/go.mod. For golang/go#53412 Merge List: + 2022-06-16 c353b05 internal/lsp/cache: delete checkSnapshotLocked + 2022-06-16 567c98b internal/lsp/cache: don't walk URIs to invalidate metadata + 2022-06-16 dffd645 internal/lsp/cache: only clone metadata if something changed + 2022-06-16 4ba3d22 internal/lsp/cache: clone the metadata graph when clearing ShouldLoad + 2022-06-16 39d3d49 internal/lsp/cache: use metadataGraph.Clone in snapshot.clone + 2022-06-16 8a92078 internal/lsp/cache: build a new metadata graph on load + 2022-06-16 9f38ef7 internal/lsp/cache: derive workspace packages from metadata + 2022-06-16 041035c Revert "internal/lsp/cache: reduce critical sections" + 2022-06-16 d097bc9 gopls/internal/vulncheck: include nonaffecting vulnerability info + 2022-06-16 e8b9ff1 gopls/internal/govulncheck: sync x/vuln@4eb5ba4 + 2022-06-15 654a14b internal/lsp/cache: reduce critical sections + 2022-06-14 27db7f4 gopls: update golang.org/x/vuln to latest @4eb5ba4 + 2022-06-14 c993be6 go/analysis/internal/checker: log codeFact error, remove unused action.inputs + 2022-06-14 ed27611 internal/lsp/cache: cache known subdirs pattern + 2022-06-14 ebc084a internal/lsp: add inlay hints count to test summary + 2022-06-13 c15c045 internal/lsp: enable inlay hint tests + 2022-06-13 0343989 internal/lsp: fix error message for inlay hints + 2022-06-13 a41fc98 internal/lsp/cache: use [256]byte Hash instead of hex digit string + 2022-06-10 c41ddce internal/lsp: include padding in inlay hint marker tests + 2022-06-10 5e48d26 internal/lsp: add inlay hints for composite literal names + 2022-06-10 83b0675 internal/lsp: add inlay hints for constant values + 2022-06-10 ecc1479 internal/lsp: add inlay hints for variable types + 2022-06-10 65c0181 internal/lsp: support textDocument/inlayHint for parameter names Change-Id: Idc9bcd1253bbaa32a601867f25472645b104dd05
- Loading branch information
Showing
41 changed files
with
1,157 additions
and
413 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.