- 9321060 [gopls-release-branch.0.9] internal/lsp/cache: clear shouldLoad IDs on load by Robert Findley · 2 years, 5 months ago
- 31a0a86 [gopls-release-branch.0.9] gopls/internal/govulncheck: sync x/vuln@62b0186 by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- cad55b2 [gopls-release-branch.0.9] gopls: squash CLs to fix broken tests by Robert Findley · 2 years, 5 months ago
- d6c4dc0 gopls: update go.mod for v0.9.4 by Robert Findley · 2 years, 5 months ago gopls/v0.9.4 gopls/v0.9.4-pre.1
- bf677ca [gopls-release-branch.0.9] go/analysis: remove stray print statement in the timeformat analyzer by Robert Findley · 2 years, 5 months ago
- b992cbb gopls: update go.mod for v0.9.3 by Robert Findley · 2 years, 6 months ago gopls/v0.9.3 gopls/v0.9.3-pre.1
- 62da055 [gopls-release-branch.0.9] internal/lsp/cache: validate the range for critical errors in go files by Robert Findley · 2 years, 6 months ago
- 9cca1ae gopls: update go.mod for v0.9.2-pre.2 by Robert Findley · 2 years, 6 months ago gopls/v0.9.2 gopls/v0.9.2-pre.2
- e884e0e all: merge master (92d58ea) into gopls-release-branch.0.9 by Robert Findley · 2 years, 6 months ago
- 92d58ea internal/lsp/cache: register a file watcher for explicit GOWORK values by Robert Findley · 2 years, 6 months ago
- 98aef77 internal/lsp/cache: track explicit go.work files outside the workspace by Robert Findley · 2 years, 6 months ago
- fff6d6d internal/lsp: update the broken workspace message to mention go.work by Robert Findley · 2 years, 6 months ago
- 9b60852 gopls/internal/regtest: move TestMultipleModules_Warning to ./workspace by Robert Findley · 2 years, 6 months ago
- 06d96ee gopls/internal/regtest/bench: add a test for completion following edits by Robert Findley · 2 years, 6 months ago
- a6f5f46 gopls: update go.mod for v0.9.2 by Robert Findley · 2 years, 6 months ago gopls/v0.9.2-pre.1
- c5308ae all: merge master (81c7dc4) into gopls-release-branch.0.9 by Robert Findley · 2 years, 6 months ago
- 81c7dc4 internal/lsp: polish vulncheck progress messages by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
- 6c27717 internal/lsp/mod/code_lens: add "run govulncheck" codelens by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
- 763f65c gopls/internal/regtest/misc: simplify shared edit tests by Robert Findley · 2 years, 6 months ago
- b5fd088 internal/lsp/command: replace VulncheckArgs Dir with URI by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
- 01c9ff0 internal/lsp/cache: invalid packages should not be workspace packages by Robert Findley · 2 years, 6 months ago
- bd68922 internal/lsp: new options to disable certain kinds of semantic tokens by pjw · 2 years, 6 months ago
- bceee4b internal/lsp/command: let RunVulncheckExp call gopls vulncheck by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
- 3e0a503 internal/lsp: use directoryFilters in import scanning by Robert Findley · 2 years, 6 months ago
- 87f47bb gopls/internal/regtest/bench: refactor and improve benchmarks by Robert Findley · 2 years, 6 months ago
- 371fc67 go/tools: add check for time formats with 2006-02-01 by Erik Dubbelboer · 2 years, 6 months ago
- d08f5dc gopls/internal/regtest: unskip all of TestModFileModification by Robert Findley · 2 years, 6 months ago
- 0d04f65 internal/lsp: re-send diagnostics on file events by Robert Findley · 2 years, 6 months ago
- d025cce internal/lsp/source: don't crash requesting gc_details for an empty file by Robert Findley · 2 years, 6 months ago
- 310ea71 gopls/internal/regtest: add a test that ignoring a file resolves errors by Robert Findley · 2 years, 6 months ago
- 21861e6 gopls/internal/regtest/bench: put feature benchmarks in their own file by Robert Findley · 2 years, 6 months ago
- bd3f524 internal/lsp: rename all the package names in the renamed package by Dylan Le · 2 years, 6 months ago
- 9580c84 internal/lsp: Check if user's editor support rename operation by Dylan Le · 2 years, 6 months ago
- d01bb2f internal/lsp/source: document the handling of GOPRIVATE for linkTarget by Robert Findley · 2 years, 6 months ago
- e02e98a internal/lsp/cache: allow network whenever reloading the workspace by Robert Findley · 2 years, 6 months ago
- f1bb5ca internal/lsp/cache: report a critical error when go.work is invalid by Robert Findley · 2 years, 6 months ago
- b3b5c13 internal/lsp/cache: invalidate packages with missing deps when files are added by Robert Findley · 2 years, 6 months ago v0.1.12
- 39a4e36 internal/lsp/regtest: only run /default tests with -short by Robert Findley · 2 years, 6 months ago
- f157068 internal/lsp/regtest: allow sharing memoized results across regtests by Robert Findley · 2 years, 6 months ago
- c83f42d internal/lsp: update inlay hints documentation to include go snippets by Suzy Mueller · 2 years, 6 months ago
- 8b47d4e all: update dependencies by Robert Findley · 2 years, 6 months ago
- 7600454 gopls: update dependencies by Robert Findley · 2 years, 6 months ago
- 005c07a gopls/internal/vulncheck: adjust logging by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
- 178fdf9 gopls/internal/regtest: unskip Test_Issue38211 by Robert Findley · 2 years, 6 months ago
- 1cfe623 gopls/internal/regtest: unskip TestQuickFixEmptyFiles by Robert Findley · 2 years, 6 months ago
- 3d474c8 internal/lsp/diff: new diff implementation to replace go-diff by Peter Weinberger · 2 years, 10 months ago
- a2a2477 gopls/internal/regtest: externalize shouldLoad tracking by Robert Findley · 2 years, 6 months ago
- 7b605f4 gopls/internal/vulncheck: pass go version to vulncheck config by Jamal Carvalho · 2 years, 6 months ago
- 126ef8f gopls/internal/govulncheck: sync x/vuln@b9a3ad9 by Jamal Carvalho · 2 years, 6 months ago
- a732e45 gopls: update golang.org/x/vuln by Jamal Carvalho · 2 years, 6 months ago
- 1a4e02f internal/lsp/analysis/unusedvariable: add analyzer by Francesco Renzi · 2 years, 10 months ago
- 9b6c018 internal/lsp/cache: don't trim unexported struct fields by Alan Donovan · 2 years, 7 months ago
- 6787ae7 gopls: update go.mod for v0.9.1 by Robert Findley · 2 years, 6 months ago gopls/v0.9.1 gopls/v0.9.1-pre.1
- 0f3433c [gopls-release-branch.0.9] internal/lsp/progress: actually close over by Robert Findley · 2 years, 6 months ago
- 459e2b8 internal/lsp/progress: actually close over Context in WorkDoneWriter by Robert Findley · 2 years, 6 months ago
- 6e6f313 internal/lsp/regtest: simplify, consolidate, and document settings by Robert Findley · 2 years, 7 months ago
- 3db2cdc internal/lsp: wait for ongoing work to complete during server shutdown by Robert Findley · 2 years, 7 months ago
- 93bf1fc gopls: add range over channel postfix completion by Davide Masserut · 2 years, 7 months ago
- 6131980 gopls: update go.mod for v0.9.0-pre.3 by Robert Findley · 2 years, 7 months ago gopls/v0.9.0 gopls/v0.9.0-pre.3
- 6178576 all: merge master (9358add) into gopls-release-branch.0.9 by Robert Findley · 2 years, 7 months ago
- c77473f gopls: upgrade staticcheck to v0.3.2 by Robert Findley · 2 years, 7 months ago
- b84d509 gopls/doc: regenerate documentation by Alan Donovan · 2 years, 7 months ago
- e5b3324 internal/lsp: add InlayHint regtests by Suzy Mueller · 2 years, 7 months ago
- 51f46e2 gopls: update go.mod for v0.9.0-pre.2 by Robert Findley · 2 years, 7 months ago gopls/v0.9.0-pre.2
- ad41b8f all: merge master (7404bd2) into gopls-release-branch.0.9 by Robert Findley · 2 years, 7 months ago
- e1ec1f3 internal/imports: use a module resolver if GOWORK is set by Robert Findley · 2 years, 7 months ago
- 60ca636 internal/lsp: use camel case for inlay hint config fields by Jamal Carvalho · 2 years, 7 months ago
- 871637b internal/lsp: add settings for inlay hints and enable by Suzy Mueller · 2 years, 7 months ago
- a2de635 internal/lsp/cache: honor the go.work for computing workspace packages by Robert Findley · 2 years, 10 months ago
- 59bd4fa internal/lsp: find references to package by Dylan Le · 2 years, 8 months ago
- 8d69276 gopls: update go.mod for v0.9.0-pre.1 by Dylan Le · 2 years, 7 months ago gopls/v0.9.0-pre.1
- d097bc9 gopls/internal/vulncheck: include nonaffecting vulnerability info by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
- e8b9ff1 gopls/internal/govulncheck: sync x/vuln@4eb5ba4 by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
- 27db7f4 gopls: update golang.org/x/vuln to latest @4eb5ba4 by Hana (Hyang-Ah) Kim · 2 years, 7 months ago
- a41fc98 internal/lsp/cache: use [256]byte Hash instead of hex digit string by Alan Donovan · 2 years, 8 months ago
- 697795d internal/lsp/regtest: don't run the connection on the test context by Rob Findley · 3 years, 6 months ago
- a3d129c internal/lsp/cache: extract module load errors when go.work is used by Robert Findley · 2 years, 11 months ago
- 63dfc2d internal/lsp/cache: two minor optimizations by Alan Donovan · 2 years, 8 months ago
- 76325da internal/lsp/progress: detach context for all progress notifications by Robert Findley · 2 years, 8 months ago
- 1ff52e2 gopls/internal/vulncheck: use internal/govulncheck by Jonathan Amsterdam · 2 years, 8 months ago
- 2bb78cf internal/lsp: add missing bug reporting, and panic during marker tests by Robert Findley · 2 years, 8 months ago
- ccb1050 internal/lsp/cache: invalidate metadata when parsing issues resolve by Robert Findley · 2 years, 8 months ago
- 4dd2c74 internal/govulncheck: copy from x/vuln repo by Jonathan Amsterdam · 2 years, 8 months ago
- b62b00f internal/lsp: add an option to get notified of bug reports by Robert Findley · 2 years, 10 months ago
- 44db4eb gopls/internal/regtests: add a test for bad go.work files by Robert Findley · 2 years, 10 months ago
- 090b14e internal/lsp/regtest: make TestResolveImportCycle robust to error order by Robert Findley · 2 years, 8 months ago
- f918e87 gopls/internal/vulncheck: copy logic of govulncheck -html by Hana · 2 years, 9 months ago
- a518b79 gopls/internal/vulncheck: synchronize cache access by Hana · 2 years, 9 months ago
- ad497c6 internal/lsp/cmd: add -config option to gopls vulncheck by Hana · 2 years, 9 months ago
- 728485f gopls/internal/regtest: add a test for using staticcheck with generics by Robert Findley · 2 years, 10 months ago
- 28c754d internal/lsp/analysis: analyzer for //go:embed directive by Nooras Saba · 2 years, 9 months ago
- d303668 internal/lsp/cache: use cached parsed files for symbols, if available by Robert Findley · 2 years, 9 months ago
- 72a884b gopls: update golang.org/x/vuln dependency by Hana · 2 years, 9 months ago
- 556c550 internal/lsp/cache: invalidate packages that have added files by Robert Findley · 2 years, 9 months ago
- 4a3fc21 internal/lsp: only linkify urls with http, https, and ftp schemes by Robert Findley · 2 years, 10 months ago
- 559469a internal/lsp: render package documentation when hovering over a package import by Dylan Le · 2 years, 9 months ago
- 48a2cc8 x/tools: remove dependency on golang.org/x/xerrors by Robert Findley · 2 years, 9 months ago
- 1f10767 gopls/doc: update neovim examples for nvim 0.7 by Carlos A Becker · 2 years, 11 months ago
- 2bbdb7a gopls, internal/lsp: gofmt by Russ Cox · 2 years, 10 months ago
- b2552ef internal/lsp: run go mod vendor exclusively to avoid file contention by Robert Findley · 2 years, 10 months ago