1. dc59f20 all: fix typo ("identifer" → "identifier") by Anthony Fok · 4 years, 6 months ago
  2. 6d480e2 internal/lsp/cmd: don't create .orig files for rename by default by Rebecca Stambler · 4 years, 6 months ago
  3. 11e13f1 internal/lsp: fix the return type of CodeAction() by Peter Weinberger · 4 years, 6 months ago
  4. 07fc4c7 internal/lsp: fix infinite recursion in CancelRequest by Rebecca Stambler · 4 years, 6 months ago
  5. 3d1ebf6 go/packages: add String methods for LoadMode by Jeff Hodges · 4 years, 7 months ago
  6. 13f8be5 internal/lsp/protocol: fix type of WorkspaceEdit.Changes in tsprotocol.go by Peter Weinberger · 4 years, 6 months ago
  7. 1ef994f go/analysis/passes: ensure diagnostic-reporting analyses have exported Doc by Michael Matloob · 4 years, 6 months ago
  8. faf0e61 internal/lsp: don't search other packages for unexported references by Rebecca Stambler · 4 years, 6 months ago
  9. 5091d64 internal/lsp: reorganize the generated Go code for the lsp protocol by pjw · 4 years, 6 months ago
  10. 5a76f03 internal/lsp: fix variadic interface completion ranking by Muir Manders · 4 years, 6 months ago
  11. 80313e1 internal/lsp: fix panic in bestView by Rebecca Stambler · 4 years, 6 months ago
  12. 3a792d9 internal/lsp: fix panic when logging errors in snapshot.KnownPackages by Rebecca Stambler · 4 years, 6 months ago
  13. 1c71899 cmd/godoc: don't execute go mod download when GOMOD is /dev/null by Dmitri Shuralyov · 4 years, 6 months ago
  14. 4191b8c internal/lsp/testadata/rename: add a test case for renames across packages by Michael Matloob · 4 years, 6 months ago
  15. 634482e internal/lsp: ignore AST errors when generating import edits by Rebecca Stambler · 4 years, 6 months ago
  16. caa0b0f internal/lsp/source: add support for references in the same workspace by Michael Matloob · 4 years, 6 months ago
  17. a764947 internal/lsp: use import path literal for documentLink range by zikaeroh · 4 years, 6 months ago
  18. faa6948 internal/lsp/cache: add finer-grained control of file changes by Rebecca Stambler · 4 years, 6 months ago
  19. bd32a3e cmd/benchcmp: add unit test for formatNs function by Arda Güçlü · 4 years, 6 months ago
  20. e2727e8 internal/lsp: use the versions provided by the client by Rebecca Stambler · 4 years, 6 months ago
  21. 95cb2a1 internal/telemetry: make test event with functions by Ian Cottrell · 4 years, 9 months ago
  22. 023c5ee internal/lsp: change annotation tests to json by Ian Cottrell · 4 years, 9 months ago
  23. 77e3bb0 go/packages/packagestest: add package use example by Dmitri Shuralyov · 4 years, 8 months ago
  24. b2a5ed3 lsp/protocol/typescript: add instructions for typescript compiling by Peter Weinberger · 4 years, 6 months ago
  25. bc1376d internal/lsp: look up files in packages by position instead of URI by Rebecca Stambler · 4 years, 6 months ago
  26. e33b02e internal/lsp: use versioned URIs in rename and code actions by Rebecca Stambler · 4 years, 6 months ago
  27. 76a3b8d internal/memoize: propagate cancellation by Heschi Kreinick · 4 years, 6 months ago
  28. c81e7ae internal/lsp/source: unify import adding code by Heschi Kreinick · 4 years, 6 months ago
  29. aa38f8e gopls/doc: expand Emacs docs by Muir Manders · 4 years, 6 months ago
  30. 323f198 internal/lsp: support implementations requests for implementations in other packages by Michael Matloob · 4 years, 6 months ago
  31. dce577f go/packages: fix failing Windows TryBots for adhoc packages test by Rebecca Stambler · 4 years, 6 months ago
  32. 74addff internal/lsp: handle the didChangeConfiguration message by Ian Cottrell · 4 years, 6 months ago
  33. c41a8f5 internal/lsp: make View.SetOptions save and useful by Ian Cottrell · 4 years, 6 months ago
  34. a3f652f tools/gopls: add cmd support for folding_ranges by Francesco Renzi · 4 years, 6 months ago
  35. 52adfe5 internal/lsp/cache: avoid returning errors when building source.Errors by Rebecca Stambler · 4 years, 6 months ago
  36. 9d59ce8 cmd/go-contrib-init: add unit test for the cmdErr function by Arda Güçlü · 4 years, 6 months ago
  37. 7dd52f0 internal/testenv: reject the resolved 'go' command if it does not match runtime.GOROOT by Bryan C. Mills · 4 years, 6 months ago
  38. 50fa39b internal/lsp/cache: have NewView create view even if load all packages fails by Michael Matloob · 4 years, 6 months ago
  39. 8cb0d02 go/analysis/unitchecker: add erroras analysis to align with go vet by Leigh McCulloch · 4 years, 6 months ago
  40. a99edfe internal/lsp: support implements for methods on an interface by Michael Matloob · 4 years, 6 months ago
  41. 9f4e794 internal/lsp/protocol: define types in alphabetical order in tsprotocol.go by Peter Weinberger · 4 years, 6 months ago
  42. 97ad0ed internal/lsp: improve completion in append() calls by Muir Manders · 4 years, 6 months ago
  43. 7d206e1 internal/lsp/source: start import diffs at byte 0 by Heschi Kreinick · 4 years, 6 months ago
  44. 46f5a7f go/packages: ignore no packages error from (*snapshot).load in (*session).NewView by Michael Matloob · 4 years, 6 months ago
  45. b93886d internal/lsp/cache: handle a nil pointer exception in analysis by Rebecca Stambler · 4 years, 6 months ago
  46. f7ea15e internal/lsp: return completion item without documentation by Rebecca Stambler · 4 years, 6 months ago
  47. a4a09c7 internal/lsp: call load in (*session).NewView by Michael Matloob · 4 years, 6 months ago
  48. 8ceaad4 internal/lsp/source: don't format the whole file when adding imports by Heschi Kreinick · 4 years, 6 months ago
  49. 0c330b0 internal/lsp: improve literal func completion candidates by Muir Manders · 4 years, 6 months ago
  50. c07e1c6 internal/lsp: improve variadic completion by Muir Manders · 4 years, 6 months ago
  51. 3113a4a cmd/godoc: add initial support for module mode by Dmitri Shuralyov · 4 years, 8 months ago
  52. f79515f gopls: control features for command line tests by Ian Cottrell · 4 years, 7 months ago
  53. c2ac6c2 internal/lsp/source: don't unconditionally name imports by Heschi Kreinick · 4 years, 6 months ago
  54. 622ba90 go/internal/packagesdriver: report stderr when failed to determine types.Sizes by Michael Matloob · 4 years, 6 months ago
  55. 689d0f0 internal/imports: set import names on completion candidates by Heschi Kreinick · 4 years, 6 months ago
  56. ea20308 internal/lsp: add config flag to hide debugging output by Muir Manders · 4 years, 6 months ago
  57. 8185551 internal/lsp/source: attach Package to completions when available by Heschi Kreinick · 4 years, 6 months ago
  58. dc03839 internal/lsp: add additional check for analysis value by Rebecca Stambler · 4 years, 6 months ago
  59. b1cdfd1 internal/lsp: restore the rpc metrics by Ian Cottrell · 4 years, 6 months ago
  60. 64da2da internal/lsp: fix the debug info pages by Ian Cottrell · 4 years, 6 months ago
  61. 3c3d1ad internal/lsp: add LocalPrefix configuration by Rebecca Stambler · 4 years, 6 months ago
  62. 6b7b8b7 go/analyis/passes/asmdecl: allow loading both parts of a complex with one instruction by Keith Randall · 4 years, 6 months ago
  63. fda2355 internal/lsp/cache: only refresh imports cache every 30 seconds by Heschi Kreinick · 4 years, 6 months ago
  64. c02c21e internal/imports: cache GOPATH, exports by Heschi Kreinick · 4 years, 6 months ago
  65. f505e54 internal/lsp: use available type info for unimported completions by Heschi Kreinick · 4 years, 6 months ago
  66. 88c5938 internal/lsp/source: propose exports for unimported packages by Heschi Kreinick · 4 years, 6 months ago
  67. 8266eea internal/imports: provide export completions for unimported packages by Heschi Kreinick · 4 years, 6 months ago
  68. 979d74e internal/lsp: fix race condition in metadata handling by Rebecca Stambler · 4 years, 6 months ago
  69. 423eeae cmd/bundle: add -tags flag by Emmanuel T Odeke · 4 years, 6 months ago
  70. d415e1c go/packages: fix loading of syntax when types not requested by Michael Matloob · 4 years, 6 months ago
  71. a71b6a1 internal/lsp: hardcode the version string on master by Rebecca Stambler · 4 years, 6 months ago
  72. 1118e32 internal/lsp: fix nil pointer in textDocument/didClose by Rebecca Stambler · 4 years, 6 months ago
  73. 075a176 internal/lsp: do not format the file on import organization by Rebecca Stambler · 4 years, 6 months ago
  74. d229a61 internal/lsp/cmd: re-enable the definition cmd tests by Rebecca Stambler · 4 years, 6 months ago
  75. 8dbcdeb internal/lsp/cache: recover from panics in analyses by Rebecca Stambler · 4 years, 6 months ago
  76. a860bcd internal/lsp/source: add a nil check on the identifier's object in implementation by Michael Matloob · 4 years, 6 months ago
  77. f02a19d tools/gopls: add cmd support for symbols by Francesco Renzi · 4 years, 7 months ago
  78. b8f202c tools/gopls: add command line support for links by Kalman Bekesi · 4 years, 6 months ago
  79. 2293185 internal/lsp: revert to old method of computing error ranges by Rebecca Stambler · 4 years, 6 months ago
  80. 5be387d internal/lsp: enable go-diff by default by Rebecca Stambler · 4 years, 6 months ago
  81. b7d1af6 internal/lsp: enable textDocument/implementation request by Rebecca Stambler · 4 years, 6 months ago
  82. e931b35 internal/lsp/cache: don't close around actionHandle or snapshot by Rebecca Stambler · 4 years, 6 months ago
  83. 6d8f1af tools/gopls: add cmd support for signature by Francesco Renzi · 4 years, 7 months ago
  84. 02d0efc internal/lsp: add support for implements to the LSP by Michael Matloob · 4 years, 7 months ago
  85. d9fd88a go/packages: add a timeout for TestLoadImportsC by Michael Matloob · 4 years, 6 months ago
  86. 1e24073 tools/gopls: add command line support for suggestedfix by Kalman Bekesi · 4 years, 7 months ago
  87. 7871c2d internal/imports: sort import candidates by "relevance" by Heschi Kreinick · 4 years, 6 months ago
  88. 889af36 internal/lsp/testdata: change test case to work around CL 202581 by Rebecca Stambler · 4 years, 6 months ago
  89. 5e247c9 go/packages: print gopackagesdriver errors when GOPACKAGESPRINTDRIVERERRORS is set by Michael Matloob · 4 years, 6 months ago
  90. 86caa79 internal/lsp: search candidate type's package for completions by Muir Manders · 4 years, 7 months ago
  91. b2a7f28 internal/lsp: do not close over the handle in the memoize function by Rebecca Stambler · 4 years, 7 months ago
  92. 521f1f8 go/packages: handle "outside module root" error printed to stderr by go list -e by Dominik Honnef · 4 years, 7 months ago
  93. 8456940 internal/lsp: remove the pkg.view field, in preparation for CL 204079 by Rebecca Stambler · 4 years, 7 months ago
  94. b9c20ae cmd/stringer: fix package godoc by Filippo Valsorda · 4 years, 7 months ago
  95. e26a8c8 internal/imports: set ctx.WorkingDir if such a field exists by Bryan C. Mills · 4 years, 7 months ago
  96. ff30247 tools/gopls: add command line support for imports by Kalman Bekesi · 4 years, 7 months ago
  97. 288d118 go/analysis/passes/printf: allow # for b flag by Erik Dubbelboer · 4 years, 7 months ago
  98. 9cc4af7 internal/lsp: type check packages in parallel by Rebecca Stambler · 4 years, 7 months ago
  99. 9ba33e0 internal/lsp/cmd: use 'go-diff' by default in format command by Rebecca Stambler · 4 years, 7 months ago
  100. 80f3f9c Fix header level in settings.md by Josa Gesell · 4 years, 7 months ago