1. 41a65bd internal/lsp: avoid flake in TestDebouncer by Rob Findley · 3 years, 1 month ago
  2. 1c9019e internal/lsp/cache: fix raciness of updating the view workspace by Rob Findley · 3 years ago
  3. febfa9d internal/lsp/source: move diagnosticsDelay out of experimental by Rob Findley · 3 years ago
  4. 71eae3a internal/lsp/cache: be consistent about using snapshot.FileSet by Rob Findley · 3 years ago
  5. 251f283 internal/lsp: add a setting to batch didChangeWatchedFile notifications by Rob Findley · 3 years, 1 month ago
  6. c979f92 internal/lsp/cache: invalidate packages in setMetadata by Rob Findley · 2 years, 10 months ago
  7. 55cd480 gopls/doc: Document how gopls generates semantic tokens. by pjw · 2 years, 10 months ago
  8. 77c1b7a internal/lsp/cmd: print flags when running gopls help by Jean de Klerk · 2 years, 10 months ago
  9. 640c1de go/ssa: support unsafe.Add and unsafe.Slice by Cuong Manh Le · 2 years, 10 months ago
  10. fd00574 internal/lsp/protocol: upgrade generated lsp code to beginning of July by pjw · 2 years, 10 months ago
  11. 7edcfe5 internal/lsp/lsprpc: add a goenv middleware by Rob Findley · 2 years, 10 months ago
  12. e3040f2 internal/lsp/lsprpc: add a CommandInterceptor middleware by Rob Findley · 2 years, 10 months ago
  13. ea37029 internal/lsp/lsprpc: use middleware for the V2 handshaking by Rob Findley · 2 years, 10 months ago
  14. 20dafe5 go/ssa: allow conversion from slice to array pointer by Cuong Manh Le · 2 years, 10 months ago
  15. f0847e0 go/callgraph: change reflect.Call to reflect.Value.Call in comment by tkawakita · 2 years, 10 months ago
  16. 72e4d1b go/internal/cgo: handle symlinks with $PWD, not -srcdir by Matthew Dempsky · 2 years, 10 months ago
  17. 100b229 internal/lsp/cache: treat load timeouts as critical errors by Rebecca Stambler · 2 years, 10 months ago
  18. 12f8456 internal/testenv: actually Exit if small machine for netbsd-arm*-bsiegert by Rob Findley · 2 years, 10 months ago
  19. 00129ff internal/lsp/lsprpc: update binder tests to handle forwarding by Rob Findley · 3 years ago
  20. fe2294a internal/jsonrpc2_v2: initialize async before binding by Rob Findley · 2 years, 10 months ago
  21. 636017e internal/lsp/cache: fix missing pkg error on Windows by Rob Findley · 2 years, 10 months ago
  22. 48cad5e tools/gopls: small fixes to contributing.md by Jean de Klerk · 2 years, 10 months ago
  23. da404b5 internal/lsp: start parsing go.work file like gopls.mod file by Rebecca Stambler · 2 years, 10 months ago
  24. 4833ac5 internal/mod: add workfile parser by Rebecca Stambler · 2 years, 10 months ago
  25. bfc1674 internal/lsp/cache: fix loading of std and cmd by Rob Findley · 2 years, 10 months ago
  26. d824a74 gopls/doc: include instructions for compiling generic code by Rob Findley · 2 years, 10 months ago v0.1.4
  27. 6d3e439 gopls/doc: add instructions for working with generic code by Rob Findley · 2 years, 10 months ago
  28. 4c651fc internal/lsp/source: add inferred types to generic function hover by Rob Findley · 3 years ago
  29. d25f906 internal/lsp: do not block on channel when there is an error by Karthik Nayak · 2 years, 10 months ago
  30. 463a76b internal/lsp: only reload invalid metadata when necessary by Rebecca Stambler · 3 years, 2 months ago
  31. 116feae internal/lsp: move the progress tracker to the session by Rebecca Stambler · 3 years ago
  32. 3f7c326 gopls/internal/regtest: skip the flaky TestResolveImportCycle by Rob Findley · 2 years, 10 months ago
  33. b12e617 internal/lsp/cache: don't delete metadata until it's reloaded by Rebecca Stambler · 2 years, 11 months ago
  34. 4b484fb internal/lsp: exclude the module cache from the workspace by Rebecca Stambler · 2 years, 11 months ago
  35. 9a55cb1 internal/lsp/command: minor clean-up of StartDebugging description by Rob Findley · 2 years, 11 months ago
  36. 490eac8 internal/lsp/command: add missing doc and support for result parameters by Rob Findley · 3 years, 2 months ago
  37. 9aa007e internal/lsp/cache: invalidate broken packages when imports are deleted by Rob Findley · 2 years, 11 months ago
  38. f6327c5 vta: adds the VTA call graph construction by Zvonimir Pavlinovic · 2 years, 11 months ago
  39. 13cf844 go/ast/astutil: fix panic when rewriting multi-argument type instances by Rob Findley · 2 years, 11 months ago v0.1.3
  40. 937957b vta: adds VTA graph propagation functionality by Zvonimir Pavlinovic · 2 years, 11 months ago
  41. e0b9cf7 lsp/completion: support completing to Elem() types by Muir Manders · 2 years, 11 months ago
  42. 16e5f55 lsp/completion: search deeper for candidate type mods by Muir Manders · 2 years, 11 months ago
  43. b579874 lsp/completion: reorganize how we track candidate type mods by Muir Manders · 2 years, 11 months ago
  44. 890984b internal/lsp: change generated variable names to be more verbose by Suzy Mueller · 2 years, 11 months ago
  45. 9f230b5 internal/lsp: fix extract bug choosing available identifiers by Suzy Mueller · 2 years, 11 months ago
  46. 4e58f8f internal/lsp: handle out of range panic in template parsing by Rebecca Stambler · 2 years, 11 months ago
  47. 716319f vta: finalizes VTA graph construction by adding support for function calls by Zvonimir Pavlinovic · 2 years, 11 months ago
  48. 234f954 vta: extends VTA graph construction to handle collections by Zvonimir Pavlinovic · 2 years, 11 months ago
  49. 126df1d cmd/getgo: determine current version via /dl/?mode=json API by Diego Medina · 3 years, 5 months ago
  50. b9b845e internal/lsp: fix folding range for block comments by Suzy Mueller · 2 years, 11 months ago
  51. 1225b6f internal/lsp: memoize allKnownSubdirs instead of recomputing by Rebecca Stambler · 3 years ago
  52. 7295a4e lsp/completion: don't offer untyped conversions by Muir Manders · 2 years, 11 months ago
  53. bf13205 vta: adds VTA graph construction for basic program statements by Zvonimir Pavlinovic · 2 years, 11 months ago
  54. 8f2cf6c gopls/internal/regtest: clean up TestFillReturnsPanic by Rebecca Stambler · 2 years, 11 months ago
  55. 4abb1e2 internal/lsp: handle empty buffers in template parsing by Rebecca Stambler · 2 years, 11 months ago
  56. 7ac129f internal/lsp: don't diagnose/analyze intermediate test variants by Rebecca Stambler · 2 years, 11 months ago
  57. 1c2154a internal/lsp: address some staticcheck warning by Rebecca Stambler · 2 years, 11 months ago
  58. 384c392 Revert "internal/lsp/cache: don't delete metadata until it's reloaded" by Rebecca Stambler · 2 years, 11 months ago
  59. 29f5b8f internal/testenv: treat netbsd-arm*-bsiegert as slow builders by Bryan C. Mills · 2 years, 11 months ago
  60. 7922491 go/packages/packagestest: make Export skip tests involving unsupported links by Bryan C. Mills · 4 years ago
  61. 726034e Revert "internal/lsp: enable semantic tokens by default" by Rebecca Stambler · 2 years, 11 months ago
  62. 7271753 internal/jsonrpc2_v2: make TestIdleTimeout pass on Plan 9 by Fazlul Shahriar · 2 years, 11 months ago
  63. 377464f internal/lsp: include function literals in outgoing call hierarchy by Karthik Nayak · 2 years, 11 months ago
  64. df07577 lsp/completion: fix variadic param candidate ordering edge case by Muir Manders · 2 years, 11 months ago
  65. 6123e5f internal/gocommand: run 'go list' on the unsafe package when fetching release tags by Dominik Honnef · 2 years, 11 months ago
  66. 5ab822f internal/lsp: enable semantic tokens by default by Rebecca Stambler · 2 years, 11 months ago
  67. eb0b8a1 internal/lsp: findIdentifier always return an error by OneOfOne · 3 years ago
  68. a3eb095 gopls/internal/regtest: skip TestDeleteModule_Interdependent by Rob Findley · 3 years ago
  69. acaf218 vta: adds definition for VTA nodes and graph. by Zvonimir Pavlinovic · 3 years ago
  70. c3e30ff gopls/internal/hooks: add Staticcheck's quickfix category of checks by Dominik Honnef · 3 years ago v0.1.2
  71. 917abfb gopls: propagate Staticcheck's diagnostic severities by Dominik Honnef · 3 years ago
  72. b95d58a gopls/internal/hooks: update for Staticcheck 2021.1 by Dominik Honnef · 3 years ago
  73. 874765c internal/testenv: update linux-arm to linux-arm-scaleway by Rob Findley · 3 years ago
  74. 98f8936 go/internal/gcimporter: cleanup testenv functions by Rebecca Stambler · 3 years ago
  75. 71e666b internal/lsp: don't crash on an empty import path by OneOfOne · 3 years ago
  76. d5449c0 internal/lsp: fix mod file codelens by Suzy Mueller · 3 years ago
  77. 88a9bcc internal/lsp/protocol: update code generated for LSP by Peter Weinbergr · 3 years ago
  78. e64a37c lsp/completion: don't offer literal candidates requiring conversion by Muir Manders · 3 years ago
  79. 4061312 internal/lsp: add list_known_packages and add_import commands by Marwan Sulaiman · 3 years ago
  80. 1e0c960 tools: make printf analysis have more helpful output by johnnyjacobs · 3 years ago
  81. 2275bb5 internal/lsp: correct typo in orphaned file error message by Rebecca Stambler · 3 years ago
  82. 3063790 internal/lsp/semantic: only return token types the client asked for by Peter Weinbergr · 3 years ago
  83. 0886cdd internal/span: compute utf16 length directly by pjw · 3 years ago
  84. 46e69bf internal/lsp/cache: don't delete metadata until it's reloaded by Rebecca Stambler · 3 years, 5 months ago
  85. f803486 internal/lsp/source: refactor commentToMarkdown function by Shoshin Nikita · 3 years ago
  86. 49064d2 internal/lsp: report used semantic token order in registerCapability by Pontus Leitzler · 3 years ago internal-branch.go1.17-vendor
  87. a0f4b7b internal/lsp/lsprpc: implement cancellation using jsonrpc2_v2 by Rob Findley · 3 years ago
  88. f451690 internal/lsp/lsprpc: partial integration of the jsonrpc_v2 library by Rob Findley · 3 years ago
  89. 17b3466 internal/jsonrpc2_v2: consider ErrClosedPipe as a closing error by Rob Findley · 3 years ago
  90. 6da3d7a internal/lsp/source: re-parse if needed when collecting identifier info by Rob Findley · 3 years ago
  91. 8f301ca internal/lsp: more careful error handling for semantic tokens by pjw · 3 years ago
  92. 09ab05b internal/lsp: exit graceful for modfiles in semantic tokens by Rob Findley · 3 years ago
  93. cd1be5d gopls/internal/regtest: add a failing regtest for vscode-go#1489 by Rob Findley · 3 years ago
  94. 57c3a74 internal/lsp: get file URI from beginFileRequest in SemanticTokens by Rob Findley · 3 years ago
  95. 8287d5d go/analysis/passes/sigchanyzer: copy to avoid modifying the AST by Fernandez Ludovic · 3 years ago
  96. 9dfac01 internal/lsp/cache: add missing error checks by Heschi Kreinick · 3 years ago
  97. be4aaae all: update tests to use 'go mod download all' to populate go.sum by Jay Conrod · 3 years ago
  98. cd1d088 internal/lsp/cache: trim more stuff in ParseExported mode by Heschi Kreinick · 3 years ago v0.1.1
  99. 2db0265 internal/lsp: in semantic tokens, better distinguish between types and variables by pjw · 3 years ago
  100. 9cddb0e all: update all dependencies except for sergi/go-diff and golang.org/x/net by Rebecca Stambler · 3 years ago