1. e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests by Alan Donovan · 2 years, 2 months ago
  2. a30296b gopls/internal/lsp/filecache: purge empty directories by Alan Donovan · 2 years, 1 month ago
  3. 268cb0b go/ssa/interp: skip typeparam/issue58513.go by Matthew Dempsky · 2 years, 1 month ago
  4. d87a100 go/ssa: skip typeparam/issue58513.go by Matthew Dempsky · 2 years, 1 month ago
  5. 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting by Alan Donovan · 2 years, 1 month ago
  6. d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet by Robert Findley · 2 years, 1 month ago
  7. 0bd0228 gopls/internal/lsp/source: don't rely on global FileSet when stubbing by Robert Findley · 2 years, 1 month ago
  8. c3550e9 cmd/present: use embed, drop native client by Russ Cox · 2 years, 1 month ago
  9. 6baf6e8 gopls/internal/lsp/source: 'references' cleanups by Alan Donovan · 2 years, 1 month ago
  10. 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm by Alan Donovan · 2 years, 2 months ago
  11. c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation by Robert Findley · 2 years, 2 months ago
  12. fdfdda5 gopls: fix Kokoro failures with Go 1.18 by Robert Findley · 2 years, 1 month ago
  13. 0e300d3 gopls/protocol: remove some special cases in stubs by Peter Weinberger · 2 years, 2 months ago
  14. 80afb09 gopls/internal/lsp/source: multiline errors from rename by Alan Donovan · 2 years, 2 months ago
  15. 352e41a internal/gcimporter: updates how imports are handled in unified IR by Tim King · 2 years, 2 months ago
  16. 72d72f9 go/ssa: temporarily skip the 'net' package in TestStdlib by Robert Findley · 2 years, 2 months ago
  17. a9792b2 go/loader: temporarily skip TestCgoOption on darwin by Robert Findley · 2 years, 2 months ago
  18. eec389d gopls/doc: fix typos in Neovim documentation by Robert Findley · 2 years, 2 months ago
  19. 668845e gopls: update usage instructions for latest neovim version by Raphael · 2 years, 2 months ago
  20. b15a5bc gopls/internal/lsp/source: rewrite hover by Robert Findley · 2 years, 2 months ago
  21. 650ae30 gopls/internal/regtest/marker: more tests for embedding and linking by Robert Findley · 2 years, 2 months ago
  22. b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content by Robert Findley · 2 years, 2 months ago
  23. d0863f0 go.mod: update golang.org/x dependencies by Gopher Robot · 2 years, 2 months ago v0.6.0
  24. 545ca87 gopls/internal/regtest/marker: require go/packages by Robert Findley · 2 years, 2 months ago
  25. 1ace7db go,gopls: remove license from package doc comments by Suzy Mueller · 2 years, 2 months ago
  26. ebad375 gopls/internal/lsp/protocol: prevent license rendering in godoc by Dan Kortschak · 2 years, 2 months ago
  27. 10a39ef gopls/internal/lsp/regtest: address additional comments on marker.go by Robert Findley · 2 years, 2 months ago
  28. 69920f2 gopls/internal/regtest/marker: add missing tests for hover by Robert Findley · 2 years, 2 months ago
  29. 24a13c6 gopls/internal/regtest: fill out features of the new marker tests by Robert Findley · 2 years, 2 months ago
  30. 2b149ce gopls/internal/regtest: add a regtest-based version of the marker tests by Robert Findley · 2 years, 2 months ago
  31. edddc5f go/packages: don't discard errors loading export data by Alan Donovan · 2 years, 2 months ago
  32. a762c82 go/ssa: add MultiConvert instruction by Tim King · 2 years, 4 months ago
  33. f124b50 cmd/stringer: streamline test subprocesses by Oleksandr Redko · 2 years, 2 months ago
  34. 6b6857a gopls: fix typos in comments and doc by Oleksandr Redko · 2 years, 2 months ago
  35. 8111118 go/analysis/internal/facts: fix cycle in importMap. by Tim King · 3 years, 5 months ago
  36. dd1c468 gopls/internal/lsp/source: simplify extracting object hover doc by Robert Findley · 2 years, 2 months ago
  37. 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType by Robert Findley · 2 years, 2 months ago
  38. 30f191f internal/imports: update stdlib index for Go 1.20 by Gopher Robot · 2 years, 2 months ago
  39. 4e98188 internal/imports: use go/packages instead of cmd/api to compute symbols by Dmitri Shuralyov · 2 years, 2 months ago
  40. 4e8ff89 internal/imports: update stdlib index for 1.20 by Brad Fitzpatrick · 2 years, 2 months ago
  41. 6bd0d00 gopls/internal/lsp: go to definition from linkname directive by Viktor Blomqvist · 2 years, 2 months ago
  42. 0cfddb3 gopls/internal/lsp: enable clear builtin completion test by Cuong Manh Le · 2 years, 2 months ago
  43. 41adf8d gopls/internal/lsp/tests: remove StripSubscripts by Robert Findley · 2 years, 2 months ago
  44. 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range by Alan Donovan · 2 years, 2 months ago
  45. c276ee5 internal/robustio: fix signature of getFileID on plan9 by Robert Findley · 2 years, 2 months ago
  46. e170d45 gopls/internal/lsp: add clear builtin by Cuong Manh Le · 2 years, 2 months ago
  47. 2ea4b81 go/ast/inspector: skip ranges that do not contain a node type by Tim King · 2 years, 3 months ago
  48. 407bbed go/analysis: improve error message on duplicate fixes by Tim King · 2 years, 4 months ago
  49. bd5dfbb all: fix some comments by cui fliter · 2 years, 2 months ago
  50. 072fca5 gopls/protocol: use the current definition of the lsp by Peter Weinberger · 2 years, 2 months ago
  51. aa633e7 tools/gopls: provide markdown for completion and signature help by Peter Weinbergr · 2 years, 2 months ago
  52. 684a1c0 go/analysis/internal/analysisflags: use os.Executable for program path by Tim King · 2 years, 3 months ago
  53. bd5e595 gopls/internal/lsp/cache: add missing mutex by Alan Donovan · 2 years, 2 months ago
  54. 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags by Hana (Hyang-Ah) Kim · 2 years, 3 months ago
  55. d1e92d6 gopls/internal/lsp/mod: reorder vulncheck quick fixes by Hana (Hyang-Ah) Kim · 2 years, 3 months ago
  56. 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier by Robert Findley · 2 years, 2 months ago
  57. ae242ec gopls: fix windows file corruption by Robert Findley · 2 years, 2 months ago
  58. 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange by Alan Donovan · 2 years, 2 months ago
  59. e260368 gopls/semantic: report type parameters in the type of a receiver by Peter Weinbergr · 2 years, 2 months ago
  60. b62cbb6 internal/lockedfile: fix build constraints on solaris by Bryan C. Mills · 2 years, 2 months ago
  61. 1aa7e72 gopls/internal/lsp/source: avoid qualifiedObjectsAtProtocolPos by Alan Donovan · 2 years, 2 months ago
  62. 5ed33df gopls/internal/lsp/source: rename: prep for incrementality by Alan Donovan · 2 years, 2 months ago
  63. e0659d1 gopls/internal/lsp/source: simplify legacy 'references' func by Alan Donovan · 2 years, 2 months ago
  64. 1edcfe7 gopls/internal/regtest/diagnostics: require cgo for TestGoListErrors by Robert Findley · 2 years, 2 months ago
  65. f052158 gopls/internal/lsp/protocol: move TestBytesOffset by Alan Donovan · 2 years, 2 months ago
  66. d093a13 gopls/internal/lsp/protocol: LocationTextDocumentPositionParams by Alan Donovan · 2 years, 2 months ago
  67. bcb677e gopls/internal/regtest: make RegexpSearch return a Location by Alan Donovan · 2 years, 2 months ago
  68. 60782e9 gopls/internal/lsp/source: eliminate a couple uses of posToMappedRange by Robert Findley · 2 years, 2 months ago
  69. 031e6e6 gopls/internal/lsp/source: eliminate ResolveImportPath by Robert Findley · 2 years, 2 months ago
  70. f2cd9ef gopls/internal/lsp/source: reduce usage of TypecheckWorkspace by Robert Findley · 2 years, 2 months ago
  71. f10e7d5 gopls/internal/lsp/cache: remove package dependence on packages.Config by Robert Findley · 2 years, 3 months ago
  72. 8270757 gopls/internal/lsp/source: switch call hierarchy to references v2 by Alan Donovan · 2 years, 3 months ago
  73. 37c69d8 gopls/internal/lsp/source: references: support exported methods by Alan Donovan · 2 years, 2 months ago
  74. f3c36a2 gopls/internal/lsp/cmd/test: delete marker-based tests of gopls cmd by Alan Donovan · 2 years, 2 months ago
  75. c224aae gopls/internal/lsp/cmd/test: new integration test for gopls command by Alan Donovan · 2 years, 2 months ago
  76. deeb64b gopls/internal/lsp/source/xrefs: allow Lookup of a set by Alan Donovan · 2 years, 2 months ago
  77. f269f53 gopls/internal/lsp: remove Server.processModifications by Robert Findley · 2 years, 2 months ago
  78. fcd57eb gopls: allow 'any' and 'comparable' in completion results by Robert Findley · 2 years, 2 months ago
  79. aae3642 gopls/internal/lsp/source: referencesV2: support unexported methods by Alan Donovan · 2 years, 2 months ago
  80. b5d65e0 tools/gopls: register semantic tokens statically by Peter Weinberger · 2 years, 2 months ago
  81. 51abc5b gopls/internal/lsp/source: stub: don't panic when encountering 'error' by Alan Donovan · 2 years, 2 months ago
  82. ce28f40 gopls/internal/regtest: add a test demonstrating confusion following an by Robert Findley · 2 years, 2 months ago
  83. c4c6aa6 internal/lsp/cache: don't panic in Snapshot on a shutdown view by Robert Findley · 2 years, 2 months ago
  84. 1faecd3 tools/internal/diff: fix off-by-one error in computing diffs by Peter Weinbergr · 2 years, 3 months ago
  85. a7f033a gopls/internal/lsp: consolidate the FileHandle API by Robert Findley · 2 years, 2 months ago
  86. 271e621 internal/lockedfile/internal/filelock: fix aix build tag by Alan Donovan · 2 years, 2 months ago
  87. ff9bea5 gopls/internal/lsp/cmd/test: signpost future cleanups by Alan Donovan · 2 years, 2 months ago
  88. 7d4ba2f gopls/release: remove unused functionality from release script by Robert Findley · 2 years, 2 months ago
  89. 46b6958 gopls/internal/lsp/source: delete source_test by Alan Donovan · 2 years, 2 months ago
  90. bcc7794 go/analysis/passes/directive: add directive analyzer by Russ Cox · 2 years, 2 months ago
  91. 33d416e gopls/internal/lsp: add missing comments on 3x tests.Test impls by Alan Donovan · 2 years, 2 months ago
  92. afea272 gopls/internal/lsp/source: make implementations2 work on embedded fields by Alan Donovan · 2 years, 2 months ago
  93. bb7c440 gopls/internal/lsp/filecache: use file locking, not rename by Alan Donovan · 2 years, 3 months ago
  94. 561a9be gopls/internal/lsp/filecache: actually delete files by Alan Donovan · 2 years, 2 months ago
  95. 9682b0d gopls/internal/lsp/source: delete IsInterface by Alan Donovan · 2 years, 2 months ago
  96. 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
  97. 3e6f71b gopls/internal/regtest: use AfterChange in more places by Robert Findley · 2 years, 2 months ago
  98. 9ff31a5 x/tools/go/analysis/passes/printf: revert URL in error message by Russ Cox · 2 years, 2 months ago
  99. 2fa6ca1 gopls/internal/lsp/source/impls: a new "implementations" index by Alan Donovan · 2 years, 3 months ago
  100. 957bec5 gopls/protocol: new versions of generated LSP files by Peter Weinberger · 2 years, 2 months ago