go /
tools /
aae3642ea0abd2ff0ae94195510c84e32d6eb621 - aae3642 gopls/internal/lsp/source: referencesV2: support unexported methods by Alan Donovan · 2 years, 2 months ago
- b5d65e0 tools/gopls: register semantic tokens statically by Peter Weinberger · 2 years, 2 months ago
- 51abc5b gopls/internal/lsp/source: stub: don't panic when encountering 'error' by Alan Donovan · 2 years, 2 months ago
- ce28f40 gopls/internal/regtest: add a test demonstrating confusion following an by Robert Findley · 2 years, 2 months ago
- c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 2 years, 2 months ago
- 1faecd3 tools/internal/diff: fix off-by-one error in computing diffs by Peter Weinbergr · 2 years, 3 months ago
- a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 2 years, 2 months ago
- 271e621 internal/lockedfile/internal/filelock: fix aix build tag by Alan Donovan · 2 years, 2 months ago
- ff9bea5 gopls/internal/lsp/cmd/test: signpost future cleanups by Alan Donovan · 2 years, 2 months ago
- 7d4ba2f gopls/release: remove unused functionality from release script by Robert Findley · 2 years, 2 months ago
- 46b6958 gopls/internal/lsp/source: delete source_test by Alan Donovan · 2 years, 2 months ago
- bcc7794 go/analysis/passes/directive: add directive analyzer by Russ Cox · 2 years, 2 months ago
- 33d416e gopls/internal/lsp: add missing comments on 3x tests.Test impls by Alan Donovan · 2 years, 2 months ago
- afea272 gopls/internal/lsp/source: make implementations2 work on embedded fields by Alan Donovan · 2 years, 2 months ago
- bb7c440 gopls/internal/lsp/filecache: use file locking, not rename by Alan Donovan · 2 years, 2 months ago
- 561a9be gopls/internal/lsp/filecache: actually delete files by Alan Donovan · 2 years, 2 months ago
- 9682b0d gopls/internal/lsp/source: delete IsInterface by Alan Donovan · 2 years, 2 months ago
- 7a7b699 go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument by thepudds · 2 years, 2 months ago
- 3e6f71b gopls/internal/regtest: use AfterChange in more places by Robert Findley · 2 years, 2 months ago
- 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message by Russ Cox · 2 years, 2 months ago
- 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 2 years, 3 months ago
- 957bec5 gopls/protocol: new versions of generated LSP files by Peter Weinberger · 2 years, 2 months ago
- f0e2d5c internal/gcimporter: discard position info for unneeded lines by Alan Donovan · 2 years, 2 months ago
- 5bedd86 cmd/digraph: use ReadString rather than bufio.Scanner by Fumitoshi Ukai · 2 years, 2 months ago
- f6ea009 gopls/internal/lsp: remove the experimentalWatchedFileDelay setting by Robert Findley · 2 years, 2 months ago
- f46e418 gopls/internal/lsp/source: include ITVs in global references by Alan Donovan · 2 years, 2 months ago
- f3e53e5 internal/jsonrpc2_v2: fix typos by kouler · 2 years, 2 months ago
- d958e85 internal/gcimporter: use two-level file index by Alan Donovan · 2 years, 2 months ago
- 8aba49b internal/gcimporter: preserve column and line in shallow iexport by Alan Donovan · 2 years, 2 months ago
- d7fc4e7 gopls: new LSP stub generator by Peter Weinberger · 2 years, 3 months ago
- 5c176b1 internal/robustio: skip os.Link test on android by Alan Donovan · 2 years, 2 months ago
- d34a055 go/ssa: sanity check the types of phi nodes by Tim King · 2 years, 2 months ago
- 6f095b4 go/callgraph/vta: add flows for receiver function types by Zvonimir Pavlinovic · 2 years, 2 months ago
- 8e94967 cmd/fiximports: do not assume go list -json unmarshals into build.Package by Russ Cox · 2 years, 2 months ago
- e035d0c go/ssa: fix phi node type in slice to array conversion by Cuong Manh Le · 2 years, 2 months ago
- 03eac81 go/expect: remove testdata go.mod to go.fake.mod by Michael Pratt · 2 years, 2 months ago
- 1e819a3 gopls/internal/regtest: follow-ups to review comments from earlier CLs by Robert Findley · 2 years, 2 months ago
- 9ba8bb1 gopls/internal/regtest: clean up workspace symbol helpers by Robert Findley · 2 years, 2 months ago
- 91b6070 gopls/internal/regtest: eliminate DiagnosticAtRegexp by Robert Findley · 2 years, 2 months ago
- bd48b9a gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage by Robert Findley · 2 years, 2 months ago
- 5d65394 gopls/internal/regtest: eliminate DiagnosticAt by Robert Findley · 2 years, 2 months ago
- 27dfeb2 gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics by Robert Findley · 2 years, 2 months ago
- 87092c8 gopls/internal/lsp/fake: use protocol types for the fake editor by Robert Findley · 2 years, 2 months ago
- 672a036 gopls/internal/regtest: simplify OnceMet expressions with an env helper by Robert Findley · 2 years, 2 months ago
- ab7b5b2 gopls/internal/regtest: eliminate GoSumDiagnostic by Robert Findley · 2 years, 2 months ago
- 331a1c6 gopls/internal/regtest: add a simpler API for diagnostic expectations by Robert Findley · 2 years, 2 months ago
- c9b82f2 gopls/internal/regtest: eliminate EmptyDiagnostics by Robert Findley · 2 years, 2 months ago
- e81af27 gopls: update golang.org/x/vuln@6ad3e3d by Hana (Hyang-Ah) Kim · 2 years, 2 months ago
- d19e3d1 internal/regtest/bench: fix BenchmarkRename and add more benchmark tests for gopls by Dung Le · 2 years, 2 months ago
- 2be1a9a gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics by Robert Findley · 2 years, 2 months ago
- 7ec05ac gopls/internal/regtest: eliminate NoDiagnostics by Robert Findley · 2 years, 2 months ago
- e956495 gopls/internal/regtest: eliminate DiagnosticsFor by Robert Findley · 2 years, 2 months ago
- 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 2 years, 3 months ago
- 5b300bd gopls/internal/lsp/cache: clean up view workspace information by Robert Findley · 2 years, 3 months ago
- 97d5de5 gopls/internal/cache: don't mark initialized after cancellation by Robert Findley · 2 years, 2 months ago
- 58691bc gopls/internal/lsp/glob: add an LSP compliant glob implementation by Robert Findley · 2 years, 2 months ago
- a3c22fc cmd/cover: delete package by Bryan C. Mills · 2 years, 4 months ago
- 98dcb0e cmd/cover: remove replace directive by Bryan C. Mills · 2 years, 2 months ago cmd/cover/v0.1.0-deprecated
- 7765567 gopls/internal/lsp/source: minor clarifications by Alan Donovan · 2 years, 2 months ago
- a7f7db3 cmd/cover: carve out deprecated command into its own module by Bryan C. Mills · 2 years, 2 months ago
- f9a10c0 Revert "cmd/cover: carve out deprecated command into its own module" by Bryan Mills · 2 years, 2 months ago
- e345d46 internal/gcimporter: fix export of invalid methods by Alan Donovan · 2 years, 2 months ago
- 4305a22 gopls/internal/lsp/cache: don't cache files if mtime is too recent by Robert Findley · 2 years, 2 months ago
- 227ee72 internal/regtest/misc: fail eagerly in TestRenameFileFromEditor by Robert Findley · 2 years, 2 months ago
- 43158af cmd/cover: carve out deprecated command into its own module by Bryan C. Mills · 2 years, 4 months ago
- b798934 gopls/internal/lsp/protocol: cleanups and docs for Mapper by Alan Donovan · 2 years, 2 months ago
- a24944e gopls/internal/lsp/protocol: rename s/ColumnMapper/Mapper/ by Alan Donovan · 2 years, 2 months ago
- 55935f4 gopls/internal/span: simplify Span by Alan Donovan · 2 years, 2 months ago
- 40a1c97 gopls/internal/lsp/lsppos: delete Mapper by Alan Donovan · 2 years, 2 months ago
- 6a3bc37 gopls/internal/lsp/protocol: reimplement ColumnMapper line logic by Alan Donovan · 2 years, 2 months ago
- 6e9a35d go/callgraph/cha: refactor callee construction by Tim King · 2 years, 2 months ago
- fef5b76 go/callgraph: fix slicing in callgraph_test.go by Tim King · 2 years, 2 months ago
- 2be9d05 gopls/internal/lsp/source/xrefs: a new reference index by Alan Donovan · 2 years, 3 months ago
- 0362cea gopls/internal/lsp/lsppos: delete TokenMapper by Alan Donovan · 2 years, 2 months ago
- 67baca6 go/callgraph/vta: optimize scc computation by Tim King · 2 years, 2 months ago
- 2eb6138 gopls/internal/lsp/filecache: use TempDir if UserCacheDir fails us by Alan Donovan · 2 years, 2 months ago
- 36bd3db gopls/internal/lsp/protocol: move MappedRange by Alan Donovan · 2 years, 2 months ago
- 16b3bf8 gopls/internal/lsp/cache: assume Go 1.16+ by Robert Findley · 2 years, 2 months ago
- 3856a5d internal/robustio: add Plan9 support to FileID by Alan Donovan · 2 years, 2 months ago
- 09cbc42 gopls/internal/lsp/fake: fix EOF bug in applyEdits by Alan Donovan · 2 years, 2 months ago
- 4ded35d gopls/internal/lsp/cache: use distinct types for mod and work parse keys by Robert Findley · 2 years, 2 months ago
- 107f43f gopls/completion: avoid duplicating text in test func completions by Peter Weinberger · 2 years, 2 months ago
- e225fd4 gopls/internal/lsp/mod: fix nil panic in go.mod hover by Alan Donovan · 2 years, 2 months ago
- 057ed3c gopls/internal/lsp/filecache: use os.Chtimes by Alan Donovan · 2 years, 2 months ago
- 1fe76af gopls/internal/lsp/source: MappedRange cleanup by Alan Donovan · 2 years, 2 months ago
- 02bea03 gopls/internal/lsp/protocol: simplify ColumnMapper by Alan Donovan · 2 years, 2 months ago
- a4455fe go/callgraph: adds benchmarks comparing algorithms by Tim King · 2 years, 2 months ago
- 7db99dd go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago v0.5.0
- 1e0dff2 gopls/internal/regtest: avoid race in TestSwitchFromGOPATHToModuleMode by Robert Findley · 2 years, 2 months ago
- 0441b43 gopls/internal/lsp/cache: use specific mutexes for module data by Robert Findley · 2 years, 2 months ago
- 33071fb internal/robustio: move robustio by Tim King · 2 years, 2 months ago
- b01e7a4 gopls/internal/regtest/watch: don't run TestSwitchFromGOPATHToModuleMode by Robert Findley · 2 years, 2 months ago
- e417ea3 gopls: remove dead analysis code by Robert Findley · 2 years, 2 months ago
- 1a08d01 gopls/internal/lsp: update replace directives in go.mod for package renaming by Dung Le · 2 years, 3 months ago
- eac36cb gopls/internal/regtest: port experimental workspace tests to go.work by Robert Findley · 2 years, 3 months ago
- 224a61b gopls/internal/lsp/source: delete Snapshot.WriteEnv method by Alan Donovan · 2 years, 3 months ago
- 81e741e gopls/internal/lsp/safetoken: funnel more calls through this package by Alan Donovan · 2 years, 3 months ago
- 8367fb2 gopls/internal/regtest: await go.work changes in TestAddAndRemoveGoWork by Robert Findley · 2 years, 3 months ago
- 3b16059 gopls/internal/regtest: make BufferText strict by Robert Findley · 2 years, 3 months ago
- 0e1d013 gopls/internal/lsp/cache: recreate Views when their root changes by Robert Findley · 2 years, 3 months ago