1. 618670d gopls/internal/test/integration/misc: reenable staticcheck test by Alan Donovan · 15 hours ago master
  2. 2debfbe internal/testfiles: add a helper package for test files by Tim King · 9 days ago
  3. c17402c gopls: fix a couple places where temporary files are not removed by Rob Findley · 2 days ago
  4. ee61fb0 go/packages: fix issue number typo in TestIssue37629 by Michael Matloob · 2 days ago
  5. 3735585 gopls/internal/settings: deprecate "allowImplicitNetworkAccess" by Robert Findley · 3 days ago
  6. f4888c5 gopls/internal/settings: remove support for "allowModfileModifications" by Robert Findley · 3 days ago
  7. d857e85 gopls/internal/settings: enable semantic tokens by default by Robert Findley · 3 days ago
  8. 3f74dc5 gopls/internal/settings: remove experiments by Robert Findley · 3 days ago
  9. e716599 cmd/goimports: support workspace vendoring by tamayika · 2 weeks ago
  10. 7c7d7db gopls/internal/golang: allow "query" CodeActions on generated files by Alan Donovan · 11 days ago
  11. cb134f5 gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index by Alan Donovan · 11 days ago
  12. c5094cc internal/imports: a step towards making tests hermetic by Peter Weinberger · 4 days ago
  13. 5e04895 gopls/internal/settings: update stale documentation for "symbolScope" by Robert Findley · 4 days ago
  14. 0c3722a doc: enforce gotypesalias=0 behavior until go1.23 by Alan Donovan · 7 days ago
  15. dd0410f go/packages: stop loading packages when context is done by Tim King · 11 days ago
  16. dcccb2d x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1 by Alan Donovan · 7 days ago
  17. 46a0401 gopls: eliminate the hooks package by Robert Findley · 7 days ago
  18. e388fff gopls/internal/server: don't reset views if configuration did not change by Robert Findley · 8 days ago
  19. d034ae1 gopls/internal/cmd: check: print RelatedInformation by Alan Donovan · 2 weeks ago
  20. 3c000ca gopls/doc: relnote for hover & definition over doc links by Alan Donovan · 7 days ago
  21. c859ee9 gopls/internal/test/marker: fix {hover/def}/comment tests by Alan Donovan · 7 days ago
  22. 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods by John Dethridge · 3 weeks ago
  23. 0cc2ffd gopls/internal/cache: fail loudly on command-line-arguments modules by Robert Findley · 7 days ago
  24. c3c5164 gopls/internal/golang: support hover and definition operations over doc links by rogeryk · 4 months ago
  25. da3408b go/analysis/passes/printf: elaborate the documentation by Alan Donovan · 9 days ago
  26. 198a0a8 imports: prefer math/rand/v2 over math/rand by Peter Weinberger · 4 weeks ago
  27. 79df971 gopls/internal/server: avoid duplicate diagnoses and loads by Robert Findley · 10 days ago
  28. bcd607e gopls/internal/cache: don't log packages when selectively reloading by Robert Findley · 9 days ago
  29. 6f92c83 gopls: reduce noisy error messages by Robert Findley · 10 days ago
  30. c4c0bf9 gopls/internal/test: skip integration tests on linux-ppc64-power9osu by Robert Findley · 9 days ago
  31. b4b8186 internal/apidiff: support materialized aliases by Alan Donovan · 10 days ago
  32. 3520955 go/types/typeutil: implement correct hashing of aliases by Alan Donovan · 10 days ago
  33. f6298eb gopls/internal/cache: add debug assertions to refine golang/go#66732 by Alan Donovan · 11 days ago
  34. f41d27e gopls/internal/cache: avoid panic when the primary diagnostic is broken by Robert Findley · 11 days ago
  35. c0ab013 go/packages: doc: type symbols are consistent only within one Load by Alan Donovan · 11 days ago
  36. 564c0e9 gopls/internal/telemetry/cmd/stacks: improve summary by Alan Donovan · 12 days ago
  37. de6db98 internal/check: filter out too-new Go versions for type checking by Robert Findley · 14 days ago
  38. 5c3c2ff gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods by Alan Donovan · 14 days ago
  39. 8a0c6e2 gopls/internal/server: report HTTP panics via telemetry by Alan Donovan · 12 days ago
  40. c7b6b8d gopls/internal/cache: analysis: repair start/end and refine bug report by Alan Donovan · 2 weeks ago
  41. cb3eb43 internal/test/integration: parse flags earlier by Robert Findley · 14 days ago
  42. 4794229 gopls/internal/golang: RenderPkgDoc: add <title> element by Alan Donovan · 14 days ago
  43. 2db5a34 gopls/internal/golang: RenderPkgDoc: navigational <select> by Alan Donovan · 2 weeks ago
  44. 11c692e gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm by Alan Donovan · 2 weeks ago v0.20.0
  45. fc660e5 go.mod: update golang.org/x dependencies by Gopher Robot · 2 weeks ago
  46. 6590f47 internal/gcimporter: renable tests of issue50259.go by Alan Donovan · 2 weeks ago
  47. f1d5252 gopls/internal/golang: Hover: show wasted % of struct space by Alan Donovan · 3 weeks ago
  48. 951bb40 gopls/internal/test/integration/misc: fix flaky test by Alan Donovan · 2 weeks ago
  49. c9b0c65 gopls/internal/analysis/fillreturns: skip test if gotypesalias=1 by Alan Donovan · 2 weeks ago
  50. c623a28 gopls/internal/cache: fix crash in snapshot.Analyze with patch versions by Robert Findley · 2 weeks ago
  51. f345449 gopls/internal/server: filter diagnostics to "best" views by Robert Findley · 3 weeks ago
  52. 42d590c gopls/internal/test/integration: add a WriteGoSum run option by Robert Findley · 2 weeks ago
  53. 53d35a5 gopls/internal/golang: RenderPackageDoc: fix doc links by Alan Donovan · 3 weeks ago
  54. 222cdde internal/analysisinternal: ZeroValue: support materialized aliases by Alan Donovan · 2 weeks ago
  55. 0a4fc72 internal/gcimporter: support materialized aliases by Alan Donovan · 4 weeks ago
  56. 85b6527 gopls/internal/test: temporarily disable staticcheck with gotypesalias=1 by Alan Donovan · 2 weeks ago
  57. 118b98b gopls/internal/golang: RenderPackageDoc: emit anchors for var/const by Alan Donovan · 2 weeks ago
  58. 1e68fee gopls/internal/server: "view package doc" of package under test by Alan Donovan · 2 weeks ago
  59. b303e13 gopls/internal/golang: view pkg doc: display when "disconnected" by Alan Donovan · 2 weeks ago
  60. 41a9213 go/packages: report type errors unconditionally by Tim King · 4 weeks ago
  61. 7204363 gopls/doc/release/v0.16.0.md: augment notes for "view pkg doc" by Alan Donovan · 3 weeks ago
  62. 904c6ba gopls/internal/settings: enable "unusedwrite" analyzer by Alan Donovan · 3 weeks ago
  63. 9663999 gopls/internal/golang: hover: show size/offset info by Alan Donovan · 4 weeks ago
  64. 509ed1c gopls/internal/golang: work around bug in go/doc by Alan Donovan · 4 weeks ago
  65. 9551398 go/callgraph: keep instantiations in DeleteSyntheticNodes by Zvonimir Pavlinovic · 3 weeks ago
  66. 11b4b5e go/analysis/passes/nilness: add longer example to doc by Alan Donovan · 3 weeks ago
  67. 9ed98fa gopls/internal/test: option to suppress LSP logs on failure by Peter Weinberger · 4 weeks ago
  68. 867c912 inline: make it possible to gob encode/decode inlineMeFacts by Lasse Folger · 3 weeks ago
  69. db5d12b go/types/internal/play: display method receiver type by Alan Donovan · 4 weeks ago
  70. 2c8dd3e gopls: add explicit Unalias operations by Alan Donovan · 8 weeks ago
  71. 814f676 internal/gcimporter: add tool to inspect export data by Alan Donovan · 4 weeks ago
  72. 4fe2c29 refactor/rename: fix renaming of aliases by Alan Donovan · 7 weeks ago
  73. 71acab9 internal/typesparams: add Deref by Alan Donovan · 8 weeks ago
  74. 63b3b5a internal/imports: fix two "nil pointer in interface" bugs by Alan Donovan · 4 weeks ago
  75. 3f9badb go/ssa: types.Unalias() cleanup. by Tim King · 7 weeks ago
  76. e5cf370 internal/typeparams: factor 2 copies of isParameterized by Alan Donovan · 4 weeks ago
  77. e0a9567 all: fix some comments by vitalmotif · 4 weeks ago
  78. c3544e2 go/analysis/passes/httpresponse: fix ReceiverNamed usage by Tim King · 5 weeks ago
  79. d0f7dce gopls: update x/vuln to 1.0.4 by Hana (Hyang-Ah) Kim · 8 weeks ago
  80. dd52646 go/ssa: create fewer goroutines by Alan Donovan · 4 weeks ago
  81. 813e70a gopls/internal/server: redo completion counters by Peter Weinberger · 5 weeks ago
  82. 2ba7cf9 internal/imports: remove obsolete go:generate directive by Dmitri Shuralyov · 4 weeks ago
  83. 0fb9b7b gopls: use slices package for reverse slice by Zxilly · 5 weeks ago
  84. c21ae4c gopls/internal/golang: don't suggest removeparam when there are errors by Robert Findley · 5 weeks ago
  85. f3fccee gopls/internal/golang: support removing unused parameters from methods by Robert Findley · 5 weeks ago
  86. 2d517d5 gopls/internal/golang: fix build breakage due to semantic conflict by Robert Findley · 5 weeks ago
  87. 6af0295 go/analysis/passes/stdversion: publish by Alan Donovan · 5 weeks ago
  88. 8669bfc gopls/internal/server: add "View package documentation" code action by Alan Donovan · 6 weeks ago
  89. 5628443 gopls/internal/test/marker: remove runtime.GOROOT from format.txt case by Dmitri Shuralyov · 9 weeks ago
  90. 6d9ecf2 gopls/internal/cache: rename methods on Package by Robert Findley · 5 weeks ago
  91. 29d17a0 go/cfg: publish (*CFG).Dot method by Alan Donovan · 5 weeks ago
  92. 03f7b7b x/tools/go/packages: fix Load's "argument list too long" error by Ihar Suvorau · 4 months ago
  93. 67e856b gopls: fix test failures due to quoting of names in go/types errors by Robert Findley · 5 weeks ago
  94. e256714 gopls: repair premature commit of 562248 by Peter Weinberger · 5 weeks ago
  95. 887727a gopls: Measure the efficacy of completions by Peter Weinberger · 10 weeks ago
  96. ca94c96 gopls/internal/server: update telemetry prompt link by Rob Findley · 6 weeks ago
  97. d4b1eff gopls/internal/golang: fix crash in package references by Rob Findley · 6 weeks ago
  98. f89da53 gopls/internal/server: fix crash in SignatureHelp by Rob Findley · 6 weeks ago
  99. 176e895 gopls/internal/analysis/stdversion: suppress before go1.21 by Alan Donovan · 6 weeks ago
  100. c1eaf76 gopls/internal/analysis/stdversion: set RunDespiteErrors by Alan Donovan · 6 weeks ago