go /
tools /
3c3713e6a543fc1870ade379dd0acb6bcc3c0c24 - 3c3713e gopls/internal/lsp/cache: use typed strings (PackagePath et al) throughout by Alan Donovan · 2 years, 5 months ago
- 004d118 gopls/internal/lsp/mod: simplify ModVulnerabilityDiagnostics by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- 4a8413c gopls/internal/lsp/mod: deleted unused function pkgVersion by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- bc08991 gopls: sync golang.org/x/vuln@3af8368ee4fe by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- d66e9b4 internal/typesinternal: update go/types error codes for 1.20 by Robert Findley · 2 years, 5 months ago
- 6f99366 gopls/internal/lsp/cache: don't pass snapshot.fset to go/packages by Alan Donovan · 2 years, 5 months ago
- d56532a cmd/compilebench: make it work without installed .a's by Cherry Mui · 2 years, 5 months ago
- 502c634 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 5 months ago v0.3.0
- bd04e32 internal/jsonrpc2_v2: eliminate a potential Accept/Dial race in TestIdleTimeout by Bryan C. Mills · 2 years, 5 months ago
- d41a43b internal/jsonrpc2_v2: fix a potential deadlock when (*Conn).Close is invoked during Bind by Bryan C. Mills · 2 years, 5 months ago
- 3057465 gopls/doc: Add plugin for Lapce to gopls documentation by Arsen Musayelyan · 2 years, 5 months ago
- ba92ae1 internal/persistent: avoid incorrect map validation due to multiple keys by Robert Findley · 2 years, 5 months ago
- 9474ca3 gopls/doc: clarify `go work use` by Angus Dippenaar · 2 years, 5 months ago
- 003fde1 internal/gcimporter: use nondeprecated go/packages mode bits by Alan Donovan · 2 years, 5 months ago
- 5050657 gopls/fake: add semantic token modifiers to fake editor by pjw · 2 years, 5 months ago
- 88a3548 gopls/coverage: repair coverage.go by pjw · 2 years, 5 months ago
- 8e0240a internal/regtest/workspace: permanently skip TestDeleteModule_Interdependent by Robert Findley · 2 years, 5 months ago
- fe725d9 gopls/internal/regtest: simplify awaiting diagnostics from a change by Robert Findley · 2 years, 5 months ago
- 3c8152e internal/gcimporter: optimize dependency lookup by Alan Donovan · 2 years, 5 months ago
- 39c2fd8 internal/lsp/cache: simplify importsState modfile hashing logic by Robert Findley · 2 years, 5 months ago
- ec044b1 gopls: update dependencies following the v0.10.0 release by Robert Findley · 2 years, 5 months ago
- 2b29c66 internal/gcimporter: API for shallow export data by Alan Donovan · 2 years, 5 months ago
- affa603 internal/gcimporter: moved from go/internal/gcimporter by Alan Donovan · 2 years, 5 months ago
- a77a1fb gopls/internal/lsp/mod: fix vulncheck hover message by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- 4ada35e gopls/internal/lsp: handle modVulncheckSource in diagnosticSource.String by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- e5f03c1 gopls/doc: clean up README and add a release policy by Robert Findley · 2 years, 5 months ago
- d5e9e35 go/analysis/passes/loopclosure: enable analysis of parallel subtests by Robert Findley · 2 years, 5 months ago
- 039b24b internal/jsonrpc2_v2: initiate shutdown when the Writer breaks by Bryan C. Mills · 2 years, 5 months ago
- 32e1cb7 gopls/internal/lsp: clarify control around diagnostics by Alan Donovan · 2 years, 5 months ago
- feeb0ba gopls/internal/lsp/cmd: fix deadlock when opening a file by Robert Findley · 2 years, 5 months ago
- 6e9dc86 gopls/internal/lsp/source/completion: fix panic in completion on *error by Robert Findley · 2 years, 5 months ago
- 73fcd88 Revert "internal/jsonrpc2_v2: initiate shutdown when the Writer breaks" by Bryan C. Mills · 2 years, 5 months ago
- 70a130e gopls/api-diff: simplify the api-diff implementation by Robert Findley · 2 years, 5 months ago
- 3e8da47 internal/jsonrpc2_v2: initiate shutdown when the Writer breaks by Bryan C. Mills · 2 years, 5 months ago
- 3566f69 gopls/internal/lsp/source: minor space optimizations by Alan Donovan · 2 years, 5 months ago
- 7cdb0e7 internal/jsonrpc2_v2: rename Serve to NewServer and eliminate its error return by Bryan C. Mills · 2 years, 5 months ago
- 28e9e50 internal/jsonrpc2_v2: eliminate error return from Bind by Bryan C. Mills · 2 years, 5 months ago
- eabc3a0 internal/jsonrpc2_v2: eliminate isClosingErr by Bryan C. Mills · 2 years, 5 months ago
- 4885f7c internal/jsonrpc2_v2: eliminate a temporary connection leak in (*Server).run by Bryan C. Mills · 3 years, 1 month ago
- 739f55d internal/jsonrpc2_v2: rework Connection concurrency by Bryan C. Mills · 3 years ago
- e172e97 go/types/typeutil: break recursion through anonymous interfaces by Alan Donovan · 2 years, 6 months ago
- f1c8f7f internal/lsp/source: optimize filter regular expression by Alan Donovan · 2 years, 5 months ago
- e074ef8 gopls/internal: don't show a warning if the Go version is undetected by Robert Findley · 2 years, 5 months ago
- 7fba77c gopls/internal/lsp/source: remove deprecated settings from EnableAllExperiments by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- 42cb7be gopls/internal/lsp: improve the Go version deprecation message by Robert Findley · 2 years, 5 months ago
- 2af106e gopls/internal/hooks: fixes to diff disaster logic by Alan Donovan · 2 years, 5 months ago
- e4bb343 go/internal/gcimporter: update to anticipate missing targets and .as by Michael Matloob · 2 years, 5 months ago
- 875c31f go/internal/gcimporter: add test of export/import on std by Alan Donovan · 2 years, 5 months ago
- 541f4c5 cmd/bundle: quote command-line arguments in output by eNV25 · 2 years, 5 months ago
- de675d5 tools/gopls: argument in function bodies marked as parameter by semantic tokens by pjw · 2 years, 5 months ago
- 3e1371f gopls/internal: start on LSP stub generator in Go. by pjw · 2 years, 6 months ago
- 121f889 gopls/internal/lsp/mod: merge vuln diagnostics to one, and add a hover by Hana (Hyang-Ah) Kim · 2 years, 5 months ago
- d6511e5 internal/facts: share go/analysis/internal/facts with gopls by Alan Donovan · 2 years, 5 months ago
- 2e0ca3a go/internal/gcimporter: fix bug in struct iexport by Alan Donovan · 2 years, 5 months ago
- 1928cea go/ssa: emit field and index lvals on demand by Tim King · 2 years, 6 months ago
- 8166dca go/analysis/passes/asmdecl: define register-ABI result registers for RISCV64 by wdvxdr · 2 years, 6 months ago
- 2dcdbd4 go/internal/gcimporter: port CL 431495 to tools, add tests by David Chase · 2 years, 5 months ago
- d476af7 go/ssa: add slice to array conversion by cuiweixie · 2 years, 6 months ago
- d212f7d gopls/internal/regtest/workspace: fix bugs in test by Alan Donovan · 2 years, 5 months ago
- 051f03f gopls/internal/lsp/cache: remove unnecessary params by Alan Donovan · 2 years, 5 months ago
- 21f6127 gopls/internal/lsp/cache: add PkgPath->PackageID index to Metadata by Alan Donovan · 2 years, 5 months ago
- 06041c9 gopls/doc: update manual documentation of the newDiff setting by Robert Findley · 2 years, 5 months ago
- f112c43 go.mod: update golang.org/x dependencies by Heschi Kreinick · 2 years, 5 months ago v0.2.0
- 207f456 go/internal/gcimporter: bump version number in skew check by Alan Donovan · 2 years, 5 months ago
- 65196ca gopls/README.md: fix wording around supported Go versions by Robert Findley · 2 years, 5 months ago
- 6128030 gopls/internal: support renaming packages with int. test variants by Robert Findley · 2 years, 6 months ago
- 649df2e go.mod: mark as requiring -compat 1.16 by Heschi Kreinick · 2 years, 5 months ago
- 91311ab gopls/internal/lsp/cache: better import path hygiene by Alan Donovan · 2 years, 5 months ago
- 9eda97b go/analysis: enable a test that applies after go list behavior change by Michael Matloob · 2 years, 6 months ago
- b50d7ba gopls: minor cleanup of standalone package support by Robert Findley · 2 years, 6 months ago
- 502b93c gopls/internal/lsp: tolerate missing end position in RelatedInformation by Robert Findley · 2 years, 6 months ago
- d67c3ad internal/imports: repair warnings from default analyzers by Peter Weinberger · 2 years, 5 months ago
- bc2e3ae internal/jsonrpc2_v2: add Func convenience wrappers for the Binder and Preempter interfaces by Bryan C. Mills · 3 years, 1 month ago
- a9b653b cmd/compilebench: use -a instead of -i to ensure dependencies are built by Keith Randall · 2 years, 6 months ago
- 4818d9e Revert "gopls/internal/lsp/cache: disable strict analysis while we fix panics" by Robert Findley · 2 years, 6 months ago
- b2efd4d internal/jsonrpc2_v2: eliminate most arbitrary timeouts in tests by Bryan C. Mills · 3 years, 1 month ago
- 371ef16 internal/jsonrpc2_v2: rework concurrency in idleListener by Bryan C. Mills · 3 years, 1 month ago
- 5935531 internal/jsonrpc2_v2: remove “Box” suffix from channel field names by Bryan C. Mills · 2 years, 6 months ago
- fd32990 internal/jsonrpc2_v2: error out in-flight client calls when the reader breaks by Bryan C. Mills · 3 years, 1 month ago
- 0e222f5 internal/jsonrpc2_v2: close the underlying connection if Wait is called instead of Close by Bryan C. Mills · 3 years, 1 month ago
- bc4e384 gopls/internal/lsp/cache: fix crash in analysis by Alan Donovan · 2 years, 6 months ago
- b93a56f refactor/satisfy: fix visiting functions in the unsafe package by Robert Findley · 2 years, 6 months ago
- 9b5e55b gopls/internal/lsp/cache: disable strict analysis while we fix panics by Robert Findley · 2 years, 6 months ago
- 9ffaf69 gopls/internal/lsp/cache: minor analysis cleanups by Alan Donovan · 2 years, 6 months ago
- ffb862b gopls/internal/lsp/cache: remove stray print statement by Robert Findley · 2 years, 6 months ago
- f87c1ed internal/fastwalk: improve Darwin performance by ~3x by Charlie Vieth · 3 years, 1 month ago
- b253314 gopls/internal/lsp/cache: add support for loading standalone main files by Robert Findley · 2 years, 6 months ago
- 3beecff gopls/internal/span: some cleanups by Alan Donovan · 2 years, 6 months ago
- d375238 gopls: dedup upgrade code actions for vulncheck by Suzy Mueller · 2 years, 6 months ago
- b20ae4b README: format install command by Alan Yee · 2 years, 6 months ago
- 19a5504 gopls/internal/lsp: use the golang.org/x/vuln/exp/govulncheck by Hana (Hyang-Ah) Kim · 2 years, 6 months ago
- ab79327 cmd/ssadump: disable run mode with runtime package by Tim King · 2 years, 6 months ago
- 29429f5 gopls/internal/lsp/source: sort protocol edits by Alan Donovan · 2 years, 6 months ago
- 49b340b go/analysis: update tests for different go list error behavior by Michael Matloob · 2 years, 6 months ago
- cd0288f internal/lsp/cache: invalidate analysis results on packages.Load by Robert Findley · 2 years, 8 months ago
- 906c733 gopls/internal/lsp/source: find references in test packages by Robert Findley · 2 years, 6 months ago
- 2a41b25 internal/robustio: fix log.Fatal calls that should be log.Fatalf by Robert Findley · 2 years, 6 months ago
- 150b5f8 internal/imports: read entire API dir in mkstdlib.go by Robert Findley · 2 years, 6 months ago
- 19cfa79 internal/lsp/source: switch the default diff algorithm to "checked" by Robert Findley · 2 years, 7 months ago
- fa6bd3b gopls: include informational vulnerability diagnostics by Suzy Mueller · 2 years, 6 months ago