1. 2ec4299 gopls/internal/lsp: split file-watching glob patterns by Alan Donovan · 1 year, 11 months ago
  2. 43b02ea gopls/internal/lsp/cache: only delete the most relevant mod tidy handle by Rob Findley · 1 year, 11 months ago
  3. 5919673 internal/lsp/filecache: eliminate 'kind' directories by Alan Donovan · 1 year, 11 months ago
  4. a5ef6c3 gopls/internal/lsp: keep track of overlays on the files map by Rob Findley · 1 year, 11 months ago
  5. d7f4359 gopls/internal/lsp/mod: optimizations for mod tidy diagnostics by Rob Findley · 1 year, 11 months ago
  6. 2eb726b gopls/internal/lsp/filecache: touch only files older than 1h by Alan Donovan · 1 year, 11 months ago
  7. b742cb9 gopls/internal/regtest/bench: add a benchmark for diagnosing saves by Rob Findley · 1 year, 11 months ago
  8. 4d66324 gopls/internal/lsp/cache: tweak error message by Alan Donovan · 1 year, 11 months ago
  9. e46df40 gopls/internal/lsp/filecache: delayed tweaks from code review by Alan Donovan · 1 year, 11 months ago
  10. 3df69b8 gopls/internal/lsp/debug: remove memory monitoring by Alan Donovan · 1 year, 11 months ago
  11. a069704 gopls/internal/lsp/filecache: avoid flock by Alan Donovan · 1 year, 11 months ago
  12. 3d53c2d gopls/internal/lsp/cache: fix race in adhoc reloading by Rob Findley · 1 year, 11 months ago
  13. 743372f gopls/internal/lsp/debug: limit to 100 recent trace entries by Rob Findley · 1 year, 11 months ago
  14. a059382 gopls/internal/lsp/cache: fail workspace load on context cancellation by Rob Findley · 1 year, 11 months ago
  15. e5c8d4d gopls/internal/lsp/cache: unexport ValidBuildConfiguration by Rob Findley · 1 year, 11 months ago
  16. e7048d5 gopls/internal/lsp/filecache: front with a 100MB in-memory LRU cache by Rob Findley · 1 year, 11 months ago
  17. 8c0fcd2 gopls/internal/lsp/lru: extract LRU logic to a standalone package by Rob Findley · 1 year, 11 months ago
  18. 9dcd3d5 gopls/internal/lsp/filecache: limit Get parallelism too by Alan Donovan · 1 year, 11 months ago
  19. a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file by Rob Findley · 1 year, 11 months ago
  20. 5eb1eb9 gopls/internal/lsp/cache: call filecache.Set asynchronously by Alan Donovan · 1 year, 11 months ago
  21. 35fe77a gopls/internal/lsp/filecache: limit parallelism in Set by Alan Donovan · 1 year, 11 months ago
  22. 1c9fe3f gopls: improve diagnostics for orphaned files by Rob Findley · 1 year, 11 months ago
  23. 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported by Alan Donovan · 1 year, 11 months ago
  24. cd39d2b internal/lsp/cache: support loading multiple orphaned files by Rob Findley · 1 year, 11 months ago
  25. abeba28 gopls/internal/regtest/marker: support proxy files in marker tests by Rob Findley · 1 year, 11 months ago
  26. 3034d9c gopls/internal/lsp/cmd: append, don't overwrite, in PublishDiagnostics by Alan Donovan · 1 year, 11 months ago
  27. 4318d63 gopls: change the default value of "symbolScope" to "all" by Rob Findley · 1 year, 11 months ago
  28. f44f50e gopls/internal/lsp/source: implementation: report builtin 'error' by Alan Donovan · 2 years ago
  29. 787e720 gopls/internal/lsp: optimize checks for ignored files by Rob Findley · 1 year, 11 months ago
  30. 4ed7de1 gopls: add google-cloud-go as a benchmark repo by Rob Findley · 1 year, 11 months ago
  31. d799eba gopls: additional instrumentation during goimports by Rob Findley · 1 year, 11 months ago
  32. d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt by Rob Findley · 1 year, 11 months ago
  33. 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors by Alan Donovan · 1 year, 11 months ago
  34. 08b24db gopls/internal/lsp/regtest: check for "// @marker" rogue space by Alan Donovan · 2 years ago
  35. b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests by Alan Donovan · 1 year, 11 months ago
  36. ddfa220 internal/fuzzy: improvements to the symbol scoring algorithm by Rob Findley · 1 year, 11 months ago
  37. 3449242 go/types/objectpath: don't panic when receiver is missing a method by Rob Findley · 1 year, 11 months ago
  38. 0809ec2 gopls/internal/lsp/source: document {All,Workspace}Metadata by Alan Donovan · 1 year, 11 months ago v0.9.0
  39. d5af889 gopls: set GOWORK=off for loads from debug and safetoken tests by Rob Findley · 1 year, 11 months ago
  40. 6219726 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 11 months ago
  41. 6d1dd12 go/analysis: simplify unusedresult by Alan Donovan · 1 year, 11 months ago
  42. ce1b96b all: fix some comments by cui fliter · 1 year, 11 months ago
  43. 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option by Rob Findley · 1 year, 11 months ago
  44. 4ac71c0 internal/imports: sort fixes for deterministic results by Rob Findley · 1 year, 11 months ago
  45. 573915d gopls/internal/lsp/cache: always init the resolver in runProcessEnvFunc by Rob Findley · 1 year, 11 months ago
  46. 7b684a9 gopls: port import tests to the new marker framework by Rob Findley · 1 year, 11 months ago
  47. 87974e3 gopls/internal/lsp/filecache: skip TestConcurrency on plan9 builder by Rob Findley · 1 year, 11 months ago
  48. c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer by Robert Findley · 2 years, 1 month ago
  49. 7df6af8 gopls/internal/lsp/filecache: silently discard CRC errors on macOS by Alan Donovan · 1 year, 11 months ago
  50. 3f6c3b3 gopls: upgrade to latest version of LSP protocol by Peter Weinberger · 1 year, 11 months ago
  51. 216928d gopls: port function extraction marker tests to the new framework by Rob Findley · 1 year, 11 months ago
  52. 2415ce1 gopls: skip tests that load gopls packages if x/tools replacement is missing by Bryan C. Mills · 1 year, 11 months ago
  53. 17e5ef3 gopls/internal/lsp/cache: remove cycle check from buildMetadata by Alan Donovan · 1 year, 11 months ago
  54. affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins by Alan Donovan · 1 year, 11 months ago
  55. 558d701 gopls/internal/lsp/source: fix another bug in reference expansion by Alan Donovan · 1 year, 11 months ago
  56. 51dfad7 gopls: port workspace/symbol marker tests to the new framework by Rob Findley · 1 year, 11 months ago
  57. c6b5780 gopls: fix build at older Go versions by Rob Findley · 1 year, 11 months ago
  58. 7590fe4 gopls/internal/lsp: hover over linkname directives. by Viktor Blomqvist · 2 years ago
  59. ec61ad3 gopls/internal/lsp/source: add invert-if-condition refactoring by Johan Walles · 1 year, 11 months ago
  60. e2f3b25 gopls/internal/bug: record bug reports in file cache by Alan Donovan · 2 years ago
  61. ab24b7b gopls/internal/regtest/marker: add a test case for issue #59554 by Rob Findley · 1 year, 11 months ago
  62. 8235df3 gopls/internal/regtest/marker: port format tests to the new framework by Rob Findley · 1 year, 11 months ago
  63. 165099b all: remove repeated definite articles by cui fliter · 1 year, 11 months ago
  64. 94ed378 internal/lsp/testdata: update for new diagnostic from go list by Michael Matloob · 2 years ago
  65. a5c37ba gopls/internal/regtest/marker: skip on small machines by Bryan C. Mills · 1 year, 11 months ago
  66. 17e2d70 gopls/internal/bug: remove unused Data parameter by Alan Donovan · 2 years ago
  67. dd89a2e gopls/internal/lsp: remove now redundant debouncing logic by Rob Findley · 2 years ago
  68. 4baa3dc gopls/internal/bug: move bug package into gopls by Alan Donovan · 2 years ago
  69. d59a28f gopls/internal/lsp/source: references: restrict search to workspace packages by Alan Donovan · 2 years ago
  70. e8f417a gopls/internal/lsp/cache: cleanups to active packages by Alan Donovan · 2 years ago
  71. e286d22 gopls/internal/lsp: eliminate diagnoseDetached by Rob Findley · 2 years ago
  72. 4e3238a gopls/internal/lsp/cache: break metadata cycles by Alan Donovan · 2 years ago
  73. 660614b gopls/internal/lsp/source: more ITV filtering by Alan Donovan · 2 years ago
  74. b9619ee gopls/internal/regtest/bench: run kubernetes benchmarks with -short by Rob Findley · 2 years ago
  75. 21a4769 gopls: remove related info for informational diagnostic by Suzy Mueller · 2 years ago
  76. 6deeacb all: fix remaining tests on js/wasm by Bryan C. Mills · 2 years ago
  77. bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc by Rob Findley · 2 years ago
  78. 1c5ccad gopls: add a 'stats' subcommand by Rob Findley · 2 years ago
  79. 9c9e11f gopls/internal/lsp/cache: load modules by dir, not module path by Rob Findley · 2 years ago
  80. b35949e gopls/internal/lsp/source: filter intermediate test variants by Alan Donovan · 2 years ago
  81. 133605d gopls/internal/lsp/cache: remove spurious error check by Alan Donovan · 2 years ago
  82. 240a4dc gopls/internal/lsp/cmd: add instrumentation for TestFix by Rob Findley · 2 years ago
  83. ed3ff1b gopls/internal/lsp: finish debouncing on context cancellation by Rob Findley · 2 years ago
  84. 641e4d7 gopls/doc: update coc.nvim config by Hana (Hyang-Ah) Kim · 2 years ago
  85. 54c806f gopls/internal/lsp: eliminate more uses of Span by Alan Donovan · 2 years ago
  86. 0d77eea gopls/internal/regstest/misc: use go 1.19 instead of 1.29 in TestIssue59124 by Bryan C. Mills · 2 years ago
  87. 1b2d1bd gopls/internal/lsp/cache: improve precision of cache key by Robert Findley · 2 years, 1 month ago
  88. b6f4d07 gopls/internal/lsp: fix initial diagnostics pass by Rob Findley · 2 years ago
  89. d03c59d gopls/internal/lsp/source/typerefs: serialization support by Alan Donovan · 2 years ago
  90. 6492058 gopls: strict LSP compliance for empty slices by Peter Weinberger · 2 years ago
  91. 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals by Rob Findley · 2 years ago
  92. 40fb89c internal/lsp/testdata: correct DefinitionsCount in 1.21 summary file by Michael Matloob · 2 years ago
  93. a4ffa6e internal/lsp/testdata: update 'bad0' diagnostics test for 1.21 by Michael Matloob · 2 years ago
  94. 5bcc1bd gopls/internal/lsp/filecache: evict aggressively on Go builders by Alan Donovan · 2 years ago
  95. a5338c9 go/types/objectpath: add Encoder type, to amortize Scope.Names by Alan Donovan · 2 years, 1 month ago
  96. 45ef829 gopls/internal/lsp/filecache: add integrity check by Alan Donovan · 2 years ago
  97. 4bea115 gopls/internal/lsp/source/typerefs: collapse SCCs of ref graph by Alan Donovan · 2 years ago
  98. 5ef3193 gopls/internal/lsp/source/typerefs: reexpress tests wrt ExternalRefs by Alan Donovan · 2 years ago v0.8.0
  99. c5f768a go.mod: update golang.org/x dependencies by Gopher Robot · 2 years ago
  100. 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover by Nikita Shoshin · 2 years ago