1. 3d643c6 internal/lsp: add literal completion candidates by Muir Manders · 4 years, 8 months ago
  2. f45d5df internal/lsp/source: add sortslice analyzer by Johan Brandhorst · 4 years, 8 months ago
  3. 905c8ff internal/lsp: fix diagnostics to report for all available files by Rebecca Stambler · 4 years, 8 months ago
  4. 11affa0 internal/lsp: show errors when the user is in the wrong directory by Rebecca Stambler · 4 years, 8 months ago
  5. 1cc9451 internal/lsp: distinguish parse errors from actual errors by Rebecca Stambler · 4 years, 8 months ago
  6. d997db1 internal/lsp: return errors from diagnostics by Rebecca Stambler · 4 years, 8 months ago
  7. bbfbbc9 gopls/doc: add instructions for VSCode remote development by Matt Layher · 4 years, 8 months ago
  8. 3b4f30a internal/lsp: remove helpers for getting packages by Rebecca Stambler · 4 years, 8 months ago
  9. c52e9e2 internal/lsp: fix vet errors by Rebecca Stambler · 4 years, 8 months ago
  10. 6c790d6 go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 4 years, 8 months ago
  11. 11bbd74 internal/memoize: changes to only one handle per key by Ian Cottrell · 4 years, 10 months ago
  12. 2dc213d internal/lsp: remove cachedFileToMapper function by Rebecca Stambler · 4 years, 8 months ago
  13. 5999de1 internal/lsp: tighten up completion budget check by Muir Manders · 4 years, 8 months ago
  14. bb199b9 internal/lsp: reduce completion candidate volume by Muir Manders · 4 years, 8 months ago
  15. fff8d94 internal/lsp: use ParseGoHandles for the builtin package by Rebecca Stambler · 4 years, 8 months ago
  16. 5edc6ae internal/lsp: reduce usage of column mapper by Rebecca Stambler · 4 years, 8 months ago
  17. b31ee64 internal/lsp: avoid unnecessary type checking by Muir Manders · 4 years, 8 months ago
  18. 3512ebf gopls: update go.mod by Rebecca Stambler · 4 years, 8 months ago
  19. cb62a53 internal/lsp/debug: bump version number for release by Rebecca Stambler · 4 years, 8 months ago
  20. 64a7674 internal/span: handle escaping file URIs by Rebecca Stambler · 4 years, 8 months ago
  21. e45ffcd internal/lsp.protocol: identify the version of the LSP that code is generated for by pjw · 4 years, 8 months ago
  22. 92af9d6 internal/lsp: handle potential nil pointer by Rebecca Stambler · 4 years, 8 months ago
  23. 1ccc110 gopls/doc/vim.md: enable suppress_stderr for natebosch/vim-lsc by Ainar Garipov · 4 years, 8 months ago
  24. f3d05f8 internal/lsp: fix error formatting directive by Muir Manders · 4 years, 8 months ago
  25. 9695483 gopls/doc: add and make minor changes to documentation by Rebecca Stambler · 4 years, 8 months ago
  26. 1d8cfc4 internal/lsp: omit "iota" completion outside const decls by Muir Manders · 4 years, 8 months ago
  27. 31e00f4 go/analysis: add sortslice pass by Johan Brandhorst · 4 years, 9 months ago
  28. 0240832 internal/lsp/protocol: bring the typescript code up to date by Peter Weinberger · 4 years, 8 months ago
  29. 3720d1e go/packages: suppress go list -e error when directory outside modules by Michael Matloob · 4 years, 8 months ago
  30. 87d9f09 internal/lsp: turn fuzzy matching and deep completions back on by Rebecca Stambler · 4 years, 8 months ago
  31. b0a6c2a internal/testenv: handle GOPACKAGESDRIVER=off in NeedsGopackage by Rebecca Stambler · 4 years, 8 months ago
  32. 22c3443 go/packages: fall back to loading from export data if sources are missing by Michael Matloob · 4 years, 8 months ago
  33. 44811c0 Fixed documentation for gopls installation by Daniel Cormier · 4 years, 8 months ago
  34. 6bfd74c internal/lsp: update go.mod for next version by Rebecca Stambler · 4 years, 8 months ago
  35. c7d52e4 internal/lsp: use the view options, not the session options by Rebecca Stambler · 4 years, 8 months ago
  36. 63a3583 gopls/doc: update config settings in documentation by Rebecca Stambler · 4 years, 8 months ago
  37. 7dd31af go/packages: allow types loading without NeedDeps by Denis Isaev · 4 years, 8 months ago
  38. b87a5f9 internal/lsp: update gopls mod file by Rebecca Stambler · 4 years, 8 months ago
  39. b13fa04 internal/lsp: merge session and view options into one by Rebecca Stambler · 4 years, 8 months ago
  40. 4f2ddba internal/lsp: prepare for tagged version by Rebecca Stambler · 4 years, 8 months ago
  41. feee8ac all: fix more typos by Ainar Garipov · 4 years, 8 months ago
  42. 663385e cmd/compilebench: add more linker benchmarking by Jeremy Faller · 4 years, 8 months ago
  43. 16c5e0f internal/lsp: process configuration options more thoroughly by Ian Cottrell · 4 years, 8 months ago
  44. c9a5ac5 go/packages: add a test case for golang/go#33374 by Rebecca Stambler · 4 years, 8 months ago
  45. ec76318 internal/lsp: treat completion documentation errors as actual errors by Rebecca Stambler · 4 years, 8 months ago
  46. 7f5965f internal/imports: fix scanning GOROOT in module mode by Heschi Kreinick · 4 years, 8 months ago
  47. 3e6e7c4 internal/lsp: add ID to the package cache key by Rebecca Stambler · 4 years, 8 months ago
  48. d0542c0 internal/imports: add all interfaces in mkstdlib by Heschi Kreinick · 4 years, 8 months ago
  49. 5e3480f internal/lsp: start handling watched file deletes by Muir Manders · 4 years, 8 months ago
  50. df93a1b internal/imports: fix mkstdlib, run for go1.13 by Heschi Kreinick · 4 years, 8 months ago
  51. 3cd124f internal/lsp: fix completion for nested *ast.BadStmt by Muir Manders · 4 years, 8 months ago
  52. c1ad8a4 go/analysis: copyedit doc.go by alandonovan · 4 years, 8 months ago
  53. 3d22a3c internal/lsp: only build a view when we have its configuration by Ian Cottrell · 4 years, 8 months ago
  54. 238129a internal/lsp: derive ASTs from type information by Rebecca Stambler · 4 years, 8 months ago
  55. dd2b5c8 internal/lsp: simplify snippet config/generation by Muir Manders · 4 years, 8 months ago
  56. 5797d2e internal/lsp: add more flexible completion tests by Muir Manders · 5 years ago
  57. 0673112 internal/lsp: update to latest version of x/tools by Rebecca Stambler · 4 years, 8 months ago
  58. 75be6cd internal/lsp: enable suggested fixes by default by Michael Matloob · 4 years, 8 months ago
  59. dab579b internal/lsp: re-enable deep completions and fuzzy matching by Rebecca Stambler · 4 years, 8 months ago
  60. dc339cc internal/lsp: improve completions in go and defer statements by Muir Manders · 4 years, 8 months ago
  61. 61375c9 go/packages: ignore any go list errors that seem to come from cgo by Michael Matloob · 4 years, 8 months ago
  62. cdebb59 internal/lsp: remove the GetToken and GetAST functions by Rebecca Stambler · 4 years, 8 months ago
  63. 27d1b4e internal/lsp/diff: rewrite ApplyEdits to work with sub-line diffs by Michael Matloob · 4 years, 8 months ago
  64. 81ca6dc internal/lsp: fixed a bug where GOPROXY was set to GOROOT by zoumo · 4 years, 8 months ago
  65. 5b82db0 go/analysis: fix typos by Ainar Garipov · 4 years, 8 months ago
  66. fef9eaa x/tools/gopls: convert to the august, 2019 version of the LSP protocol by pjw · 4 years, 8 months ago
  67. 4c50eac all: add a space before +build in build tag comments by Tobias Klauser · 4 years, 8 months ago
  68. 2ca7180 internal/lsp: use protocol.TextEdits in suggested fixes by Rebecca Stambler · 4 years, 8 months ago
  69. 12febf4 internal/lsp/cache: detail why the err is ignored by Edward Muller · 4 years, 8 months ago
  70. fe7c687 internal/lsp: don't lower score of builtin completions by Muir Manders · 4 years, 8 months ago
  71. 8159a2d internal/lsp: use protocol.Position for textDocument/prepareRename by Rebecca Stambler · 4 years, 8 months ago
  72. 73ad5c9 internal/lsp: switch folding range to protocol ranges by Rebecca Stambler · 4 years, 8 months ago
  73. 04840ef internal/lsp: switch to using protocol positions for document symbols by Rebecca Stambler · 4 years, 8 months ago
  74. bb4ee55 internal/lsp: change to protocol.TextEdit for formatting by Rebecca Stambler · 4 years, 8 months ago
  75. f1f4a33 internal/lsp: move configuration options to structs by Ian Cottrell · 4 years, 8 months ago
  76. fa2c3f3 internal/telemetry/export/ocagent: fix typo in comment by George Hartzell · 4 years, 8 months ago
  77. bc9f4f2 x/tools/gopls: fix race condition in logging by Peter Weinberger · 4 years, 8 months ago
  78. 93dcc2f internal/lsp: fold contained lines when lineFoldingOnly by Suzy Mueller · 4 years, 8 months ago
  79. 59228ea internal/lsp: avoid invalid state due to context cancelation by Muir Manders · 4 years, 8 months ago
  80. 4f238b9 internal/lsp: fix deadlock between f.mu and f.handleMu by Rebecca Stambler · 4 years, 8 months ago
  81. 1d492ad internal/lsp/cache: add additional spans for tracing by Rebecca Stambler · 4 years, 8 months ago
  82. fd6a59f internal/lsp/cache: fix race condition in type-checking by Rebecca Stambler · 4 years, 8 months ago
  83. 6b3d1c9 internal/imports: ignore invalid mod cache entries by Heschi Kreinick · 4 years, 8 months ago
  84. 2a03e9e internal/lsp: avoid using the importer's context as much as possible by Rebecca Stambler · 4 years, 8 months ago
  85. adb4574 internal/lsp: turn on completion documentation by default by Rebecca Stambler · 4 years, 8 months ago
  86. df305b8 internal/lsp: fix declarations in references by Rebecca Stambler · 4 years, 8 months ago
  87. 70bfb60 internal/lsp: fix deadlock in type-checking by Rebecca Stambler · 4 years, 8 months ago
  88. 958971f go/ssa/interp: skip recover2 testcase by Michael Matloob · 4 years, 8 months ago
  89. a4fdb3a gopls: update x/tools version by Rebecca Stambler · 4 years, 8 months ago
  90. 7dc6b39 internal/lsp: use memoize store's context when type checking by Muir Manders · 4 years, 8 months ago
  91. be0da05 internal/lsp: return only multiline ranges when lineFoldingOnly by Suzy Mueller · 4 years, 8 months ago
  92. afe7f82 internal/lsp: add tests for nested folding ranges by Suzy Mueller · 4 years, 8 months ago
  93. a56fc29 gopls: fix typo in the design document by Karthik Nayak · 4 years, 8 months ago
  94. 573d992 go/analysis/doc: fix stuff that was left out of the previous commit by Michael Matloob · 4 years, 8 months ago
  95. 8fa7b02 go/analysis/doc: provide more motivation for suggestedfix design by Michael Matloob · 4 years, 8 months ago
  96. 56125e7 go/packages: make sure to request dependencies when we NeedTypesInfo by Michael Matloob · 4 years, 11 months ago
  97. 2161848 internal/lsp/source: fixes completion for slice literals of pointers by A. Jensen · 4 years, 9 months ago
  98. 311ec03 all: skip more memory-intensive tests on linux-arm by Bryan C. Mills · 4 years, 8 months ago
  99. df13fa7 all: do not write to testdata directories by Bryan C. Mills · 4 years, 8 months ago
  100. 6afc7fc internal/lsp: enable deep completion and fuzzy matching by default by Muir Manders · 4 years, 9 months ago