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