1. 8111118 go/analysis/internal/facts: fix cycle in importMap. by Tim King · 2 years, 6 months ago
  2. dd1c468 gopls/internal/lsp/source: simplify extracting object hover doc by Robert Findley · 1 year, 3 months ago
  3. 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType by Robert Findley · 1 year, 3 months ago
  4. 30f191f internal/imports: update stdlib index for Go 1.20 by Gopher Robot · 1 year, 3 months ago
  5. 4e98188 internal/imports: use go/packages instead of cmd/api to compute symbols by Dmitri Shuralyov · 1 year, 3 months ago
  6. 4e8ff89 internal/imports: update stdlib index for 1.20 by Brad Fitzpatrick · 1 year, 3 months ago
  7. 6bd0d00 gopls/internal/lsp: go to definition from linkname directive by Viktor Blomqvist · 1 year, 3 months ago
  8. 0cfddb3 gopls/internal/lsp: enable clear builtin completion test by Cuong Manh Le · 1 year, 3 months ago
  9. 41adf8d gopls/internal/lsp/tests: remove StripSubscripts by Robert Findley · 1 year, 3 months ago
  10. 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range by Alan Donovan · 1 year, 3 months ago
  11. c276ee5 internal/robustio: fix signature of getFileID on plan9 by Robert Findley · 1 year, 3 months ago
  12. e170d45 gopls/internal/lsp: add clear builtin by Cuong Manh Le · 1 year, 3 months ago
  13. 2ea4b81 go/ast/inspector: skip ranges that do not contain a node type by Tim King · 1 year, 5 months ago
  14. 407bbed go/analysis: improve error message on duplicate fixes by Tim King · 1 year, 5 months ago
  15. bd5dfbb all: fix some comments by cui fliter · 1 year, 3 months ago
  16. 072fca5 gopls/protocol: use the current definition of the lsp by Peter Weinberger · 1 year, 3 months ago
  17. aa633e7 tools/gopls: provide markdown for completion and signature help by Peter Weinbergr · 1 year, 3 months ago
  18. 684a1c0 go/analysis/internal/analysisflags: use os.Executable for program path by Tim King · 1 year, 4 months ago
  19. bd5e595 gopls/internal/lsp/cache: add missing mutex by Alan Donovan · 1 year, 3 months ago
  20. 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  21. d1e92d6 gopls/internal/lsp/mod: reorder vulncheck quick fixes by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  22. 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier by Robert Findley · 1 year, 3 months ago
  23. ae242ec gopls: fix windows file corruption by Robert Findley · 1 year, 3 months ago
  24. 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange by Alan Donovan · 1 year, 3 months ago
  25. e260368 gopls/semantic: report type parameters in the type of a receiver by Peter Weinbergr · 1 year, 3 months ago
  26. b62cbb6 internal/lockedfile: fix build constraints on solaris by Bryan C. Mills · 1 year, 3 months ago
  27. 1aa7e72 gopls/internal/lsp/source: avoid qualifiedObjectsAtProtocolPos by Alan Donovan · 1 year, 3 months ago
  28. 5ed33df gopls/internal/lsp/source: rename: prep for incrementality by Alan Donovan · 1 year, 3 months ago
  29. e0659d1 gopls/internal/lsp/source: simplify legacy 'references' func by Alan Donovan · 1 year, 3 months ago
  30. 1edcfe7 gopls/internal/regtest/diagnostics: require cgo for TestGoListErrors by Robert Findley · 1 year, 3 months ago
  31. f052158 gopls/internal/lsp/protocol: move TestBytesOffset by Alan Donovan · 1 year, 3 months ago
  32. d093a13 gopls/internal/lsp/protocol: LocationTextDocumentPositionParams by Alan Donovan · 1 year, 3 months ago
  33. bcb677e gopls/internal/regtest: make RegexpSearch return a Location by Alan Donovan · 1 year, 3 months ago
  34. 60782e9 gopls/internal/lsp/source: eliminate a couple uses of posToMappedRange by Robert Findley · 1 year, 3 months ago
  35. 031e6e6 gopls/internal/lsp/source: eliminate ResolveImportPath by Robert Findley · 1 year, 3 months ago
  36. f2cd9ef gopls/internal/lsp/source: reduce usage of TypecheckWorkspace by Robert Findley · 1 year, 3 months ago
  37. f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config by Robert Findley · 1 year, 4 months ago
  38. 8270757 gopls/internal/lsp/source: switch call hierarchy to references v2 by Alan Donovan · 1 year, 4 months ago
  39. 37c69d8 gopls/internal/lsp/source: references: support exported methods by Alan Donovan · 1 year, 3 months ago
  40. f3c36a2 gopls/internal/lsp/cmd/test: delete marker-based tests of gopls cmd by Alan Donovan · 1 year, 3 months ago
  41. c224aae gopls/internal/lsp/cmd/test: new integration test for gopls command by Alan Donovan · 1 year, 3 months ago
  42. deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set by Alan Donovan · 1 year, 3 months ago
  43. f269f53 gopls/internal/lsp: remove Server.processModifications by Robert Findley · 1 year, 4 months ago
  44. fcd57eb gopls: allow 'any' and 'comparable' in completion results by Robert Findley · 1 year, 3 months ago
  45. aae3642 gopls/internal/lsp/source: referencesV2: support unexported methods by Alan Donovan · 1 year, 3 months ago
  46. b5d65e0 tools/gopls: register semantic tokens statically by Peter Weinberger · 1 year, 4 months ago
  47. 51abc5b gopls/internal/lsp/source: stub: don't panic when encountering 'error' by Alan Donovan · 1 year, 3 months ago
  48. ce28f40 gopls/internal/regtest: add a test demonstrating confusion following an by Robert Findley · 1 year, 3 months ago
  49. c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 1 year, 3 months ago
  50. 1faecd3 tools/internal/diff: fix off-by-one error in computing diffs by Peter Weinbergr · 1 year, 4 months ago
  51. a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 1 year, 3 months ago
  52. 271e621 internal/lockedfile/internal/filelock: fix aix build tag by Alan Donovan · 1 year, 3 months ago
  53. ff9bea5 gopls/internal/lsp/cmd/test: signpost future cleanups by Alan Donovan · 1 year, 3 months ago
  54. 7d4ba2f gopls/release: remove unused functionality from release script by Robert Findley · 1 year, 3 months ago
  55. 46b6958 gopls/internal/lsp/source: delete source_test by Alan Donovan · 1 year, 3 months ago
  56. bcc7794 go/analysis/passes/directive: add directive analyzer by Russ Cox · 1 year, 4 months ago
  57. 33d416e gopls/internal/lsp: add missing comments on 3x tests.Test impls by Alan Donovan · 1 year, 3 months ago
  58. afea272 gopls/internal/lsp/source: make implementations2 work on embedded fields by Alan Donovan · 1 year, 3 months ago
  59. bb7c440 gopls/internal/lsp/filecache: use file locking, not rename by Alan Donovan · 1 year, 4 months ago
  60. 561a9be gopls/internal/lsp/filecache: actually delete files by Alan Donovan · 1 year, 4 months ago
  61. 9682b0d gopls/internal/lsp/source: delete IsInterface by Alan Donovan · 1 year, 4 months ago
  62. 7a7b699 go/analysis/passes/loopclosure: avoid panic in new parallel subtest check when t.Run has single argument by thepudds · 1 year, 4 months ago
  63. 3e6f71b gopls/internal/regtest: use AfterChange in more places by Robert Findley · 1 year, 4 months ago
  64. 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message by Russ Cox · 1 year, 4 months ago
  65. 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 1 year, 4 months ago
  66. 957bec5 gopls/protocol: new versions of generated LSP files by Peter Weinberger · 1 year, 4 months ago
  67. f0e2d5c internal/gcimporter: discard position info for unneeded lines by Alan Donovan · 1 year, 4 months ago
  68. 5bedd86 cmd/digraph: use ReadString rather than bufio.Scanner by Fumitoshi Ukai · 1 year, 4 months ago
  69. f6ea009 gopls/internal/lsp: remove the experimentalWatchedFileDelay setting by Robert Findley · 1 year, 4 months ago
  70. f46e418 gopls/internal/lsp/source: include ITVs in global references by Alan Donovan · 1 year, 4 months ago
  71. f3e53e5 internal/jsonrpc2_v2: fix typos by kouler · 1 year, 4 months ago
  72. d958e85 internal/gcimporter: use two-level file index by Alan Donovan · 1 year, 4 months ago
  73. 8aba49b internal/gcimporter: preserve column and line in shallow iexport by Alan Donovan · 1 year, 4 months ago
  74. d7fc4e7 gopls: new LSP stub generator by Peter Weinberger · 1 year, 5 months ago
  75. 5c176b1 internal/robustio: skip os.Link test on android by Alan Donovan · 1 year, 4 months ago
  76. d34a055 go/ssa: sanity check the types of phi nodes by Tim King · 1 year, 4 months ago
  77. 6f095b4 go/callgraph/vta: add flows for receiver function types by Zvonimir Pavlinovic · 1 year, 4 months ago
  78. 8e94967 cmd/fiximports: do not assume go list -json unmarshals into build.Package by Russ Cox · 1 year, 4 months ago
  79. e035d0c go/ssa: fix phi node type in slice to array conversion by Cuong Manh Le · 1 year, 4 months ago
  80. 03eac81 go/expect: remove testdata go.mod to go.fake.mod by Michael Pratt · 1 year, 4 months ago
  81. 1e819a3 gopls/internal/regtest: follow-ups to review comments from earlier CLs by Robert Findley · 1 year, 4 months ago
  82. 9ba8bb1 gopls/internal/regtest: clean up workspace symbol helpers by Robert Findley · 1 year, 4 months ago
  83. 91b6070 gopls/internal/regtest: eliminate DiagnosticAtRegexp by Robert Findley · 1 year, 4 months ago
  84. bd48b9a gopls/internal/regtest: eliminate DiagnosticsAtRegexpWithMessage by Robert Findley · 1 year, 4 months ago
  85. 5d65394 gopls/internal/regtest: eliminate DiagnosticAt by Robert Findley · 1 year, 4 months ago
  86. 27dfeb2 gopls/internal/regtest: replace NoDiagnostics with NoMatchingDiagnostics by Robert Findley · 1 year, 4 months ago
  87. 87092c8 gopls/internal/lsp/fake: use protocol types for the fake editor by Robert Findley · 1 year, 4 months ago
  88. 672a036 gopls/internal/regtest: simplify OnceMet expressions with an env helper by Robert Findley · 1 year, 4 months ago
  89. ab7b5b2 gopls/internal/regtest: eliminate GoSumDiagnostic by Robert Findley · 1 year, 4 months ago
  90. 331a1c6 gopls/internal/regtest: add a simpler API for diagnostic expectations by Robert Findley · 1 year, 4 months ago
  91. c9b82f2 gopls/internal/regtest: eliminate EmptyDiagnostics by Robert Findley · 1 year, 4 months ago
  92. e81af27 gopls: update golang.org/x/vuln@6ad3e3d by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  93. d19e3d1 internal/regtest/bench: fix BenchmarkRename and add more benchmark tests for gopls by Dung Le · 1 year, 4 months ago
  94. 2be1a9a gopls/internal/regtest: rename EmptyOrNoDiagnostics to NoDiagnostics by Robert Findley · 1 year, 4 months ago
  95. 7ec05ac gopls/internal/regtest: eliminate NoDiagnostics by Robert Findley · 1 year, 4 months ago
  96. e956495 gopls/internal/regtest: eliminate DiagnosticsFor by Robert Findley · 1 year, 4 months ago
  97. 8087911 gopls: remove the experimentalWorkspaceModule mode by Robert Findley · 1 year, 5 months ago
  98. 5b300bd gopls/internal/lsp/cache: clean up view workspace information by Robert Findley · 1 year, 4 months ago
  99. 97d5de5 gopls/internal/cache: don't mark initialized after cancellation by Robert Findley · 1 year, 4 months ago
  100. 58691bc gopls/internal/lsp/glob: add an LSP compliant glob implementation by Robert Findley · 1 year, 4 months ago