1. db1ebf7 internal/lsp: move unified diff testing to the diff interface by Ian Cottrell · 4 years, 9 months ago
  2. b917058 internal/lsp: invert the diff dependencies so myers depends on diff by Ian Cottrell · 4 years, 9 months ago
  3. 6e0078a internal/lsp: allow the diff alorithm to be specified per view by Ian Cottrell · 4 years, 9 months ago
  4. 246a69f go/gcexportdata: use IExportData when writing gcexportdata by Rebecca Stambler · 4 years, 9 months ago
  5. 9901302 internal/lsp: use dependencies in cache keys by Rebecca Stambler · 4 years, 9 months ago
  6. f7bb6f1 internal/lsp: do not allow diff.ApplyEdits to be replaced by Ian Cottrell · 4 years, 9 months ago
  7. 9154314 internal/lsp: restore "IsIncomplete" completion flag by Muir Manders · 4 years, 9 months ago
  8. f0a1674 internal/lsp: address staticcheck warnings by Rebecca Stambler · 4 years, 9 months ago
  9. 87e6e09 internal/lsp: don't overwrite suffix when inserting completion by Muir Manders · 4 years, 9 months ago
  10. 8a18b87 all: fix broken links to LSP specification by Fazlul Shahriar · 4 years, 9 months ago
  11. 3769738 blog: add support for optional analytics HTML by Dmitri Shuralyov · 4 years, 9 months ago
  12. 329c8d6 internal/lsp: delete unused code by Rebecca Stambler · 4 years, 9 months ago
  13. 4414aad go/ssa: make a setNumable interface by Denis Isaev · 4 years, 9 months ago
  14. 57610ed internal/lsp: rework snapshots and cache FileHandles per-snapshot by Rebecca Stambler · 4 years, 9 months ago
  15. 8b695b2 internal/lsp/protocol: generate correct log messages for 'exit' notifications by Peter Weinberger · 4 years, 9 months ago
  16. 7c411de godoc/vfs: fix union logic in NameSpace.ReadDir by Jay Conrod · 4 years, 9 months ago
  17. 90aeebe cmd/godoc: move poll sleep to top of loop by Dmitri Shuralyov · 4 years, 9 months ago
  18. e7abfed godoc, godoc/vfs: improve documentation of GetPageInfo, hasPathPrefix by Dmitri Shuralyov · 4 years, 9 months ago
  19. 7da961d cmd/godoc: convert tests to packagestest, cover third party packages by Dmitri Shuralyov · 4 years, 9 months ago
  20. d04c33d cmd/godoc: check if server exited when waiting by Dmitri Shuralyov · 4 years, 9 months ago
  21. e461004 internal/lsp: add constant values to hovers by Rebecca Stambler · 4 years, 9 months ago
  22. 030b2cf internal/lsp: change the unified diff tests to be less fragile by Ian Cottrell · 4 years, 9 months ago
  23. 7b81e57 internal/lsp: run all the tests as sub tests by Ian Cottrell · 4 years, 9 months ago
  24. db0687c go/internal/gcimporter: support reading column details from export data by Matthew Dempsky · 4 years, 9 months ago
  25. c7cf430 internal/lsp: lift the test loops out into the testing framework by Ian Cottrell · 4 years, 9 months ago
  26. 6989075 use a golden file for the expected test counts by Ian Cottrell · 4 years, 9 months ago
  27. a8d5d34 internal/lsp: provide option for case sensitive completion by Paul Jolly · 4 years, 9 months ago
  28. ea99b82 internal/lsp: move the missing imports handling into the metadata by Rebecca Stambler · 4 years, 9 months ago
  29. 5adc671 internal/lsp: improve completions in *ast.FieldList by Muir Manders · 4 years, 9 months ago
  30. e4ea945 go/analysis: fix vet errors by Hasit Bhatt · 4 years, 9 months ago
  31. 2e68ad7 internal/lsp: fix scope of FuncType completion candidates by Muir Manders · 4 years, 9 months ago
  32. ae58c0f internal/lsp: remove filename print from rename output by Ian Cottrell · 4 years, 9 months ago
  33. 125cfdb internal/lsp: fix merge conflict and race condition by Rebecca Stambler · 4 years, 9 months ago
  34. 9c4a82a internal/lsp: remove duplicated enums by Rebecca Stambler · 4 years, 9 months ago
  35. a044388 internal/lsp: add literal completions for basic types by Muir Manders · 4 years, 9 months ago
  36. 9249682 internal/lsp: fix regeneration of golden files by Ian Cottrell · 4 years, 9 months ago
  37. 22afafe internal/lsp/protocol: update to protocol version 3.15 by Rebecca Stambler · 4 years, 9 months ago
  38. eb7cb10 internal/lsp/cache: move to a model of caching in a snapshot by Rebecca Stambler · 4 years, 9 months ago
  39. 3af8461 internal/lsp: associate code action diagnostics with suggested fixes by Rebecca Stambler · 4 years, 9 months ago
  40. c006dc7 internal/lsp: reorganize completion tests by Rebecca Stambler · 4 years, 9 months ago
  41. 3ac2a5b godoc: remove Corpus.testDir field by Dmitri Shuralyov · 4 years, 10 months ago
  42. 035fdb1 internal/lsp: remove unnecessary "justOpened" field from goFile by Rebecca Stambler · 4 years, 9 months ago
  43. 0f9bb8f internal/lsp: only cache type information for active packages by Rebecca Stambler · 4 years, 9 months ago
  44. 6816ec8 gopls: refactor the cmd tests by Ian Cottrell · 4 years, 9 months ago
  45. fe7d98e internal/lsp: cache multiple packages depending on parse modes by Rebecca Stambler · 4 years, 9 months ago
  46. c85f9fa internal/span: handle invalid column values to avoid crashing by Rebecca Stambler · 4 years, 9 months ago
  47. 59c6680 gopls/doc: fix typo in settings by Rebecca Stambler · 4 years, 9 months ago
  48. 71c3ad9 gopls: adding static check to the new gopls module by Ian Cottrell · 5 years ago
  49. 9cb4953 internal/lsp: make the analyzers configurable per view by Ian Cottrell · 4 years, 9 months ago
  50. 5eefd05 tools/gopls: add command line support for rename by hartzell · 4 years, 9 months ago
  51. 1081e67 internal/lsp: support running `go mod tidy` as a code action by Rebecca Stambler · 4 years, 9 months ago
  52. c426260 gopls: add a hooks package by Ian Cottrell · 4 years, 9 months ago
  53. db1d4ed internal/lsp: make sure that deps are only checked in trimmed mode by Rebecca Stambler · 4 years, 9 months ago
  54. 5adc211 tools/internal/tool: refactor tool.Main() for testabilty by hartzell · 4 years, 9 months ago
  55. 928b73f internal/lsp: check the file's parse mode before formatting by Rebecca Stambler · 4 years, 9 months ago
  56. f68e2b6 internal/lsp: fix infinite recursion while fixing AST by Muir Manders · 4 years, 9 months ago
  57. 7460b8e cmd/vet: fix a bad case of shadow check about redeclaration by alkiller22 · 4 years, 9 months ago
  58. 7baacfb internal/lsp: support function literal completions by Muir Manders · 4 years, 10 months ago
  59. b8f1ca6 internal/lsp: fix bug in diagnostics for watched changed files by Rebecca Stambler · 4 years, 9 months ago
  60. 58d5310 gopls: update go.mod for v0.1.7 by Rebecca Stambler · 4 years, 9 months ago
  61. 2c1181b go/packages: fix overlay deps for packages with test variants by Rebecca Stambler · 4 years, 9 months ago
  62. 68f92b6 go/packages: remove go.mod files by Heschi Kreinick · 4 years, 9 months ago
  63. 9098376 internal/lsp: change names used by per-folder configs by Rebecca Stambler · 4 years, 9 months ago
  64. 567d1c2 go/packages: fix a small spelling mistake by Michael Matloob · 4 years, 9 months ago
  65. c886270 internal/imports: don't prefix stdlib package with std/ by Heschi Kreinick · 4 years, 9 months ago
  66. 2c18af7 internal/lsp: ensure that an AST cannot be nil without an error by Rebecca Stambler · 4 years, 9 months ago
  67. 3d643c6 internal/lsp: add literal completion candidates by Muir Manders · 4 years, 10 months ago
  68. f45d5df internal/lsp/source: add sortslice analyzer by Johan Brandhorst · 4 years, 9 months ago
  69. 905c8ff internal/lsp: fix diagnostics to report for all available files by Rebecca Stambler · 4 years, 9 months ago
  70. 11affa0 internal/lsp: show errors when the user is in the wrong directory by Rebecca Stambler · 4 years, 10 months ago
  71. 1cc9451 internal/lsp: distinguish parse errors from actual errors by Rebecca Stambler · 4 years, 9 months ago
  72. d997db1 internal/lsp: return errors from diagnostics by Rebecca Stambler · 4 years, 9 months ago
  73. bbfbbc9 gopls/doc: add instructions for VSCode remote development by Matt Layher · 4 years, 9 months ago
  74. 3b4f30a internal/lsp: remove helpers for getting packages by Rebecca Stambler · 4 years, 10 months ago
  75. c52e9e2 internal/lsp: fix vet errors by Rebecca Stambler · 4 years, 9 months ago
  76. 6c790d6 go/internal/gccgoimporter: update package to match std lib version by Than McIntosh · 4 years, 9 months ago
  77. 11bbd74 internal/memoize: changes to only one handle per key by Ian Cottrell · 5 years ago
  78. 2dc213d internal/lsp: remove cachedFileToMapper function by Rebecca Stambler · 4 years, 9 months ago
  79. 5999de1 internal/lsp: tighten up completion budget check by Muir Manders · 4 years, 9 months ago
  80. bb199b9 internal/lsp: reduce completion candidate volume by Muir Manders · 4 years, 9 months ago
  81. fff8d94 internal/lsp: use ParseGoHandles for the builtin package by Rebecca Stambler · 4 years, 9 months ago
  82. 5edc6ae internal/lsp: reduce usage of column mapper by Rebecca Stambler · 4 years, 10 months ago
  83. b31ee64 internal/lsp: avoid unnecessary type checking by Muir Manders · 4 years, 9 months ago
  84. 3512ebf gopls: update go.mod by Rebecca Stambler · 4 years, 9 months ago
  85. cb62a53 internal/lsp/debug: bump version number for release by Rebecca Stambler · 4 years, 9 months ago
  86. 64a7674 internal/span: handle escaping file URIs by Rebecca Stambler · 4 years, 9 months ago
  87. e45ffcd internal/lsp.protocol: identify the version of the LSP that code is generated for by pjw · 4 years, 9 months ago
  88. 92af9d6 internal/lsp: handle potential nil pointer by Rebecca Stambler · 4 years, 9 months ago
  89. 1ccc110 gopls/doc/vim.md: enable suppress_stderr for natebosch/vim-lsc by Ainar Garipov · 4 years, 10 months ago
  90. f3d05f8 internal/lsp: fix error formatting directive by Muir Manders · 4 years, 9 months ago
  91. 9695483 gopls/doc: add and make minor changes to documentation by Rebecca Stambler · 4 years, 9 months ago
  92. 1d8cfc4 internal/lsp: omit "iota" completion outside const decls by Muir Manders · 4 years, 9 months ago
  93. 31e00f4 go/analysis: add sortslice pass by Johan Brandhorst · 4 years, 10 months ago
  94. 0240832 internal/lsp/protocol: bring the typescript code up to date by Peter Weinberger · 4 years, 9 months ago
  95. 3720d1e go/packages: suppress go list -e error when directory outside modules by Michael Matloob · 4 years, 9 months ago
  96. 87d9f09 internal/lsp: turn fuzzy matching and deep completions back on by Rebecca Stambler · 4 years, 9 months ago
  97. b0a6c2a internal/testenv: handle GOPACKAGESDRIVER=off in NeedsGopackage by Rebecca Stambler · 4 years, 9 months ago
  98. 22c3443 go/packages: fall back to loading from export data if sources are missing by Michael Matloob · 4 years, 10 months ago
  99. 44811c0 Fixed documentation for gopls installation by Daniel Cormier · 4 years, 9 months ago
  100. 6bfd74c internal/lsp: update go.mod for next version by Rebecca Stambler · 4 years, 10 months ago