1. 60da08a internal/lsp/cache: remove files from the memoize.Store by Heschi Kreinick · 3 years, 9 months ago
  2. 051e64e internal/lsp: minimize PackageHandle interface by Heschi Kreinick · 3 years, 9 months ago
  3. 2ad651e internal/lsp: handle bad formatting with CRLF line endings by Rebecca Stambler · 3 years, 9 months ago
  4. 3c048e2 internal/lsp: support return statements in extract function by Josh Baum · 3 years, 9 months ago
  5. cd83430 internal/lsp: update code for LSP protocol by Peter Weinbergr · 3 years, 9 months ago
  6. 55644ea internal/lsp: allow narrower scope for convenience CodeActions by Pontus Leitzler · 3 years, 9 months ago
  7. 7b4c4ad internal/lsp: correctly marshal arguments for upgrade code lens by Rebecca Stambler · 3 years, 9 months ago
  8. 59c6fc0 internal/lsp: correctly invalidate metadata for batched changes by Rebecca Stambler · 3 years, 9 months ago
  9. 9267083 internal/lsp: support refactor.extract through commands by Rebecca Stambler · 3 years, 9 months ago
  10. eaaaedc internal/lsp: fix hover link for embedded fields and methods by Rebecca Stambler · 3 years, 9 months ago
  11. 102e7d3 internal/lsp: fix GlobPattern for watching files by Rebecca Stambler · 3 years, 9 months ago
  12. b5fc9d3 internal/lsp: add parse errors as diagnostics even when parsing fails by Rebecca Stambler · 3 years, 9 months ago
  13. 7017fd6 internal/lsp: fix hover for implicit type switch variable declarations by Rebecca Stambler · 3 years, 9 months ago
  14. cbb3c69 internal/lsp: add errors for missing modules that don't map to an import by Rebecca Stambler · 3 years, 9 months ago
  15. 37a045f internal/lsp: move undeclaredname suggested fix out of analysis by Rebecca Stambler · 3 years, 9 months ago
  16. 0e1f6f5 internal/lsp/regtest: fix WithoutWorkspaceFolders option by Rob Findley · 3 years, 9 months ago
  17. 93b6450 internal/lsp/regtest: add a simple stress test by Rob Findley · 3 years, 9 months ago
  18. 84d0e3d internal/lsp/regtest: add run options to support stress testing by Rob Findley · 3 years, 9 months ago
  19. a5e28d8 internal/lsp/fake: move to a struct for configuring the sandbox by Rob Findley · 3 years, 9 months ago
  20. 1ff154e internal/lsp: lift env out of the sandbox into the editor by Rob Findley · 3 years, 9 months ago
  21. d2c1b4b internal/lsp: show errors in indirect dependencies as diagnostics by Rebecca Stambler · 3 years, 9 months ago
  22. 0cdb17d internal/lsp: treat the module root as the workspace root, if available by Rebecca Stambler · 3 years, 9 months ago
  23. b3d141d internal/lsp/cache: copy *packages.Config environment completely by Rebecca Stambler · 3 years, 9 months ago
  24. 80cb797 internal/lsp: don't publish duplicate diagnostics in one report by Rebecca Stambler · 3 years, 9 months ago
  25. 188b382 go/packages: add failing test for golang/go#37098 by Noah Goldman · 4 years ago
  26. a7c6fd0 go/packages: find filenames in error strings if not in position by Rebecca Stambler · 3 years, 9 months ago
  27. bd1e9de internal/lsp: separate test and benchmark codelens by Brayden Cloud · 3 years, 9 months ago
  28. 7041913 go/analysis/passes/unmarshal: Add check for asn1.Unmarshal by KimMachineGun · 3 years, 9 months ago
  29. 6123e77 internal/lsp: support `go mod tidy` on save without diagnostics by Rebecca Stambler · 3 years, 9 months ago
  30. b42efcd internal/lsp: try to parse diagnostics out of `go list` errors by Rebecca Stambler · 3 years, 9 months ago
  31. 0a5cd10 internal/lsp: handle unknown revision in go.mod file by Rebecca Stambler · 3 years, 9 months ago
  32. acdb8c1 internal/lsp: handle on-disk file deletions for opened files by Rebecca Stambler · 3 years, 9 months ago
  33. 5ea3631 internal/lsp: change the way that we pass arguments to command by Rebecca Stambler · 3 years, 9 months ago
  34. b8e13e1 internal/lsp: return the actual range from convenience code actions by Pontus Leitzler · 3 years, 9 months ago
  35. 77f530d internal/lsp: handle deletion of file content by Rebecca Stambler · 3 years, 9 months ago
  36. 4025ed8 internal/lsp: move fillstruct suggested fixes out of analysis by Rebecca Stambler · 3 years, 9 months ago
  37. 6d307ed internal/lsp: support extract function by Josh Baum · 3 years, 9 months ago
  38. 9cbb971 internal/lsp: split only on the first = for Go environment variables by Rebecca Stambler · 3 years, 9 months ago
  39. cf97b7f internal/lsp: support go1.12 by Rebecca Stambler · 3 years, 9 months ago
  40. e6549b8 internal/lsp: don't re-run `go env` for every call to WriteEnv by Rebecca Stambler · 3 years, 9 months ago
  41. 6ddee64 internal/lsp: add a configuration to enable/disable links in hover by Rebecca Stambler · 3 years, 9 months ago
  42. d518495 internal/lsp: log errors for compute fix edits instead of returning by Rebecca Stambler · 3 years, 9 months ago
  43. 58eba7e internal/lsp: refactor go.mod diagnostics to simplify the API by Rebecca Stambler · 3 years, 9 months ago
  44. f2c07d7 internal/lsp/lsprpc: improvements to daemon logging by Rob Findley · 3 years, 10 months ago
  45. cf799ca internal/lsp/regtest: simpler way to invert options by Rob Findley · 3 years, 9 months ago
  46. 43ed946 internal/lsp: don't keep track of closed overlays by Rebecca Stambler · 3 years, 9 months ago
  47. e66011c internal/lsp: fix error in CL 242457 by Rebecca Stambler · 3 years, 9 months ago
  48. a8f9df4 internal/lsp: clean up the code lens code by Rebecca Stambler · 3 years, 9 months ago
  49. c80dc57 internal/lsp: refactor generate code lens code by Rebecca Stambler · 3 years, 9 months ago
  50. 130c9f1 go/packages: add x test overlay test by Rebecca Stambler · 3 years, 9 months ago
  51. ddb87c8 internal/lsp: add an importShortcut configuration by Rebecca Stambler · 3 years, 9 months ago
  52. 4cea897 internal/lsp: handle nil pointer in PackageStats by Rebecca Stambler · 3 years, 9 months ago
  53. b42590c internal/lsp/source: handle nil pointer in newBuiltinSignature by Rebecca Stambler · 3 years, 9 months ago
  54. 9048b46 internal/lsp: avoid panic caused by assuming file ends with newline by Peter Weinbergr · 3 years, 9 months ago
  55. 6acd2ab internal/lsp: always show signature as the top line in hover by Hyoyoung CHANG · 3 years, 9 months ago
  56. 62a0bb7 gopls, internal/lsp: support an extra formatting hook for gofumpt by Rebecca Stambler · 3 years, 9 months ago
  57. f8240f7 internal/lsp: add changeMethods logic to rename check by Rebecca Stambler · 3 years, 9 months ago
  58. 01425d7 internal/lsp/source: add Vendor to list of supported commands by Rebecca Stambler · 3 years, 9 months ago
  59. f739c55 internal/analysisinternal: do not initialize {Get,Set}TypeErrors by Rebecca Stambler · 3 years, 10 months ago
  60. fd294ab internal/lsp: watch go.{mod,sum} files, as well as Go files by Rebecca Stambler · 3 years, 9 months ago
  61. 7342f97 internal/lsp/cmd: add a -vv flag for higher verbosity by Rebecca Stambler · 3 years, 10 months ago
  62. f1c4188 internal/lsp, go/packages: reproduce and fix golang/go#39646 by Rebecca Stambler · 3 years, 10 months ago
  63. 125cc70 internal/lsp: add new go.mod requires to files with unused require by Rebecca Stambler · 3 years, 10 months ago
  64. 55a0fde internal/lsp: fix rename with Windows line endings by Rebecca Stambler · 3 years, 10 months ago
  65. e327e10 internal/lsp/regtest: standardize on 20s timeout by Rob Findley · 3 years, 10 months ago
  66. e404ca2 internal/lsp/regtest: use a common directory for regtest sandboxes by Rob Findley · 3 years, 10 months ago
  67. df98bc6 internal/lsp/regtest: remove stray short timeout by Heschi Kreinick · 3 years, 10 months ago
  68. 3544e8c internal/lsp/regtest: add a regtest for golang/go#39296 by Rebecca Stambler · 3 years, 10 months ago
  69. 31b9a74 internal/lsp/cache: handle missing mod file by Heschi Kreinick · 3 years, 10 months ago
  70. 7370b03 internal/lsp: check if analysis enabled in convenience fixes by Rebecca Stambler · 3 years, 10 months ago
  71. 134513d internal/lsp/regtest: await IWL before running tests by Rebecca Stambler · 3 years, 10 months ago
  72. d5a7453 internal/lsp/source: disable fillstruct by default by Rebecca Stambler · 3 years, 10 months ago
  73. 065b96d internal/lsp/cache: fix race in RunProcessEnvFunc by Heschi Kreinick · 3 years, 10 months ago
  74. 9c9572d internal/lsp: extract highlighted selection to variable by Josh Baum · 3 years, 10 months ago
  75. 416e8f4 internal/imports: require valid options, move LocalPrefix up by Heschi Kreinick · 3 years, 10 months ago
  76. 9e0a013 internal/lsp/analysis/fillstruct: support anonymous structs by Josh Baum · 3 years, 10 months ago
  77. b22de68 cmd/goyacc: print newlines more consistently by itchyny · 3 years, 10 months ago
  78. 682c454 all: update dependencies in go.mod file by Rebecca Stambler · 3 years, 10 months ago
  79. 95bc2bd internal/lsp/source: handle nil pointer in comment completions by Søren L. Hansen · 3 years, 10 months ago
  80. 0cc1aa7 gopls/internal/hooks, internal/lsp/source: only match full words in link regexes by zikaeroh · 3 years, 10 months ago
  81. f01a4be internal/lsp: support opening single files by Rebecca Stambler · 3 years, 10 months ago
  82. ea7be8d internal/lsp/regtest: add regression tests for on-disk file changes by Rebecca Stambler · 3 years, 10 months ago
  83. 7cb253f gopls/doc/troubleshooting.md: update the gopls output channel name by Hana (Hyang-Ah) Kim · 3 years, 10 months ago
  84. 1837592 internal/lsp/source: speed up completion candidate formatting by Muir Manders · 4 years, 2 months ago
  85. 9a0e069 internal/lsp/cmd: change pre-filled issue header for gopls bug by Rebecca Stambler · 3 years, 10 months ago
  86. a32c0cb internal/lsp: decorate error message from workspace/configuration by Rebecca Stambler · 3 years, 10 months ago
  87. c138986 go/packages: move all overlay tests into overlay_test.go by Rebecca Stambler · 3 years, 10 months ago
  88. b2d8b03 internal/lsp: remove VS Code-specific completion hack by TheSecEng · 4 years ago
  89. 4bdfe1a internal/lsp/cache: handle a few possible panics in PackageStats by Rebecca Stambler · 3 years, 10 months ago
  90. aa3d501 internal/analysisinternal: prevent fillstruct panic on nil package by Josh Baum · 3 years, 10 months ago
  91. aa94e73 internal/lsp/source: add a new symbolStyle configuration option by Rob Findley · 3 years, 11 months ago
  92. 84cfede internal/lsp: fully qualify workspace Symbol matches by Paul Jolly · 4 years ago
  93. bcbc01e internal/lsp: add a new regtest to reproduce golang/go#39646 by Rebecca Stambler · 3 years, 10 months ago
  94. 6506e20 internal/lsp/fake: explicitly set GOPACKAGESDRIVER=off in regtests by Rob Findley · 3 years, 10 months ago
  95. fadf93f internal/lsp: watch all files in the module and replace target by Rebecca Stambler · 3 years, 10 months ago
  96. 7480c7b goimport: prevent panic on parsing local prefix by Annirudh Prasad · 3 years, 10 months ago
  97. e31c80b all: rework goimports environment, support GOMODCACHE by Heschi Kreinick · 3 years, 10 months ago
  98. 727c06e internal/lsp/analysis/fillstruct: correct pointer to builtin values by Josh Baum · 3 years, 10 months ago
  99. aa12c9e internal/lsp: handle panics due to line numbers in fillstruct by Rebecca Stambler · 3 years, 10 months ago
  100. 88f3c62 internal/span: handle file URLs with two slashes by Heschi Kreinick · 3 years, 10 months ago