1. 9695483 gopls/doc: add and make minor changes to documentation by Rebecca Stambler · 4 years, 9 months ago
  2. 1d8cfc4 internal/lsp: omit "iota" completion outside const decls by Muir Manders · 4 years, 9 months ago
  3. 31e00f4 go/analysis: add sortslice pass by Johan Brandhorst · 4 years, 10 months ago
  4. 0240832 internal/lsp/protocol: bring the typescript code up to date by Peter Weinberger · 4 years, 9 months ago
  5. 3720d1e go/packages: suppress go list -e error when directory outside modules by Michael Matloob · 4 years, 9 months ago
  6. 87d9f09 internal/lsp: turn fuzzy matching and deep completions back on by Rebecca Stambler · 4 years, 9 months ago
  7. b0a6c2a internal/testenv: handle GOPACKAGESDRIVER=off in NeedsGopackage by Rebecca Stambler · 4 years, 9 months ago
  8. 22c3443 go/packages: fall back to loading from export data if sources are missing by Michael Matloob · 4 years, 9 months ago
  9. 44811c0 Fixed documentation for gopls installation by Daniel Cormier · 4 years, 9 months ago
  10. 6bfd74c internal/lsp: update go.mod for next version by Rebecca Stambler · 4 years, 9 months ago
  11. c7d52e4 internal/lsp: use the view options, not the session options by Rebecca Stambler · 4 years, 9 months ago
  12. 63a3583 gopls/doc: update config settings in documentation by Rebecca Stambler · 4 years, 9 months ago
  13. 7dd31af go/packages: allow types loading without NeedDeps by Denis Isaev · 4 years, 9 months ago
  14. b87a5f9 internal/lsp: update gopls mod file by Rebecca Stambler · 4 years, 9 months ago
  15. b13fa04 internal/lsp: merge session and view options into one by Rebecca Stambler · 4 years, 9 months ago
  16. 4f2ddba internal/lsp: prepare for tagged version by Rebecca Stambler · 4 years, 10 months ago
  17. feee8ac all: fix more typos by Ainar Garipov · 4 years, 10 months ago
  18. 663385e cmd/compilebench: add more linker benchmarking by Jeremy Faller · 4 years, 10 months ago
  19. 16c5e0f internal/lsp: process configuration options more thoroughly by Ian Cottrell · 4 years, 10 months ago
  20. c9a5ac5 go/packages: add a test case for golang/go#33374 by Rebecca Stambler · 4 years, 10 months ago
  21. ec76318 internal/lsp: treat completion documentation errors as actual errors by Rebecca Stambler · 4 years, 10 months ago
  22. 7f5965f internal/imports: fix scanning GOROOT in module mode by Heschi Kreinick · 4 years, 10 months ago
  23. 3e6e7c4 internal/lsp: add ID to the package cache key by Rebecca Stambler · 4 years, 10 months ago
  24. d0542c0 internal/imports: add all interfaces in mkstdlib by Heschi Kreinick · 4 years, 10 months ago
  25. 5e3480f internal/lsp: start handling watched file deletes by Muir Manders · 4 years, 10 months ago
  26. df93a1b internal/imports: fix mkstdlib, run for go1.13 by Heschi Kreinick · 4 years, 10 months ago
  27. 3cd124f internal/lsp: fix completion for nested *ast.BadStmt by Muir Manders · 4 years, 10 months ago
  28. c1ad8a4 go/analysis: copyedit doc.go by alandonovan · 4 years, 10 months ago
  29. 3d22a3c internal/lsp: only build a view when we have its configuration by Ian Cottrell · 4 years, 10 months ago
  30. 238129a internal/lsp: derive ASTs from type information by Rebecca Stambler · 4 years, 10 months ago
  31. dd2b5c8 internal/lsp: simplify snippet config/generation by Muir Manders · 4 years, 10 months ago
  32. 5797d2e internal/lsp: add more flexible completion tests by Muir Manders · 5 years ago
  33. 0673112 internal/lsp: update to latest version of x/tools by Rebecca Stambler · 4 years, 10 months ago
  34. 75be6cd internal/lsp: enable suggested fixes by default by Michael Matloob · 4 years, 10 months ago
  35. dab579b internal/lsp: re-enable deep completions and fuzzy matching by Rebecca Stambler · 4 years, 10 months ago
  36. dc339cc internal/lsp: improve completions in go and defer statements by Muir Manders · 4 years, 10 months ago
  37. 61375c9 go/packages: ignore any go list errors that seem to come from cgo by Michael Matloob · 4 years, 10 months ago
  38. cdebb59 internal/lsp: remove the GetToken and GetAST functions by Rebecca Stambler · 4 years, 10 months ago
  39. 27d1b4e internal/lsp/diff: rewrite ApplyEdits to work with sub-line diffs by Michael Matloob · 4 years, 10 months ago
  40. 81ca6dc internal/lsp: fixed a bug where GOPROXY was set to GOROOT by zoumo · 4 years, 10 months ago
  41. 5b82db0 go/analysis: fix typos by Ainar Garipov · 4 years, 10 months ago
  42. fef9eaa x/tools/gopls: convert to the august, 2019 version of the LSP protocol by pjw · 4 years, 10 months ago
  43. 4c50eac all: add a space before +build in build tag comments by Tobias Klauser · 4 years, 10 months ago
  44. 2ca7180 internal/lsp: use protocol.TextEdits in suggested fixes by Rebecca Stambler · 4 years, 10 months ago
  45. 12febf4 internal/lsp/cache: detail why the err is ignored by Edward Muller · 4 years, 10 months ago
  46. fe7c687 internal/lsp: don't lower score of builtin completions by Muir Manders · 4 years, 10 months ago
  47. 8159a2d internal/lsp: use protocol.Position for textDocument/prepareRename by Rebecca Stambler · 4 years, 10 months ago
  48. 73ad5c9 internal/lsp: switch folding range to protocol ranges by Rebecca Stambler · 4 years, 10 months ago
  49. 04840ef internal/lsp: switch to using protocol positions for document symbols by Rebecca Stambler · 4 years, 10 months ago
  50. bb4ee55 internal/lsp: change to protocol.TextEdit for formatting by Rebecca Stambler · 4 years, 10 months ago
  51. f1f4a33 internal/lsp: move configuration options to structs by Ian Cottrell · 4 years, 10 months ago
  52. fa2c3f3 internal/telemetry/export/ocagent: fix typo in comment by George Hartzell · 4 years, 10 months ago
  53. bc9f4f2 x/tools/gopls: fix race condition in logging by Peter Weinberger · 4 years, 10 months ago
  54. 93dcc2f internal/lsp: fold contained lines when lineFoldingOnly by Suzy Mueller · 4 years, 10 months ago
  55. 59228ea internal/lsp: avoid invalid state due to context cancelation by Muir Manders · 4 years, 10 months ago
  56. 4f238b9 internal/lsp: fix deadlock between f.mu and f.handleMu by Rebecca Stambler · 4 years, 10 months ago
  57. 1d492ad internal/lsp/cache: add additional spans for tracing by Rebecca Stambler · 4 years, 10 months ago
  58. fd6a59f internal/lsp/cache: fix race condition in type-checking by Rebecca Stambler · 4 years, 10 months ago
  59. 6b3d1c9 internal/imports: ignore invalid mod cache entries by Heschi Kreinick · 4 years, 10 months ago
  60. 2a03e9e internal/lsp: avoid using the importer's context as much as possible by Rebecca Stambler · 4 years, 10 months ago
  61. adb4574 internal/lsp: turn on completion documentation by default by Rebecca Stambler · 4 years, 10 months ago
  62. df305b8 internal/lsp: fix declarations in references by Rebecca Stambler · 4 years, 10 months ago
  63. 70bfb60 internal/lsp: fix deadlock in type-checking by Rebecca Stambler · 4 years, 10 months ago
  64. 958971f go/ssa/interp: skip recover2 testcase by Michael Matloob · 4 years, 10 months ago
  65. a4fdb3a gopls: update x/tools version by Rebecca Stambler · 4 years, 10 months ago
  66. 7dc6b39 internal/lsp: use memoize store's context when type checking by Muir Manders · 4 years, 10 months ago
  67. be0da05 internal/lsp: return only multiline ranges when lineFoldingOnly by Suzy Mueller · 4 years, 10 months ago
  68. afe7f82 internal/lsp: add tests for nested folding ranges by Suzy Mueller · 4 years, 10 months ago
  69. a56fc29 gopls: fix typo in the design document by Karthik Nayak · 4 years, 10 months ago
  70. 573d992 go/analysis/doc: fix stuff that was left out of the previous commit by Michael Matloob · 4 years, 10 months ago
  71. 8fa7b02 go/analysis/doc: provide more motivation for suggestedfix design by Michael Matloob · 4 years, 10 months ago
  72. 56125e7 go/packages: make sure to request dependencies when we NeedTypesInfo by Michael Matloob · 5 years ago
  73. 2161848 internal/lsp/source: fixes completion for slice literals of pointers by A. Jensen · 4 years, 10 months ago
  74. 311ec03 all: skip more memory-intensive tests on linux-arm by Bryan C. Mills · 4 years, 10 months ago
  75. df13fa7 all: do not write to testdata directories by Bryan C. Mills · 4 years, 10 months ago
  76. 6afc7fc internal/lsp: enable deep completion and fuzzy matching by default by Muir Manders · 4 years, 10 months ago
  77. c17b040 all: skip tests if required tools are not found by Bryan C. Mills · 4 years, 10 months ago
  78. f340ed3 x/tools/gopls: add fallback to default GOPATH if missing by Pontus Leitzler · 4 years, 10 months ago
  79. 340205e internal/imports: skip scanned module cache dirs by Suzy Mueller · 5 years ago
  80. 5d7988b go/packages,internal/lsp: skip memory-intensive tests on the linux-arm builder by Bryan C. Mills · 4 years, 10 months ago
  81. ee1fc86 internal/imports: use cache of mod cache pkgs in find packages by Suzy Mueller · 5 years ago
  82. 857b4dd internal/imports: avoid walking dir for mod file in mod cache by Suzy Mueller · 4 years, 10 months ago
  83. c940306 internal/lsp: add prepare rename support by Suzy Mueller · 4 years, 10 months ago
  84. 114c575 internal/lsp: add foldingRange support by Suzy Mueller · 4 years, 10 months ago
  85. 88604bc go/packages: set GOPACKAGESDRIVER=off for all the tests by Michael Matloob · 4 years, 10 months ago
  86. bce6695 go/analysis/passes/printf: handle a potential nil pointer by Rebecca Stambler · 4 years, 10 months ago
  87. f4d8977 go/packages: ignore Cgo compilation error correctly by Hajime Hoshi · 4 years, 10 months ago
  88. d151469 x/tools/gopls: reimplement rpc logging at a lower level by Peter Weinberger · 4 years, 10 months ago
  89. 42f498d internal/lsp: use protocol.Ranges for source.Identifier by Rebecca Stambler · 4 years, 10 months ago
  90. aed303c go/analysis/cmd/vet: remove by Michael Matloob · 4 years, 10 months ago
  91. a0cf054 internal/lsp: initialize CodeActionProvider with supported actions by Suzy Mueller · 4 years, 10 months ago
  92. b29f5f6 internal/lsp: limit deep completion search scope by Muir Manders · 4 years, 10 months ago
  93. 062dbae cmd/gopls: add documentation by Ian Cottrell · 5 years ago
  94. 71894ab internal/lsp: add tests at the diff hook layer by Ian Cottrell · 4 years, 10 months ago
  95. 1f0dd02 internal/lsp: start handling watched file change events by Muir Manders · 4 years, 10 months ago
  96. 11cc3c1 internal/lsp: add additional information when logging errors by Jan Steinke · 4 years, 10 months ago
  97. 0772270 go/internal/gcimporter: make safe for concurrent use by Dominik Honnef · 4 years, 10 months ago
  98. 95c3470 all: replace reference to plan9.bell-labs.com with 9p.io by Tobias Klauser · 4 years, 10 months ago
  99. d72b05d godoc: apply gofmt by Kevin Burke · 5 years ago
  100. c2567a2 go/analysis: handle common nil pointers by Rebecca Stambler · 4 years, 10 months ago