1. 09c5a32 Upgrade golang-x-tools to v0.7.0 by Dan Willemsen · 1 year, 2 months ago main master
  2. 031fc75 gopls/internal/regtest/bench: don't run the iwl test with -short by Robert Findley · 1 year, 2 months ago
  3. f477bf4 gopls/internal/lsp/source/completion: avoid Snapshot.CachedPackages by Alan Donovan · 1 year, 3 months ago
  4. b72edd1 gopls/internal/lsp/filecache: GOPLS_CACHE -> GOPLSCACHE by Alan Donovan · 1 year, 2 months ago
  5. d566927 gopls/internal/lsp/regtest: add @suggestedfix marker by Alan Donovan · 1 year, 3 months ago
  6. fdb0da6 gopls/internal/regtest/bench: add a benchmark for diagnosing a change by Robert Findley · 1 year, 3 months ago
  7. 6eb432f gopls/internal/regtest/bench: add benchmarks in a wider variety of repos by Robert Findley · 1 year, 3 months ago
  8. c91d0b8 gopls/internal/lsp/source: guard against concurrent writes in xrefs by Robert Findley · 1 year, 2 months ago
  9. c0742f5 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 2 months ago
  10. 21d2256 gopls/internal/lsp/cache: make type-checking incremental by Robert Findley · 1 year, 3 months ago
  11. ae05609 internal/lsp/cache: add an LRU parse cache by Robert Findley · 1 year, 3 months ago
  12. de54582 gopls/internal/lsp/filecache: process batches of stats before sleeping by Robert Findley · 1 year, 3 months ago
  13. bc2e2c2 gopls/internal/regtest/bench: support benchmarking multiple repos by Robert Findley · 1 year, 3 months ago
  14. 7c35ddf gopls/internal/lsp: stop using ast.Ident.Obj by Alan Donovan · 1 year, 3 months ago
  15. 4942052 gopls/protocol/generate: remove more special cases by Peter Weinberger · 1 year, 3 months ago
  16. ef396af gopls: sync staticcheck@v0.4.2 by Hana (Hyang-Ah) Kim · 1 year, 3 months ago
  17. fbb25cb gopls: use go generate consistently by Alan Donovan · 1 year, 3 months ago
  18. 096bae8 internal/gcimporter: document non-idempotence of export∘import by Alan Donovan · 1 year, 3 months ago
  19. 120642f gopls/internal/bug: fix a bug in the bug package by Robert Findley · 1 year, 3 months ago
  20. 0d741d5 cmd/present: update styles for markdown-generated slides by Russ Cox · 1 year, 3 months ago
  21. 902ee93 gopls/internal/lsp/source: remove 2nd last call to CachedImportPaths by Alan Donovan · 1 year, 3 months ago
  22. b0fcf2a gopls/internal/lsp/source: simplify 'stub methods' by Alan Donovan · 1 year, 3 months ago
  23. f98fce2 go/types/objectpath: add encoder type, to amortize allocation by Alan Donovan · 1 year, 3 months ago
  24. 2e10748 gopls/internal/lsp/protocol: improve generated godoc for LSP types by Peter Weinbergr · 1 year, 3 months ago
  25. 4906a71 gopls/internal/lsp/source: add documentation links to hover by Peter Weinberger · 1 year, 3 months ago
  26. 3ec30bd gopls/internal/lsp/cache: request EmbedFiles from go/packages by Frank Viernau · 1 year, 3 months ago
  27. 25d2519 gopls/internal/lsp: support more cases of definition on linkname directive. by Viktor Blomqvist · 1 year, 3 months ago
  28. e85b533 gopls/protocol: remove stub special cases by Peter Weinberger · 1 year, 3 months ago
  29. 193023c go/ssa: substitute type parameters in local types by Tim King · 1 year, 3 months ago
  30. 3102dad gopls/internal/regtest/bench: move benchmarks into separate files by Robert Findley · 1 year, 3 months ago
  31. d9c6b88 gopls/internal/regtest/bench: add a proper benchmark for initial load by Robert Findley · 1 year, 3 months ago
  32. e5b9948 gopls/internal/lsp/source: use metadata files for workspace symbols by Robert Findley · 1 year, 3 months ago
  33. ad4fc28 gopls/internal/lsp/cache: pre-compute load diagnostics by Robert Findley · 1 year, 3 months ago
  34. e5c9e63 gopls/internal/lsp/regtest: add @rename marker tests by Alan Donovan · 1 year, 3 months ago
  35. a30296b gopls/internal/lsp/filecache: purge empty directories by Alan Donovan · 1 year, 3 months ago
  36. 268cb0b go/ssa/interp: skip typeparam/issue58513.go by Matthew Dempsky · 1 year, 3 months ago
  37. d87a100 go/ssa: skip typeparam/issue58513.go by Matthew Dempsky · 1 year, 3 months ago
  38. 5e7c67d gopls/internal/lsp/regtest: factor marker error reporting by Alan Donovan · 1 year, 3 months ago
  39. d4c13e6 gopls/internal/lsp/source: eliminate Snapshot.FileSet by Robert Findley · 1 year, 3 months ago
  40. 0bd0228 gopls/internal/lsp/source: don't rely on global FileSet when stubbing by Robert Findley · 1 year, 3 months ago
  41. c3550e9 cmd/present: use embed, drop native client by Russ Cox · 1 year, 3 months ago
  42. 6baf6e8 gopls/internal/lsp/source: 'references' cleanups by Alan Donovan · 1 year, 3 months ago
  43. 64f9d62 gopls/internal/lsp/source/rename: use incremental algorithm by Alan Donovan · 1 year, 4 months ago
  44. c8e8b3b gopls/internal/lsp: eliminate source.RelatedInformation by Robert Findley · 1 year, 3 months ago
  45. fdfdda5 gopls: fix Kokoro failures with Go 1.18 by Robert Findley · 1 year, 3 months ago
  46. 0e300d3 gopls/protocol: remove some special cases in stubs by Peter Weinberger · 1 year, 3 months ago
  47. 80afb09 gopls/internal/lsp/source: multiline errors from rename by Alan Donovan · 1 year, 3 months ago
  48. 352e41a internal/gcimporter: updates how imports are handled in unified IR by Tim King · 1 year, 3 months ago
  49. 72d72f9 go/ssa: temporarily skip the 'net' package in TestStdlib by Robert Findley · 1 year, 3 months ago
  50. a9792b2 go/loader: temporarily skip TestCgoOption on darwin by Robert Findley · 1 year, 3 months ago
  51. eec389d gopls/doc: fix typos in Neovim documentation by Robert Findley · 1 year, 3 months ago
  52. 668845e gopls: update usage instructions for latest neovim version by Raphael · 1 year, 3 months ago
  53. b15a5bc gopls/internal/lsp/source: rewrite hover by Robert Findley · 1 year, 4 months ago
  54. 650ae30 gopls/internal/regtest/marker: more tests for embedding and linking by Robert Findley · 1 year, 3 months ago
  55. b18ca0d gopls/internal/lsp/regtest: always compare updated marker test content by Robert Findley · 1 year, 3 months ago
  56. d0863f0 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 3 months ago
  57. 545ca87 gopls/internal/regtest/marker: require go/packages by Robert Findley · 1 year, 3 months ago
  58. 1ace7db go,gopls: remove license from package doc comments by Suzy Mueller · 1 year, 3 months ago
  59. ebad375 gopls/internal/lsp/protocol: prevent license rendering in godoc by Dan Kortschak · 1 year, 3 months ago
  60. 10a39ef gopls/internal/lsp/regtest: address additional comments on marker.go by Robert Findley · 1 year, 3 months ago
  61. 69920f2 gopls/internal/regtest/marker: add missing tests for hover by Robert Findley · 1 year, 3 months ago
  62. 24a13c6 gopls/internal/regtest: fill out features of the new marker tests by Robert Findley · 1 year, 3 months ago
  63. 2b149ce gopls/internal/regtest: add a regtest-based version of the marker tests by Robert Findley · 1 year, 3 months ago
  64. edddc5f go/packages: don't discard errors loading export data by Alan Donovan · 1 year, 3 months ago
  65. a762c82 go/ssa: add MultiConvert instruction by Tim King · 1 year, 5 months ago
  66. f124b50 cmd/stringer: streamline test subprocesses by Oleksandr Redko · 1 year, 3 months ago
  67. 6b6857a gopls: fix typos in comments and doc by Oleksandr Redko · 1 year, 3 months ago
  68. 8111118 go/analysis/internal/facts: fix cycle in importMap. by Tim King · 2 years, 7 months ago
  69. dd1c468 gopls/internal/lsp/source: simplify extracting object hover doc by Robert Findley · 1 year, 4 months ago
  70. 66f8f71 gopls/internal/lsp/source: use syntax alone in FormatVarType by Robert Findley · 1 year, 4 months ago
  71. 30f191f internal/imports: update stdlib index for Go 1.20 by Gopher Robot · 1 year, 3 months ago
  72. 4e98188 internal/imports: use go/packages instead of cmd/api to compute symbols by Dmitri Shuralyov · 1 year, 3 months ago
  73. 4e8ff89 internal/imports: update stdlib index for 1.20 by Brad Fitzpatrick · 1 year, 4 months ago
  74. 6bd0d00 gopls/internal/lsp: go to definition from linkname directive by Viktor Blomqvist · 1 year, 4 months ago
  75. 0cfddb3 gopls/internal/lsp: enable clear builtin completion test by Cuong Manh Le · 1 year, 4 months ago
  76. 41adf8d gopls/internal/lsp/tests: remove StripSubscripts by Robert Findley · 1 year, 4 months ago
  77. 86fdadc gopls/internal/lsp/safetoken: delete safetoken.Range by Alan Donovan · 1 year, 4 months ago
  78. c276ee5 internal/robustio: fix signature of getFileID on plan9 by Robert Findley · 1 year, 4 months ago
  79. e170d45 gopls/internal/lsp: add clear builtin by Cuong Manh Le · 1 year, 4 months ago
  80. 2ea4b81 go/ast/inspector: skip ranges that do not contain a node type by Tim King · 1 year, 5 months ago
  81. 407bbed go/analysis: improve error message on duplicate fixes by Tim King · 1 year, 5 months ago
  82. bd5dfbb all: fix some comments by cui fliter · 1 year, 4 months ago
  83. 072fca5 gopls/protocol: use the current definition of the lsp by Peter Weinberger · 1 year, 4 months ago
  84. aa633e7 tools/gopls: provide markdown for completion and signature help by Peter Weinbergr · 1 year, 4 months ago
  85. 684a1c0 go/analysis/internal/analysisflags: use os.Executable for program path by Tim King · 1 year, 4 months ago
  86. bd5e595 gopls/internal/lsp/cache: add missing mutex by Alan Donovan · 1 year, 4 months ago
  87. 2683128 gopls/internal/lsp: differentiate govulncheck/vulncheck imports diags by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  88. d1e92d6 gopls/internal/lsp/mod: reorder vulncheck quick fixes by Hana (Hyang-Ah) Kim · 1 year, 4 months ago
  89. 87d00e6 gopls/internal/lsp: separate some requests from source.Identifier by Robert Findley · 1 year, 4 months ago
  90. ae242ec gopls: fix windows file corruption by Robert Findley · 1 year, 4 months ago
  91. 6f65213 gopls/internal/lsp/protocol: Mapper.NodeMappedRange by Alan Donovan · 1 year, 4 months ago
  92. e260368 gopls/semantic: report type parameters in the type of a receiver by Peter Weinbergr · 1 year, 4 months ago
  93. b62cbb6 internal/lockedfile: fix build constraints on solaris by Bryan C. Mills · 1 year, 4 months ago
  94. 1aa7e72 gopls/internal/lsp/source: avoid qualifiedObjectsAtProtocolPos by Alan Donovan · 1 year, 4 months ago
  95. 5ed33df gopls/internal/lsp/source: rename: prep for incrementality by Alan Donovan · 1 year, 4 months ago
  96. e0659d1 gopls/internal/lsp/source: simplify legacy 'references' func by Alan Donovan · 1 year, 4 months ago
  97. 1edcfe7 gopls/internal/regtest/diagnostics: require cgo for TestGoListErrors by Robert Findley · 1 year, 4 months ago
  98. f052158 gopls/internal/lsp/protocol: move TestBytesOffset by Alan Donovan · 1 year, 4 months ago
  99. d093a13 gopls/internal/lsp/protocol: LocationTextDocumentPositionParams by Alan Donovan · 1 year, 4 months ago
  100. bcb677e gopls/internal/regtest: make RegexpSearch return a Location by Alan Donovan · 1 year, 4 months ago