1. ab1fe72 go/pointer: fix constraint gen for *ssa.Next by Scott Cotton · 2 years, 9 months ago
  2. 07bc1bf internal/lsp: in degraded mode, limit the workspace to active packages by Rob Findley · 2 years, 10 months ago
  3. f093871 internal/lsp/source: improve logic for finding full syntax in hover by Rob Findley · 2 years, 10 months ago
  4. 4ad98e9 file2fuzz: add fuzzer corpus conversion tool by Roland Shoemaker · 2 years, 10 months ago
  5. ebce39e txtar/archive: ignore invalid file separators by Paschalis Tsilias · 2 years, 9 months ago
  6. 4fe0d6c internal/lsp: skip signature help within a string literal by Karthik Nayak · 2 years, 9 months ago
  7. 0c506a2 internal/lsp/source: evaluate bin/hex literal on hover by danishprakash · 2 years, 11 months ago
  8. 46d1522 internal/lsp: add extract to method code action by Suzy Mueller · 2 years, 10 months ago
  9. c740bfd internal/lsp: handle incorrect import with CRLF line endings by Rebecca Stambler · 2 years, 10 months ago
  10. 251092d internal/lsp/source: compute imports text edits from scratch by Rob Findley · 3 years ago
  11. 412ee17 all: add SliceToArrayPointer instruction by Cuong Manh Le · 2 years, 10 months ago
  12. 7f68387 internal/lsp/source: workspace symbol improvements for selectors by Rob Findley · 2 years, 10 months ago
  13. 7aa8294 internal/lsp: handle panic in fix AST by Rebecca Stambler · 2 years, 10 months ago
  14. 6e9046b gopls/doc: fix imports function for Neovim LSP by Francesco Renzi · 2 years, 10 months ago
  15. 0cf4e27 internal/lsp/semantic: improve semantic token processing by pjw · 2 years, 10 months ago
  16. 5061c41 internal/lsp: signal diagnostic completion if modification failed by Rob Findley · 2 years, 10 months ago
  17. ef97713 gopls/doc: add vetted examples for Sublime Text by David Chase · 2 years, 11 months ago v0.1.5
  18. 8e85a28 internal/lsp: adopt bcmills' suggestion for an improved debouncer API by Rob Findley · 2 years, 10 months ago
  19. ae0deb7 internal/lsp: fix variable reuse bug in code actions by Suzy Mueller · 2 years, 10 months ago
  20. d36a54b internal/lsp: improve package search in a couple places by Rob Findley · 2 years, 10 months ago
  21. 3844600 gopls/internal/regtest: add a flag to profile didChange handling by Rob Findley · 2 years, 10 months ago
  22. de44776 gopls/doc: Neovim v0.5 is now stable by GGCristo · 2 years, 10 months ago
  23. ccff732 internal/lsp/source: fix comment update during rename for short variable declarations by Shoshin Nikita · 2 years, 11 months ago
  24. a7dfe3d internal/lsp: attempt to make TestDebouncer more robust by Rob Findley · 2 years, 10 months ago
  25. 980829d internal/lsp/lsprpc: add an AutoDialer abstraction by Rob Findley · 2 years, 10 months ago
  26. cb1acef Revert "internal/lsp/semantic.go: repress useless messages and tighten logic" by Peter Weinberger · 2 years, 10 months ago
  27. 5b540d3 internal/lsp/semantic.go: repress useless messages and tighten logic by pjw · 2 years, 10 months ago
  28. e33c0f2 go/packages: skip tests that link binaries in short mode by Bryan C. Mills · 2 years, 10 months ago
  29. 8e32e9f internal/lsp/regtest: fix a panic TestResolveImportCycle by Rob Findley · 2 years, 10 months ago
  30. 2583041 go/packages: fix data race in TestCgoNoSyntax by Rob Findley · 2 years, 10 months ago
  31. 6994825 go/ssa: incorrect document in type Builtin struct by Satoru Kitaguchi · 2 years, 10 months ago
  32. e688b94 go/packages: parallelize most tests by Bryan C. Mills · 2 years, 10 months ago
  33. 64bd808 internal/lsp/cache: don't report a context error if load succeeded by Rob Findley · 2 years, 10 months ago
  34. cae92d5 go/packages: skip GOPATH tests in short mode by Bryan C. Mills · 2 years, 10 months ago
  35. 2f04284 internal/lsp/regtest: allow for unsent diagnostics in TestResolveImportCycle by Rob Findley · 2 years, 10 months ago
  36. 41a65bd internal/lsp: avoid flake in TestDebouncer by Rob Findley · 3 years, 2 months ago
  37. 1c9019e internal/lsp/cache: fix raciness of updating the view workspace by Rob Findley · 3 years, 1 month ago
  38. febfa9d internal/lsp/source: move diagnosticsDelay out of experimental by Rob Findley · 3 years, 1 month ago
  39. 71eae3a internal/lsp/cache: be consistent about using snapshot.FileSet by Rob Findley · 3 years, 1 month ago
  40. 251f283 internal/lsp: add a setting to batch didChangeWatchedFile notifications by Rob Findley · 3 years, 1 month ago
  41. c979f92 internal/lsp/cache: invalidate packages in setMetadata by Rob Findley · 2 years, 10 months ago
  42. 55cd480 gopls/doc: Document how gopls generates semantic tokens. by pjw · 2 years, 10 months ago
  43. 77c1b7a internal/lsp/cmd: print flags when running gopls help by Jean de Klerk · 2 years, 10 months ago
  44. 640c1de go/ssa: support unsafe.Add and unsafe.Slice by Cuong Manh Le · 2 years, 10 months ago
  45. fd00574 internal/lsp/protocol: upgrade generated lsp code to beginning of July by pjw · 2 years, 10 months ago
  46. 7edcfe5 internal/lsp/lsprpc: add a goenv middleware by Rob Findley · 2 years, 10 months ago
  47. e3040f2 internal/lsp/lsprpc: add a CommandInterceptor middleware by Rob Findley · 2 years, 10 months ago
  48. ea37029 internal/lsp/lsprpc: use middleware for the V2 handshaking by Rob Findley · 2 years, 10 months ago
  49. 20dafe5 go/ssa: allow conversion from slice to array pointer by Cuong Manh Le · 2 years, 10 months ago
  50. f0847e0 go/callgraph: change reflect.Call to reflect.Value.Call in comment by tkawakita · 2 years, 10 months ago
  51. 72e4d1b go/internal/cgo: handle symlinks with $PWD, not -srcdir by Matthew Dempsky · 2 years, 10 months ago
  52. 100b229 internal/lsp/cache: treat load timeouts as critical errors by Rebecca Stambler · 2 years, 10 months ago
  53. 12f8456 internal/testenv: actually Exit if small machine for netbsd-arm*-bsiegert by Rob Findley · 2 years, 10 months ago
  54. 00129ff internal/lsp/lsprpc: update binder tests to handle forwarding by Rob Findley · 3 years ago
  55. fe2294a internal/jsonrpc2_v2: initialize async before binding by Rob Findley · 2 years, 10 months ago
  56. 636017e internal/lsp/cache: fix missing pkg error on Windows by Rob Findley · 2 years, 11 months ago
  57. 48cad5e tools/gopls: small fixes to contributing.md by Jean de Klerk · 2 years, 10 months ago
  58. da404b5 internal/lsp: start parsing go.work file like gopls.mod file by Rebecca Stambler · 2 years, 11 months ago
  59. 4833ac5 internal/mod: add workfile parser by Rebecca Stambler · 2 years, 11 months ago
  60. bfc1674 internal/lsp/cache: fix loading of std and cmd by Rob Findley · 2 years, 10 months ago
  61. d824a74 gopls/doc: include instructions for compiling generic code by Rob Findley · 2 years, 10 months ago v0.1.4
  62. 6d3e439 gopls/doc: add instructions for working with generic code by Rob Findley · 2 years, 10 months ago
  63. 4c651fc internal/lsp/source: add inferred types to generic function hover by Rob Findley · 3 years ago
  64. d25f906 internal/lsp: do not block on channel when there is an error by Karthik Nayak · 2 years, 11 months ago
  65. 463a76b internal/lsp: only reload invalid metadata when necessary by Rebecca Stambler · 3 years, 2 months ago
  66. 116feae internal/lsp: move the progress tracker to the session by Rebecca Stambler · 3 years ago
  67. 3f7c326 gopls/internal/regtest: skip the flaky TestResolveImportCycle by Rob Findley · 2 years, 11 months ago
  68. b12e617 internal/lsp/cache: don't delete metadata until it's reloaded by Rebecca Stambler · 2 years, 11 months ago
  69. 4b484fb internal/lsp: exclude the module cache from the workspace by Rebecca Stambler · 2 years, 11 months ago
  70. 9a55cb1 internal/lsp/command: minor clean-up of StartDebugging description by Rob Findley · 2 years, 11 months ago
  71. 490eac8 internal/lsp/command: add missing doc and support for result parameters by Rob Findley · 3 years, 3 months ago
  72. 9aa007e internal/lsp/cache: invalidate broken packages when imports are deleted by Rob Findley · 2 years, 11 months ago
  73. f6327c5 vta: adds the VTA call graph construction by Zvonimir Pavlinovic · 3 years ago
  74. 13cf844 go/ast/astutil: fix panic when rewriting multi-argument type instances by Rob Findley · 2 years, 11 months ago v0.1.3
  75. 937957b vta: adds VTA graph propagation functionality by Zvonimir Pavlinovic · 3 years ago
  76. e0b9cf7 lsp/completion: support completing to Elem() types by Muir Manders · 3 years ago
  77. 16e5f55 lsp/completion: search deeper for candidate type mods by Muir Manders · 3 years ago
  78. b579874 lsp/completion: reorganize how we track candidate type mods by Muir Manders · 3 years ago
  79. 890984b internal/lsp: change generated variable names to be more verbose by Suzy Mueller · 2 years, 11 months ago
  80. 9f230b5 internal/lsp: fix extract bug choosing available identifiers by Suzy Mueller · 2 years, 11 months ago
  81. 4e58f8f internal/lsp: handle out of range panic in template parsing by Rebecca Stambler · 2 years, 11 months ago
  82. 716319f vta: finalizes VTA graph construction by adding support for function calls by Zvonimir Pavlinovic · 3 years ago
  83. 234f954 vta: extends VTA graph construction to handle collections by Zvonimir Pavlinovic · 3 years ago
  84. 126df1d cmd/getgo: determine current version via /dl/?mode=json API by Diego Medina · 3 years, 6 months ago
  85. b9b845e internal/lsp: fix folding range for block comments by Suzy Mueller · 2 years, 11 months ago
  86. 1225b6f internal/lsp: memoize allKnownSubdirs instead of recomputing by Rebecca Stambler · 3 years ago
  87. 7295a4e lsp/completion: don't offer untyped conversions by Muir Manders · 3 years ago
  88. bf13205 vta: adds VTA graph construction for basic program statements by Zvonimir Pavlinovic · 3 years ago
  89. 8f2cf6c gopls/internal/regtest: clean up TestFillReturnsPanic by Rebecca Stambler · 2 years, 11 months ago
  90. 4abb1e2 internal/lsp: handle empty buffers in template parsing by Rebecca Stambler · 2 years, 11 months ago
  91. 7ac129f internal/lsp: don't diagnose/analyze intermediate test variants by Rebecca Stambler · 2 years, 11 months ago
  92. 1c2154a internal/lsp: address some staticcheck warning by Rebecca Stambler · 2 years, 11 months ago
  93. 384c392 Revert "internal/lsp/cache: don't delete metadata until it's reloaded" by Rebecca Stambler · 2 years, 11 months ago
  94. 29f5b8f internal/testenv: treat netbsd-arm*-bsiegert as slow builders by Bryan C. Mills · 2 years, 11 months ago
  95. 7922491 go/packages/packagestest: make Export skip tests involving unsupported links by Bryan C. Mills · 4 years ago
  96. 726034e Revert "internal/lsp: enable semantic tokens by default" by Rebecca Stambler · 2 years, 11 months ago
  97. 7271753 internal/jsonrpc2_v2: make TestIdleTimeout pass on Plan 9 by Fazlul Shahriar · 3 years ago
  98. 377464f internal/lsp: include function literals in outgoing call hierarchy by Karthik Nayak · 3 years ago
  99. df07577 lsp/completion: fix variadic param candidate ordering edge case by Muir Manders · 3 years ago
  100. 6123e5f internal/gocommand: run 'go list' on the unsafe package when fetching release tags by Dominik Honnef · 3 years ago