1. a98c076 gopls: remove the "tempModFile" setting by Rob Findley · 1 year, 5 months ago
  2. a5e8bb0 Revert "gopls/internal/lsp/source: fix rename spurious shadowing error" by Alan Donovan · 1 year, 4 months ago
  3. e0a64c2 gopls/internal/lsp/source: fix rename spurious shadowing error by Alan Donovan · 1 year, 9 months ago
  4. 5025441 gopls/internal/lsp: add code action for conversion between raw and interpreted string by rogeryk · 1 year, 5 months ago
  5. 7df1399 gopls: remove ineffectual skips by Rob Findley · 1 year, 5 months ago
  6. 4e080d1 gopls/internal/lsp/source: fix panic on T(x) conversion by Alan Donovan · 1 year, 5 months ago
  7. 4479ae8 gopls/internal/regtest/marker: port remaining marker tests by Rob Findley · 1 year, 5 months ago
  8. 92a8009 gopls/internal/regtest/marker: port the selectionrange markers by Rob Findley · 1 year, 5 months ago
  9. e3f6798 gopls/internal/regtest/marker: clean up some random packages by Rob Findley · 1 year, 5 months ago
  10. 72be087 gopls/internal/regtest/marker: port the semantic tokens tests by Rob Findley · 1 year, 5 months ago
  11. 96815ee gopls/internal/regtest/marker: port the inlay hint tests by Rob Findley · 1 year, 5 months ago
  12. 80e691c gopls/internal/regtest/marker: port remaining rename tests by Rob Findley · 1 year, 5 months ago
  13. ef85672 gopls/internal/regtest/marker: trim redundant header from golden diffs by Rob Findley · 1 year, 5 months ago
  14. ae7e7d7 gopls/internal/regtest/marker: use diffs for rename tests by Rob Findley · 1 year, 5 months ago
  15. efa2492 gopls/internal/regtest/marker: porting remaining suggestedfix tests by Rob Findley · 1 year, 5 months ago
  16. dcf8eb3 gopls/internal/regtest/marker: use line-based myers diff implementation by Rob Findley · 1 year, 5 months ago
  17. 08a94ce gopls/internal/regtest/marker: port the stub tests by Rob Findley · 1 year, 5 months ago
  18. fd43d5e gopls/internal/regtest/marker: port the invertifcondition tests by Rob Findley · 1 year, 5 months ago
  19. 38ed81a gopls/internal/regtest/marker: porting extract tests by Rob Findley · 1 year, 5 months ago
  20. bbf8380 gopls/internal/regtest/marker: use golden diffs for suggested fixes by Rob Findley · 1 year, 5 months ago
  21. 118c362 gopls/internal/lsp/source: fix signatureHelp with pointer receivers by Rob Findley · 1 year, 5 months ago
  22. 2881318 gopls/internal/lsp/source: enable nilness Analyzer in gopls by Alan Donovan · 1 year, 5 months ago
  23. 08edf75 gopls/internal/regtest/marker: port half of the suggestedfix markers by Rob Findley · 1 year, 5 months ago
  24. e125dc6 gopls/internal/regtest/marker: port remaining rank and snippet tests by Rob Findley · 1 year, 5 months ago
  25. 26349af gopls/internal/regtest/marker: port remaining completion tests by Rob Findley · 1 year, 5 months ago
  26. 5e2efda gopls/internal/regtest/marker: port rank and func_rank tests by Rob Findley · 1 year, 5 months ago
  27. 970eac5 gopls/internal/regtest/marker: port builtin/keyword completion tests by Rob Findley · 1 year, 5 months ago
  28. 02f3758 gopls/internal/regtest/marker: port five arbitrary completion tests by Rob Findley · 1 year, 5 months ago
  29. ee25040 gopls/internal/regtest/marker: port all prepare markers by Rob Findley · 1 year, 5 months ago
  30. 099b552 gopls/internal/regtest/marker: port the links marker by Rob Findley · 1 year, 5 months ago
  31. 50cdf2a gopls/internal/regtest/marker: port case sensitive completion tests by Rob Findley · 1 year, 5 months ago
  32. df7023e gopls/internal/regtest/marker: port all deep and fuzzy completion tests by Rob Findley · 1 year, 5 months ago
  33. b90ce15 gopls/internal/regtest/marker: port statements completion tests by Rob Findley · 1 year, 5 months ago
  34. d187d99 gopls/internal/regtest/marker: port remaining @signature markers by Rob Findley · 1 year, 5 months ago
  35. 5185da1 internal/refactor/inline: avoid redundant import names added by inlining by Rob Findley · 1 year, 5 months ago
  36. 7df9d5f gopls/internal/lsp: fix signature crash on error.Error by Alan Donovan · 1 year, 6 months ago
  37. 61bb3e9 internal/refactor/inline: less hacky solution for eliding braces by Rob Findley · 1 year, 6 months ago
  38. 8a71c39 gopls/internal/lsp/source: abort change signature on overlapping calls by Rob Findley · 1 year, 6 months ago
  39. 6fcd778 gopls/internal/lsp: add code actions to remove unused parameters by Rob Findley · 1 year, 6 months ago
  40. 1058109 internal/refactor/inline: don't insert unnecessary parens by Alan Donovan · 1 year, 6 months ago
  41. 7f23bc8 gopls/internal/regtest/source/completion: reuse functionCallSnippet in by Rob Findley · 1 year, 6 months ago
  42. 3d03fbd gopls/internal/lsp: use matcher score in ranking unimported candidates by Rob Findley · 1 year, 6 months ago
  43. 91fde38 gopls/internal/lsp/tests: eliminate several old marker types by Rob Findley · 1 year, 7 months ago
  44. dca7c82 gopls/internal/regtest: support full features of old completion markers by Rob Findley · 1 year, 7 months ago
  45. 8d6ad46 gopls/internal/regtest: port the codelens marker tests by Rob Findley · 1 year, 7 months ago
  46. ebc1c29 internal/refactor/inline: parameter elimination by Alan Donovan · 1 year, 7 months ago
  47. 7e848b2 gopls/internal/lsp/regtest: port the highlight marker by Rob Findley · 1 year, 7 months ago
  48. d06e891 gopls/internal/regtest/marker: support folding ranges by Rob Findley · 1 year, 7 months ago
  49. 44f7796 gopls: add and enable the slog analyzer by Robert Findley · 1 year, 7 months ago
  50. 5e8d21a gopls/internal/lsp/source: implement refactor.inline code action by Alan Donovan · 1 year, 7 months ago
  51. ff7f2b9 gopls/internal/lsp/source completion: don't suggest untyped conversions by Robert Findley · 1 year, 8 months ago
  52. 9425c2e gopls/internal/lsp/source: fix implementations query on error type by Robert Findley · 1 year, 8 months ago
  53. 5913c02 gopls/internal/lsp/source: add a test for local types stubbing by Robert Findley · 1 year, 8 months ago
  54. 1517d1a gopls/internal/lsp/source: fix renaming instantiated fields by Robert Findley · 1 year, 8 months ago
  55. f42bca8 refactor/satisfy: (re)allow composite lits of pointer type by Robert Findley · 1 year, 8 months ago
  56. e0783a8 internal/gcimporter: remove bug report on objectpath failure by Robert Findley · 1 year, 8 months ago
  57. 2160c5f gopls/internal/lsp/analysis: fix stubmethods with variadic parameters by Robert Findley · 1 year, 8 months ago
  58. 82861e0 gopls/internal/lsp/source: reinstate equalOrigin for references check by Rob Findley · 1 year, 8 months ago
  59. 1561060 gopls/internal/lsp/source: fix incorrect 'origin' logic for named types by Rob Findley · 1 year, 8 months ago
  60. fe58b07 gopls/internal/lsp/source: fix renaming of type parameters by Rob Findley · 1 year, 8 months ago
  61. 03562de refactor/satisfy/find: composite lits may have type parameter type by Rob Findley · 1 year, 8 months ago
  62. db5406b gopls/internal/lsp: don't recompute diagnostics during code actions by Robert Findley · 1 year, 8 months ago
  63. 48026e1 internal/gcimporter: don't panic when exporting a builtin 'Error' method by Rob Findley · 1 year, 9 months ago
  64. c6de5f5 gopls/internal/lsp/source: fix spurious "unexpected var object" error by Alan Donovan · 1 year, 9 months ago
  65. 89d9fae internal/gcimporter: supporting encoding objects from different packages by Rob Findley · 1 year, 10 months ago
  66. 2d90701 gopls/internal/regtest/marker: skip addgowork.txt by Robert Findley · 1 year, 9 months ago
  67. 8060af9 gopls/internal/lsp/source/xrefs: include refs to methods of generics by Alan Donovan · 1 year, 9 months ago
  68. a8cf665 gopls/internal/lsp/source: ignore objectpath error in rename by Alan Donovan · 1 year, 9 months ago
  69. 6e1595c internal/gcimporter: treat unknown constant values the same as invalid by Rob Findley · 1 year, 10 months ago
  70. 86c93e8 gopls: unimported completion should use the completion matcher by Rob Findley · 1 year, 10 months ago
  71. 947adca gopls/internal/lsp/source/methodsets: comparable also has no package by Rob Findley · 1 year, 10 months ago
  72. 827f5aa gopls/internal/lsp/source: test references bug on struct{p.T} by Alan Donovan · 1 year, 10 months ago
  73. a13793e gopls/internal/lsp: add quick-fixes to manage the go.work file by Rob Findley · 1 year, 11 months ago
  74. 1c9fe3f gopls: improve diagnostics for orphaned files by Rob Findley · 1 year, 11 months ago
  75. 01128f9 gopls/internal/lsp/source: fix bug renaming field to unexported by Alan Donovan · 1 year, 11 months ago
  76. cd39d2b internal/lsp/cache: support loading multiple orphaned files by Rob Findley · 1 year, 11 months ago
  77. abeba28 gopls/internal/regtest/marker: support proxy files in marker tests by Rob Findley · 1 year, 11 months ago
  78. 4318d63 gopls: change the default value of "symbolScope" to "all" by Rob Findley · 1 year, 11 months ago
  79. d668f58 gopls/internal/regtest/marker: require cgo for issue59944.txt by Rob Findley · 1 year, 11 months ago
  80. 90e9c65 gopls/internal/lsp/cache: skip type errors after parse errors by Alan Donovan · 1 year, 11 months ago
  81. b9c20f6 gopls/internal/regtest/marker: migrate @diag to new marker tests by Alan Donovan · 1 year, 11 months ago
  82. 3449242 go/types/objectpath: don't panic when receiver is missing a method by Rob Findley · 1 year, 11 months ago
  83. 8e9b185 gopls/internal/lsp/source: add the "symbolScope" option by Rob Findley · 1 year, 11 months ago
  84. 4ac71c0 internal/imports: sort fixes for deterministic results by Rob Findley · 1 year, 11 months ago
  85. 7b684a9 gopls: port import tests to the new marker framework by Rob Findley · 1 year, 11 months ago
  86. c64bb76 gopls/internal/lsp/source: make infertypeargs a convenience analyzer by Robert Findley · 2 years, 1 month ago
  87. 216928d gopls: port function extraction marker tests to the new framework by Rob Findley · 1 year, 11 months ago
  88. affb5fc gopls/internal/lsp/source: fix crash in definitions of builtins by Alan Donovan · 1 year, 11 months ago
  89. 558d701 gopls/internal/lsp/source: fix another bug in reference expansion by Alan Donovan · 1 year, 11 months ago
  90. 51dfad7 gopls: port workspace/symbol marker tests to the new framework by Rob Findley · 1 year, 11 months ago
  91. 7590fe4 gopls/internal/lsp: hover over linkname directives. by Viktor Blomqvist · 2 years ago
  92. ab24b7b gopls/internal/regtest/marker: add a test case for issue #59554 by Rob Findley · 1 year, 11 months ago
  93. 8235df3 gopls/internal/regtest/marker: port format tests to the new framework by Rob Findley · 2 years ago
  94. a5c37ba gopls/internal/regtest/marker: skip on small machines by Bryan C. Mills · 2 years ago
  95. bfcd41e gopls/internal/lsp/source: add missing punctuation to stubbed method doc by Rob Findley · 2 years ago
  96. 0f415ef gopls/internal/lsp/source: support hover over non-decimal int literals by Rob Findley · 2 years ago
  97. 7c33a56 gopls/internal/lsp/source: show both the original declaration and the value of constants in hover by Nikita Shoshin · 2 years ago
  98. bc35a69 gopls/internal/lsp/source: fix references expansion bug by Alan Donovan · 2 years ago
  99. 13850b3 gopls/internal/lsp/regtest: move @symbol to new marker tests by Alan Donovan · 2 years ago
  100. cc511f4 gopls/internal/lsp/regtest: move @implementation to new framework by Alan Donovan · 2 years ago