1. 0a57c09 internal/lsp/source: always use default goimports options by Heschi Kreinick · 4 years, 6 months ago
  2. 50c778f internal/imports: redesign scan API by Heschi Kreinick · 4 years, 6 months ago
  3. ac3e9e7 internal/imports: remove go/packages support by Heschi Kreinick · 4 years, 6 months ago
  4. fd66c75 internal/lsp/source: don't get unnecessary unimported completions by Heschi Kreinick · 4 years, 6 months ago
  5. 234df48 internal/lsp: load metadata for a single package ID, when needed by Rebecca Stambler · 4 years, 6 months ago
  6. 6c68fec all: remove many cases of space-space by Dan Kortschak · 4 years, 6 months ago
  7. 2912ce7 go/analysis/analysistest: accept comments of /* */ form by Hana (Hyang-Ah) Kim · 4 years, 6 months ago
  8. 9fb4d21 tools/internal/lsp/cmd: fix documentation by Dan Kortschak · 4 years, 6 months ago
  9. 7b8e75d internal/lsp: create links for golang/go#1234-style strings by Rebecca Stambler · 4 years, 6 months ago
  10. 99d11d0 internal/lsp: refactor and document options by Rebecca Stambler · 4 years, 6 months ago
  11. 8647d4c cmd/gopls: delete legacy gopls by Rebecca Stambler · 4 years, 6 months ago
  12. 819aba5 internal/lsp/cmd: remove unnecessary message from help by Koichi Shiraishi · 4 years, 6 months ago
  13. 065ed04 go/analysis: add package docs for findcall, printf, and shadow by Hana (Hyang-Ah) Kim · 4 years, 6 months ago
  14. 6b505de gopls: use mvdan.cc/xurls for textDocument/documentLink by Rebecca Stambler · 4 years, 6 months ago
  15. dd894d0 internal/lsp: trim address operator from completion filterText by Muir Manders · 4 years, 6 months ago
  16. 3721262 internal/lsp: support taking address for completion candidates by Muir Manders · 4 years, 6 months ago
  17. 918115f internal/lsp: refactor find-implementation handling by Muir Manders · 4 years, 6 months ago
  18. 4d2fe2b internal/lsp/source: move some data onto "candidate" struct by Muir Manders · 4 years, 6 months ago
  19. 7bd96bd internal/lsp/source: improve completion in value spec by Muir Manders · 4 years, 6 months ago
  20. 142b776 go/packages: fix TestCgoOption to work on Windows by Michael Matloob · 4 years, 6 months ago
  21. c734170 internal/lsp: cleanup temporary go.mod file on shutdown by Rohan Challa · 4 years, 6 months ago
  22. a7b3459 gopls/doc: remove unnecessary settings from VSCode documentation by Rebecca Stambler · 4 years, 6 months ago
  23. d7ab245 gopls/integration: add a first cut of govim integration tests by Rob Findley · 4 years, 6 months ago
  24. 8c5978f internal/lsp: make golint happy by awh6al · 4 years, 6 months ago
  25. f13409b internal/telemetry: clean up test data by Ian Cottrell · 4 years, 7 months ago
  26. c7346ec internal/telemetry: remove an extraneous comment by Ian Cottrell · 4 years, 6 months ago
  27. 8141399 internal/telemetry: obey the onlyErrors flag in the log writer by Ian Cottrell · 4 years, 6 months ago
  28. e5a4a00 go/packages: Fix loading syntax for imports when types not requested. by Alex Zhirov · 4 years, 6 months ago
  29. 2f6d8bf internal/lsp: change tests to use the main exporter by Ian Cottrell · 4 years, 7 months ago
  30. 75f8c44 internal/lsp: change -modfile flag to tempModfile by Rohan Challa · 4 years, 6 months ago
  31. 5e75220 internal/lsp: don't clear file contents on save by Rebecca Stambler · 4 years, 6 months ago
  32. 145a1e4 internal/lsp/cache: detach context before invalidation by Rebecca Stambler · 4 years, 6 months ago
  33. 041a08a internal/lsp/cache: remove errors from dependencies by Rebecca Stambler · 4 years, 6 months ago
  34. 85a3356 internal/lsp/cache: consolidate function to update overlays by Rebecca Stambler · 4 years, 6 months ago
  35. 62b9674 internal/imports: consider direct mod deps more relevant by Heschi Kreinick · 4 years, 6 months ago
  36. 2208e16 internal/lsp: eliminate source.File type and move GetFile to snapshot by Rebecca Stambler · 4 years, 6 months ago
  37. 56b0b28 internal/lsp: put verbose go/packages output behind verboseOutput flag by Muir Manders · 4 years, 6 months ago
  38. bdebc07 internal/lsp: fix highlighting of inexact matches when highlighting from the right by Rohan Challa · 4 years, 6 months ago
  39. a98e7fc internal/lps/protocol: bring code.ts up to date with latest changes. by Peter Weinberger · 4 years, 6 months ago
  40. 2ad5dca telemetry/log: sample reference for benchmarking harness by Emmanuel T Odeke · 4 years, 6 months ago
  41. 3aa5a36 internal/lsp: add gopls setting to disable use of -modfile flag behavior by Rohan Challa · 4 years, 6 months ago
  42. 4f29fbc go/packages: change import cycle errorkind from UnknownError to ListError by Rohan Challa · 4 years, 6 months ago
  43. 979b82b internal/lsp/cache: fix excessive recursion in (*snapshot).clone() by Muir Manders · 4 years, 6 months ago
  44. 84f0c7c internal/lsp/cache: don't forget files just because they change by Heschi Kreinick · 4 years, 6 months ago
  45. ac28154 all: burn all the evidence by Rebecca Stambler · 4 years, 6 months ago
  46. ca0407e internal/lsp: return snapshots from text modifications by Rebecca Stambler · 4 years, 6 months ago
  47. 41c101f internal/lsp/source: fix completion budget type by Rebecca Stambler · 4 years, 6 months ago
  48. 61483d1 internal/lsp: show comments for grouped variable declarations by Rebecca Stambler · 4 years, 6 months ago
  49. 61f5e7d blog: fix swallowed error by Lars Lehtonen · 4 years, 6 months ago
  50. d270ebf internal/lsp/cache: move overlay and debug handling into separate files by Rebecca Stambler · 4 years, 6 months ago
  51. bc4a8d3 internal/lsp/cache: don't invalidate dependents' metadata by Heschi Kreinick · 4 years, 6 months ago
  52. 6f9e13b internal/lsp/debug: print the debug port by Billie Cleek · 4 years, 6 months ago
  53. 62a9628 internal/lsp: use the -modfile flag to update a different go.mod file by Rohan Challa · 4 years, 6 months ago
  54. 210e553 cmd/fiximports: fix 'go list' error formatting by Jay Conrod · 4 years, 6 months ago
  55. 38570b7 internal/lsp: fix links for interface methods by Rebecca Stambler · 4 years, 6 months ago
  56. 6400594 internal/lsp: kill some dead code by Muir Manders · 4 years, 6 months ago
  57. f2a421a internal/lsp: change completionBudget to milliseconds by Rebecca Stambler · 4 years, 6 months ago
  58. 01c78d5 internal/imports: set the Dir field on the build.Context (instead of WorkingDir) if present by Bryan C. Mills · 4 years, 6 months ago
  59. 0b43622 fix: using section links to IDE specific doc by Jorge L. Fatta · 4 years, 6 months ago
  60. bbbf87a gopls: add status and roadmap to the main readme. by Ian Cottrell · 4 years, 6 months ago
  61. 42268a1 internal/lsp: fix link anchors for struct fields by Rebecca Stambler · 4 years, 6 months ago
  62. c39ce21 internal/lsp: expose option to disable timeouts for completion by Rebecca Stambler · 4 years, 6 months ago
  63. 621d4ee imports: pass more of the environment by Heschi Kreinick · 4 years, 6 months ago
  64. 846828e internal/lsp/source: fix crash on conflict markers in imports by Heschi Kreinick · 4 years, 6 months ago
  65. 1d943b0 internal/lsp: change CompletionItem.{Command,TextEdit} to pointers by Rebecca Stambler · 4 years, 7 months ago
  66. 4981f6b internal/lsp/cache: consolidate snapshot cloning by Heschi Kreinick · 4 years, 6 months ago
  67. 99b3970 internal/gopathwalk/walk: add missing function descriptions and renaming by Arda Güçlü · 4 years, 7 months ago
  68. bcb65d5 benchmark/parse: add unit test for String function by Arda Güçlü · 4 years, 7 months ago
  69. a6aac22 internal/lsp: fix find-implementation for promoted methods by Muir Manders · 4 years, 6 months ago
  70. 53d48bf go/analysis: gofmt snippets in package documentation by Dmitri Shuralyov · 4 years, 7 months ago
  71. a0e659d internal/lsp, internal/tool: clean up command line of gopls by Jędrzej Szczepaniak · 4 years, 6 months ago
  72. 49a3e74 internal/lsp: remove useless signature cast completion candidate by Muir Manders · 4 years, 6 months ago
  73. 04c2e8e internal/lsp: skip return highlighting if cursor is in arglist of func by Rohan Challa · 4 years, 6 months ago
  74. 56463cc internal/lsp: create parseModHandle for storing go.mod data by Rohan Challa · 4 years, 6 months ago
  75. 7ebc6af internal/lsp: add diagnostic on import causing import cycle by Rohan Challa · 4 years, 6 months ago
  76. 74e303f internal/lsp/source: fix error message for multiple GOPATHs by Rebecca Stambler · 4 years, 6 months ago
  77. 27b81be internal/lsp/tests: add error handling for @item() by Iskander Sharipov · 4 years, 6 months ago
  78. 7093a17 go/packages: correct logging of driver stderr by Jeff Hodges · 4 years, 7 months ago
  79. 0f69de2 internal/lsp: offer basic type conversion candidates by Muir Manders · 4 years, 6 months ago
  80. cfcbc77 internal/lsp: improve link in documentation on hover by Rebecca Stambler · 4 years, 6 months ago
  81. 8facea2 go/packages: disable -mod=readonly behavior in overlays by Rebecca Stambler · 4 years, 6 months ago
  82. 825cb06 internal/lsp: downrank "nil" completion candidate by Muir Manders · 4 years, 6 months ago
  83. 56eb7d2 internal/lsp: don't resend diagnostics if they are unchanged by Rebecca Stambler · 4 years, 7 months ago
  84. 4403f79 internal/lsp: move DidModifyFile into internal/lsp/cache by Rebecca Stambler · 4 years, 6 months ago
  85. dfebd28 internal/lsp: fix find-references to search from all package variants by Muir Manders · 4 years, 6 months ago
  86. ad473c0 internal/lsp: add handling for go.mod files in internal/lsp functions by Rohan Challa · 4 years, 6 months ago
  87. 4da4485 internal/lsp: invalidate metadata and type info more selectively by Muir Manders · 4 years, 6 months ago
  88. ec14b29 internal/lsp/source: fix all types in resolveInvalid by Iskander Sharipov · 4 years, 6 months ago
  89. ac2db28 internal/lsp: invalidate workspace packages when go.mod file changes by Rohan Challa · 4 years, 7 months ago
  90. a27fdba internal/lsp: check all package variants in find-implementations by Muir Manders · 4 years, 6 months ago
  91. 3785370 internal/lsp: fix circular import errors to account for import stack by Rohan Challa · 4 years, 6 months ago
  92. 0d08730 go/packages: add import stack to error messages when there's an import cycle by Michael Matloob · 4 years, 7 months ago
  93. 912f50a internal/lsp: don't invalidate dependents' metadata by Muir Manders · 4 years, 6 months ago
  94. 98df123 internal/lsp: add comment completions for exported vars by Clint J Edwards · 4 years, 6 months ago
  95. fe93f4a internal/lsp: suggest "fallthrough" only inside switches by Iskander Sharipov · 4 years, 6 months ago
  96. 1bcf67c internal/lsp: Make Text in DidSave at *string rather than a string by Peter Weinberger · 4 years, 6 months ago
  97. 0bd90ea internal/lsp: make Text in DidSave request a pointer by Rebecca Stambler · 4 years, 6 months ago
  98. 22774f7 internal/lsp/cache: invalidate metadata even without Create by Heschi Kreinick · 4 years, 6 months ago
  99. 115af5e internal/lsp: fix control flow highlighting taking precedence by Rohan Challa · 4 years, 7 months ago
  100. 9a30a9a internal/lsp: trim down implementations code by Muir Manders · 4 years, 6 months ago