1. 5ab822f internal/lsp: enable semantic tokens by default by Rebecca Stambler · 2 years, 11 months ago
  2. eb0b8a1 internal/lsp: findIdentifier always return an error by OneOfOne · 2 years, 11 months ago
  3. a3eb095 gopls/internal/regtest: skip TestDeleteModule_Interdependent by Rob Findley · 2 years, 11 months ago
  4. acaf218 vta: adds definition for VTA nodes and graph. by Zvonimir Pavlinovic · 3 years ago
  5. c3e30ff gopls/internal/hooks: add Staticcheck's quickfix category of checks by Dominik Honnef · 3 years ago v0.1.2
  6. 917abfb gopls: propagate Staticcheck's diagnostic severities by Dominik Honnef · 3 years ago
  7. b95d58a gopls/internal/hooks: update for Staticcheck 2021.1 by Dominik Honnef · 3 years ago
  8. 874765c internal/testenv: update linux-arm to linux-arm-scaleway by Rob Findley · 2 years, 11 months ago
  9. 98f8936 go/internal/gcimporter: cleanup testenv functions by Rebecca Stambler · 2 years, 11 months ago
  10. 71e666b internal/lsp: don't crash on an empty import path by OneOfOne · 2 years, 11 months ago
  11. d5449c0 internal/lsp: fix mod file codelens by Suzy Mueller · 2 years, 11 months ago
  12. 88a9bcc internal/lsp/protocol: update code generated for LSP by Peter Weinbergr · 2 years, 11 months ago
  13. e64a37c lsp/completion: don't offer literal candidates requiring conversion by Muir Manders · 3 years ago
  14. 4061312 internal/lsp: add list_known_packages and add_import commands by Marwan Sulaiman · 3 years ago
  15. 1e0c960 tools: make printf analysis have more helpful output by johnnyjacobs · 2 years, 11 months ago
  16. 2275bb5 internal/lsp: correct typo in orphaned file error message by Rebecca Stambler · 3 years ago
  17. 3063790 internal/lsp/semantic: only return token types the client asked for by Peter Weinbergr · 2 years, 11 months ago
  18. 0886cdd internal/span: compute utf16 length directly by pjw · 2 years, 11 months ago
  19. 46e69bf internal/lsp/cache: don't delete metadata until it's reloaded by Rebecca Stambler · 3 years, 5 months ago
  20. f803486 internal/lsp/source: refactor commentToMarkdown function by Shoshin Nikita · 3 years ago
  21. 49064d2 internal/lsp: report used semantic token order in registerCapability by Pontus Leitzler · 3 years ago internal-branch.go1.17-vendor
  22. a0f4b7b internal/lsp/lsprpc: implement cancellation using jsonrpc2_v2 by Rob Findley · 3 years ago
  23. f451690 internal/lsp/lsprpc: partial integration of the jsonrpc_v2 library by Rob Findley · 3 years ago
  24. 17b3466 internal/jsonrpc2_v2: consider ErrClosedPipe as a closing error by Rob Findley · 3 years ago
  25. 6da3d7a internal/lsp/source: re-parse if needed when collecting identifier info by Rob Findley · 3 years ago
  26. 8f301ca internal/lsp: more careful error handling for semantic tokens by pjw · 3 years ago
  27. 09ab05b internal/lsp: exit graceful for modfiles in semantic tokens by Rob Findley · 3 years ago
  28. cd1be5d gopls/internal/regtest: add a failing regtest for vscode-go#1489 by Rob Findley · 3 years ago
  29. 57c3a74 internal/lsp: get file URI from beginFileRequest in SemanticTokens by Rob Findley · 3 years ago
  30. 8287d5d go/analysis/passes/sigchanyzer: copy to avoid modifying the AST by Fernandez Ludovic · 3 years ago
  31. 9dfac01 internal/lsp/cache: add missing error checks by Heschi Kreinick · 3 years ago
  32. be4aaae all: update tests to use 'go mod download all' to populate go.sum by Jay Conrod · 3 years ago
  33. cd1d088 internal/lsp/cache: trim more stuff in ParseExported mode by Heschi Kreinick · 3 years ago v0.1.1
  34. 2db0265 internal/lsp: in semantic tokens, better distinguish between types and variables by pjw · 3 years ago
  35. 9cddb0e all: update all dependencies except for sergi/go-diff and golang.org/x/net by Rebecca Stambler · 3 years ago
  36. 18795da internal/typeparams: a new helper library for working with generic code by Rob Findley · 3 years ago
  37. 79d39ff internal/lsp/source/completion: avoid a panic in package completion by Rob Findley · 3 years ago
  38. fa05545 internal/lsp/debug: add a facility to track known bugs by Rob Findley · 3 years ago
  39. 5a66778 internal/lsp: do not reinitialize the workspace for didOpen events by Rebecca Stambler · 3 years ago
  40. 0185c7e internal/lsp: fix no definition when importShortcut is link by Pen Tree · 3 years ago
  41. ecb7392 go/packages: in overlay_test, allow test variant in second_file case by Jay Conrod · 3 years ago
  42. f05e912 godoc/static: add gopher/pkg.png image by Tom Freudenberg · 3 years ago
  43. c0140e8 go/analysis/passes/printf: adjust error message by Joe Tsai · 3 years ago
  44. d1ea2c7 internal/lsp/source: support typeDefinition for function/method's return values by Shoshin Nikita · 3 years ago
  45. 08a4f34 internal/lsp: handle exclude directives in multi-module mode by Rebecca Stambler · 3 years ago
  46. f4a4129 internal/lsp/regtest: add a benchmark for didChange by Rob Findley · 3 years ago
  47. dd255f2 lsp/source: enable experimentalPostfixCompletions by default by Muir Manders · 3 years ago
  48. 1949673 passes/stdmethods: warn when an Is, As, or Unwrap has the wrong signature. by Tim King · 3 years ago
  49. 68c6cab lsp/completion: improve append() param type inference by Muir Manders · 3 years ago
  50. 250398d internal/lsp: add semantic tokens for comments and multiline strings by pjw · 3 years ago
  51. 7cab0ef internal/lsp: support template files by Peter Weinbergr · 3 years, 2 months ago
  52. f03daea gopls/go.mod: upgrade to Go 1.17 by Bryan C. Mills · 3 years ago
  53. 42984c4 internal/lsp/regtest: run one quick fix at a time in TestUnknownRevision by Heschi Kreinick · 3 years ago
  54. 19b1717 go.mod: upgrade to Go 1.17 by Bryan C. Mills · 3 years ago
  55. a1fbb68 all: upgrade go.mod files to Go 1.16 by Bryan C. Mills · 3 years ago
  56. 062bf4e internal/lsp: make ShowDocument RPC available to gopls by pjw · 3 years ago
  57. 3e17c62 internal/lsp: warn users who have built gopls with go-diff v1.2.0 by Rebecca Stambler · 3 years ago
  58. def0263 gopls: clarify policy with respect to support for older Go versions by Rob Findley · 3 years ago
  59. 7a6108e internal/lsp: don't use ast.NewPackage to build builtin by Rob Findley · 3 years ago
  60. edbe9be internal/lsp/completion: indicate completion candidates that are deprecated by pjw · 3 years ago
  61. 9b9633e internal/lsp/regtest: force GOPACKAGESDRIVER=off by Rob Findley · 3 years ago
  62. 291330a gopls/internal/regtest/modfile: set an explicit go version in the TestUnknownRevision modules by Bryan C. Mills · 3 years ago
  63. aec1372 gopls/internal/regtest: unskip tests for golang/go#37098 by Rebecca Stambler · 3 years ago
  64. 28c1392 internal/lsp: don't call PackagesForFile on builtin.go by Rob Findley · 3 years ago
  65. 800adbe go/packages: enable TestIssue37098 for Go 1.17 and later by Ian Lance Taylor · 3 years ago
  66. 16b25d2 internal/lsp: print comments that would be lost during extract func by Suzy Mueller · 3 years ago
  67. 7c72a84 go/analysis/passes/fieldalignment: clarify reported diagnostics in docs by Pontus Leitzler · 3 years ago
  68. 9ff8648 internal/lsp: add support for extracting non-nested returns by Suzy Mueller · 3 years ago
  69. d0768c9 internal/lsp/source/completion: suggest only valid package names by Shoshin Nikita · 3 years ago
  70. 6397a11 internal/lsp/debug: splice in updated servers rather than overwrite by Rob Findley · 3 years ago
  71. 7b9993c internal/lsp/cmd: add a command-line command to start daemon debugging by Rob Findley · 3 years ago
  72. fe1c548 gopls/test: it is safe to ignore json unmarshalling errors by pjw · 3 years ago
  73. 735ed62 gopls: tidy module by Rebecca Stambler · 3 years ago
  74. e3dc99f cmd/guru: update referrers-json testdata to reflect new line numbering by Rob Findley · 3 years ago
  75. 3f1e724 cmd/guru: remove test assertions involving unsafe to fix the build by Rob Findley · 3 years ago
  76. cf354b6 internal/lsp/cache: improve snapshot clone perfomance by Anton Kuklin · 3 years ago
  77. 7657be6 gopls/doc: fix broken link by Hossein Zolfi · 3 years ago
  78. 7c93484 internal/lsp: add a command to start the debug server by Rob Findley · 3 years ago
  79. 716a04c lsp/completion: fix postfix completions preceding assignments by Muir Manders · 3 years ago
  80. f74a669 internal/lsp/cache: preallocate internal maps when cloning snapshots by William Langford · 3 years ago
  81. e435455 internal/lsp: introduce MemoryMode by Heschi Kreinick · 3 years ago
  82. f7e8e24 internal/lsp: support Check For Upgrades in vendor mode by Heschi Kreinick · 3 years ago
  83. a8e7c0c internal/lsp: move gopls/internal/regtest -> internal/lsp/regtest by Paul Jolly · 3 years ago
  84. f946a15 passes/sigchanyzer: allow valid inlined unbuffered signal channel by AGMETEOR · 3 years ago
  85. 4934781 lsp/completion: offer candidates converting arrays to slices by Muir Manders · 3 years ago
  86. b3e5b99 internal/lsp: update unsafe completion test for upcoming spec changes by Rob Findley · 3 years ago
  87. e74674a internal/lsp/protocol: latest version of LSP by pjw · 3 years ago
  88. dbc8747 internal/lsp/semantic: avoid doing semantic tokens for large files by pjw · 3 years ago
  89. a13dbf1 lsp/completion: omit deep completions into unimported package names by Muir Manders · 3 years ago
  90. 10909d8 internal/lsp/cache: remove type info trimming by Heschi Kreinick · 3 years ago
  91. 1dce19d internal/lsp/cache: don't trim types.Info with staticcheck enabled by Heschi Kreinick · 3 years ago
  92. 07295ca internal/lsp/cache: prune types.Info entries in slice literals by Heschi Kreinick · 3 years ago
  93. 1a0c608 internal/lsp/protocol/typescript: update documentation and generated code by Peter Weinbergr · 3 years ago
  94. fe50371 internal/lsp/source: fix Deref function for cyclic types by Shoshin Nikita · 3 years ago
  95. cb5dc85 internal/lsp/cache: add a scheme for types error code links by Rob Findley · 3 years, 2 months ago
  96. 799b682 gopls/internal/hooks: respect the default checks of the staticcheck tool by Shoshin Nikita · 3 years ago
  97. d1362d7 internal/lsp/source: fix an infinite loop in Deref function by Shoshin Nikita · 3 years ago
  98. 59a2b45 internal/lsp/source: update process of hover signature creation for type declarations by Shoshin Nikita · 3 years, 1 month ago
  99. 2140cce fix the argument of the goimports example by Sergey Kacheev · 3 years ago
  100. ec686a2 all: upgrade all dependencies except for go-diff by Rebecca Stambler · 3 years ago