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