1. 9283e6a internal/imports: support completing import paths by Heschi Kreinick · 3 years, 8 months ago
  2. b793a13 internal/lsp: add outgoing calls call hierarchy by Danish Dua · 3 years, 8 months ago
  3. d088b47 internal/lsp/cmd: suppress EOF errors in serve by Heschi Kreinick · 3 years, 8 months ago
  4. d945363 internal/lsp/cache: don't always type check in default mode by Heschi Kreinick · 3 years, 8 months ago
  5. cf83efe internal/lsp: return err if ExecuteCommand prerequisites aren't met by Pontus Leitzler · 3 years, 8 months ago
  6. 188abfa internal/lsp/mod: add go mod vendor and go mod tidy lenses by Danish Dua · 3 years, 8 months ago
  7. 118ac03 internal/lsp: improve handling of non-Go folders by Heschi Kreinick · 3 years, 8 months ago
  8. d00afea internal/lsp/source: fix nil pointer in rename_check by Rebecca Stambler · 3 years, 8 months ago
  9. 90abf76 internal/lsp/source: fix a couple issues completing append() args by Muir Manders · 3 years, 8 months ago
  10. 6fbe43b internal/lsp/source: improve completion in append() by Muir Manders · 3 years, 8 months ago
  11. 7c0525f internal/lsp/source: improve func literal completions by Muir Manders · 3 years, 9 months ago
  12. 9882f1d internal/lsp: add initial workspace load notification by Danish Dua · 3 years, 8 months ago
  13. c4923e6 internal/lsp/cache: use a map to track package paths to reload by Rebecca Stambler · 3 years, 8 months ago
  14. cd23824 internal/lsp/cache: delete unused function by Rebecca Stambler · 3 years, 8 months ago
  15. 0a73ddc internal/lsp: check for context cancellation before showing messages by Rebecca Stambler · 3 years, 8 months ago
  16. 1365742 internal/lsp: add incoming calls hierarchy to gopls by Danish Dua · 3 years, 8 months ago
  17. d926bd1 internal/lsp/cache: always type check in default mode by Heschi Kreinick · 3 years, 8 months ago
  18. 8ca64c5 internal/imports: fix crash when adding stdlib imports by Heschi Kreinick · 3 years, 8 months ago
  19. 9176cd3 internal/lsp/cache: trim ellipsis array literals by Heschi Kreinick · 3 years, 8 months ago
  20. c42aa19 internal/lsp/source: improve unnamed type completion by Muir Manders · 3 years, 9 months ago
  21. 5ae4c3c internal/lsp/cmd: make -remote consistent across commands by Rob Findley · 3 years, 8 months ago
  22. 8586c7b internal/lsp: fix bad `go mod tidy` quick fix title by Rebecca Stambler · 3 years, 8 months ago
  23. c7ca526 internal/lsp: add "run file benchmarks" code lens by Brayden Cloud · 3 years, 9 months ago
  24. 3986990 internal/lsp: lowercase drive letters on Windows to fix file watching by Rebecca Stambler · 3 years, 8 months ago
  25. eb8585a internal/lsp: extend the mod handle functions to handle multiple files by Rebecca Stambler · 3 years, 8 months ago
  26. 48a8ffc internal/lsp/cache: flip noGopackagesDriver to hasGopackagesDriver by Rebecca Stambler · 3 years, 8 months ago
  27. d77521d internal/lsp: remove extra `go env GOMOD` logic for single file mode by Rebecca Stambler · 3 years, 8 months ago
  28. 74512f0 internal/lsp: in gc_details change command to use a temporary file. by Peter Weinbergr · 3 years, 8 months ago
  29. fd80f4d internal/lsp: fix a few small staticcheck warnings by Rebecca Stambler · 3 years, 8 months ago
  30. 48de4c8 internal/lsp: add a configuration to limit workspace scope to root URI by Rebecca Stambler · 3 years, 8 months ago
  31. 64be3c5 internal/lsp/cache: check the user's configuration for GOPACKAGESDRIVER by Rebecca Stambler · 3 years, 8 months ago
  32. 2d15c7a internal/lsp: handle results from setting options in initialize by Rebecca Stambler · 4 years ago
  33. 2f2f272 internal/lsp: support function calls in extract variable by Josh Baum · 3 years, 9 months ago
  34. 72f2e0b internal/lsp: limit code action false positives for extract to variable by Josh Baum · 3 years, 8 months ago
  35. c1903db internal/memoize: switch from GC-driven to explicit deletion by Heschi Kreinick · 3 years, 9 months ago
  36. 74a6bbb internal/lsp: enhance fillstruct and fillreturns to fill with variables by Josh Baum · 3 years, 9 months ago
  37. e1f7ec5 internal/lsp/cache: fix gopackagesdriver binary detection logic by Rebecca Stambler · 3 years, 8 months ago
  38. ace63f8 gopls/integration/govim: use docker to build gopls in run_local.sh by Rob Findley · 3 years, 8 months ago
  39. 978e77c internal/lsp/progress: refactor progress reporting by Rob Findley · 3 years, 8 months ago
  40. 30a0893 internal/lsp: use the token supplied by the client for progress by Rob Findley · 3 years, 8 months ago
  41. 73b12ca go/analysis/passes/structtag: ignore warning if tag should be ignored by André Martins · 3 years, 9 months ago
  42. 3e82819 internal/lsp: build output to package during gc_details code lens by Pontus Leitzler · 3 years, 9 months ago
  43. 6f4f008 internal/lsp/source: improve completion in switch cases by Muir Manders · 3 years, 8 months ago
  44. 5bf02b2 internal/lsp/source: fix bug in deep completion score tracking by Muir Manders · 3 years, 8 months ago
  45. b8f4a4e internal/lsp/protocol/typescript: clean up type gen documentation by hasheddan · 3 years, 8 months ago
  46. 19738be internal/lsp/source: improve type switch case completion by Muir Manders · 3 years, 8 months ago
  47. 383b97c internal/lsp: watch directories in replace targets and update on changes by Rebecca Stambler · 3 years, 9 months ago
  48. c05a0f5 internal/lsp/cache: refactor `go mod tidy` error logic by Rebecca Stambler · 3 years, 9 months ago
  49. 9221131 internal/lsp: release resources for call hierarchy file requests by Danish Dua · 3 years, 8 months ago
  50. a5d4502 internal: add call hierarchy cmd and lsp scaffolding by Danish Dua · 3 years, 9 months ago
  51. f15f0bf internal/lsp/cache: check for a gopackagesdriver binary by Rebecca Stambler · 3 years, 8 months ago
  52. 6756e73 internal/lsp: fix bug in extract function when highlighting full line by Josh Baum · 3 years, 8 months ago
  53. 1c672e2 internal/lsp: prioritize non-"zero" values in fillreturns by Josh Baum · 3 years, 9 months ago
  54. 990129e internal/lsp/source: prefer funcs when completing go/defer by Muir Manders · 3 years, 9 months ago
  55. 23e6869 internal/lsp/source: don't prefer bool candidates in bool exprs by Muir Manders · 3 years, 9 months ago
  56. 41a9f6d internal/lsp/source: fix function completion ranking by Muir Manders · 3 years, 9 months ago
  57. 9099c90 internal/lsp: fix the first change check by tennashi · 3 years, 9 months ago
  58. 110bd3b internal/lsp: make function extraction smarter by Josh Baum · 3 years, 9 months ago
  59. ee49e49 internal/lsp/source: fix bug introduced by CL 246757 by Rebecca Stambler · 3 years, 8 months ago
  60. 90696cc internal/lsp/source: simplify variadic logic in completion by Muir Manders · 3 years, 9 months ago
  61. 6fe4996 internal/lsp/source: fix multi return value func completion by Muir Manders · 3 years, 9 months ago
  62. 0b898c9 internal/lsp: add options to control which details gc_details shows by Peter Weinbergr · 3 years, 9 months ago
  63. f29cbc7 internal/lsp: remove source.Cache by Heschi Kreinick · 3 years, 9 months ago
  64. b4d825f internal/lsp: fix applyTextDocumentEdits and delete extra function by Rebecca Stambler · 3 years, 9 months ago
  65. 75c7103 go/packages: expand cases when filenames are parsed from errors by Michael Matloob · 3 years, 9 months ago
  66. d55f2ed internal/lsp/source: fix nil pointer in extract function by Rebecca Stambler · 3 years, 9 months ago
  67. e5d681a internal/lsp: remove excess 'zero values' in return statements by Josh Baum · 3 years, 9 months ago
  68. fec4f28 internal/lsp/source: fix completion prefix for comment completion by Danish Dua · 3 years, 9 months ago
  69. 25c5b13 internal/imports: update stdlib index for 1.15 by smasher164 · 3 years, 9 months ago
  70. 5c72ddd internal/lsp: fix bug in extract variable edit positions by Josh Baum · 3 years, 9 months ago
  71. b251901 internal/lsp: fail test if command cannot be applied by Josh Baum · 3 years, 9 months ago
  72. d737008 internal/lsp: get the correct declaration node when finding references by Rebecca Stambler · 3 years, 9 months ago
  73. 155a699 gopls/doc: document getting a specific version of gopls by Ainar Garipov · 3 years, 9 months ago
  74. 6c149bb internal/lsp/cache: store parseGoHandles by Heschi Kreinick · 3 years, 9 months ago
  75. 5a22b63 internal/lsp: refactor line folding range code by Danish Dua · 3 years, 9 months ago
  76. c9619e8 internal/lsp: separate LSP files from FS files by Heschi Kreinick · 3 years, 9 months ago
  77. 39fdd54 internal/lsp: move builtin package to Snapshot by Heschi Kreinick · 3 years, 9 months ago
  78. 412b8bd internal/lsp/cache: ref-count snapshots by Heschi Kreinick · 3 years, 10 months ago
  79. b5fad4e internal/lsp: invalidate all packages on go.mod file changes by Rebecca Stambler · 3 years, 9 months ago
  80. 1ac6576 internal/lsp: fix go.mod.golden test file to have sorted mod names by Danish Dua · 3 years, 9 months ago
  81. fe6bb45 internal/lsp: use URI as key in gc optimization details map by Pontus Leitzler · 3 years, 9 months ago
  82. 644d416 internal/lsp: add folding range for select case statements by Danish Dua · 3 years, 9 months ago
  83. 6467de6 internal/lsp: remove Mod handles by Heschi Kreinick · 3 years, 9 months ago
  84. b47602a internal/lsp: handle nil pointer in go.mod links by Rebecca Stambler · 3 years, 9 months ago
  85. 1c30660 gopls/integration/govim: enable running at main by Rob Findley · 3 years, 9 months ago
  86. 6b78e25 internal/lsp: fix a few staticcheck suggestions, some cleanup by Rebecca Stambler · 3 years, 9 months ago
  87. 8afe7e0 internal/lsp: don't show diagnostic in go.mod for direct dependencies by Rebecca Stambler · 3 years, 9 months ago
  88. 449c585 internal/lsp: properly check for nil on i.enclosing by Rebecca Stambler · 3 years, 9 months ago
  89. 1c1ec42 internal/lsp/source: move initial extract function logic to lsp/command by Josh Baum · 3 years, 9 months ago
  90. df70183 internal/lsp/source: add extra nil check in searchForEnclosing by Rebecca Stambler · 3 years, 9 months ago
  91. e8769cc internal/lsp: fix logged message for gc_details by Peter Weinbergr · 3 years, 9 months ago
  92. 0dd562f internal/lsp: remove uses of crypto/sha1 in gopls by Rebecca Stambler · 3 years, 9 months ago
  93. 95780ea internal/lsp: show compiler optimization decisions by Peter Weinbergr · 3 years, 9 months ago
  94. edd3c8e internal/lsp: de-duplicate logic for canExtractVariable by Rebecca Stambler · 3 years, 9 months ago
  95. 342ee10 internal/lsp: check URIs of all workspace folders by Rebecca Stambler · 3 years, 9 months ago
  96. e7a7e3a internal/lsp/source: add a unit test for searchForEnclosing by Rob Findley · 3 years, 9 months ago
  97. b647668 internal/lsp: remove PackageHandle by Heschi Kreinick · 3 years, 9 months ago
  98. a9439ae internal/lsp: replace ParseGoHandle with concrete data by Heschi Kreinick · 3 years, 9 months ago
  99. 4d1d9ac internal/lsp/cache: fix parseKey by Heschi Kreinick · 3 years, 9 months ago
  100. 72051f7 internal/lsp: pass snapshot/view to memoize.Functions by Heschi Kreinick · 3 years, 9 months ago