1. 4cfd180 gopls/internal/golang: RenderPackageDoc: fix param truncation crash by Alan Donovan · 10 months ago
  2. 3e9beb6 gopls/doc/release: add release notes for struct tag hover info by Rob Findley · 10 months ago
  3. 24f3b32 gopls/internal/golang: show struct tag when hovering over fields by Quentin Quaadgras · 10 months ago
  4. 9795fac gopls/internal/server: discard non-file scheme workspace folder URIs by Hana (Hyang-Ah) Kim · 10 months ago
  5. 3b13d03 gopls/internal/cache: fix bug.Report converting Diagnostic positions by Alan Donovan · 11 months ago
  6. 7f3a258 gopls/internal/test/integration/misc: disable another staticcheck test by Alan Donovan · 10 months ago
  7. 8483344 gopls/internal/settings: add framepointer,sigchanyzer analyzers by Alan Donovan · 10 months ago
  8. 8f9d159 gopls/internal/test/integration/misc: disable staticcheck test by Alan Donovan · 10 months ago
  9. f38ac9b gopls/internal/test: avoid std assumptions in range-over-func test by Alan Donovan · 10 months ago
  10. e35e4cc go/ssa: compile range-over-func to panic by Alan Donovan · 10 months ago
  11. e149e84 gopls: rationalize code generation by Alan Donovan · 10 months ago
  12. ff28778 gopls/internal/protocol: rationalize edit helpers by Alan Donovan · 11 months ago
  13. 5daf157 gopls/internal/golang: simplify "rewrite" code actions by Alan Donovan · 11 months ago
  14. 1718e2d gopls/internal/cache: simplify Snapshot Go commands by Robert Findley · 11 months ago
  15. a432b16 gopls/internal/analysis: disable ssa/ir analyzers on range-over-func by Alan Donovan · 10 months ago
  16. b426bc7 go/packages/packagestest: reflect new modules.txt requirements by Sam Thanawalla · 11 months ago
  17. a943a14 go/analysis/passes/directive: do not report adjoining //go:debug by Tim King · 1 year ago
  18. b020bdb go/callgraph/vta: add type alias test by Zvonimir Pavlinovic · 11 months ago
  19. cc29c91 go.mod: update golang.org/x dependencies by Gopher Robot · 10 months ago v0.21.0
  20. 397fef9 gopls/internal/protocol: add links to LSP spec by Alan Donovan · 11 months ago
  21. e2a352c internal/refactor/inline: extensible API by Alan Donovan · 11 months ago
  22. c16c816 go/analysis/passes/stdversion: test *.go < go.mod version by Alan Donovan · 11 months ago
  23. 629a7be go/analysis/analysistest: stricter errors and GOWORK setting by Alan Donovan · 11 months ago
  24. 4db1697 go/packages/packagestest: fold modules_111.go into modules.go by Michael Matloob · 11 months ago
  25. ccdef3c gopls/internal/golang: fix nil panic in InlayHint by Alan Donovan · 11 months ago
  26. 74c9cfe go/analysis: add Pass.ReadFile by Alan Donovan · 11 months ago
  27. 5ef4fc9 gopls/internal/golang/completion: fix the isEmptyInterface predicate by Rob Findley · 11 months ago
  28. 77f691b internal/gcimporter: use Alias.Rhs, not unsafe hack by Alan Donovan · 11 months ago
  29. 0b45163 gopls/internal/cache: use language versions when validating Go version by Robert Findley · 11 months ago
  30. 3c49bb7 gopls: normalize logging attributes by Robert Findley · 11 months ago
  31. 2fa621c gopls/internal/golang: fix resolution of in-package implementations by Robert Findley · 11 months ago
  32. bcec099 internal/refactor/inline: remove eta abstraction inlining assignments by Rob Findley · 11 months ago
  33. fcea13b toolstash: errors output should match errors guarded by ardnew · 11 months ago
  34. b00d49e internal/refactor/inline: don't assume strings.Index calls internal/bytealg by Damien Neil · 11 months ago
  35. 1523441 gopls/internal/cache: add more assertions for golang/go#60890 by Alan Donovan · 11 months ago
  36. 440f3c3 internal/aliases: expose Enabled by Alan Donovan · 11 months ago
  37. a363d11 go/types/typeutil: replace interface{} with any (cleanup) by Rob Findley · 11 months ago
  38. e8c9d81 go/analysis/passes/tests: Use ReportRangef to refactor some code in checkTest by Ho Cheung · 11 months ago
  39. 97ea816 all: fix some typos in comments by racequite · 11 months ago
  40. 8db95b7 gopls/internal/golang: check the comment range before emiting semantic tokens by rogeryk · 11 months ago
  41. daf9460 Revert "gopls/internal/test/integration/misc: reenable staticcheck test" by Alan Donovan · 11 months ago
  42. 618670d gopls/internal/test/integration/misc: reenable staticcheck test by Alan Donovan · 11 months ago
  43. 2debfbe internal/testfiles: add a helper package for test files by Tim King · 11 months ago
  44. c17402c gopls: fix a couple places where temporary files are not removed by Rob Findley · 11 months ago
  45. ee61fb0 go/packages: fix issue number typo in TestIssue37629 by Michael Matloob · 11 months ago
  46. 3735585 gopls/internal/settings: deprecate "allowImplicitNetworkAccess" by Robert Findley · 11 months ago
  47. f4888c5 gopls/internal/settings: remove support for "allowModfileModifications" by Robert Findley · 11 months ago
  48. d857e85 gopls/internal/settings: enable semantic tokens by default by Robert Findley · 11 months ago
  49. 3f74dc5 gopls/internal/settings: remove experiments by Robert Findley · 11 months ago
  50. e716599 cmd/goimports: support workspace vendoring by tamayika · 12 months ago
  51. 7c7d7db gopls/internal/golang: allow "query" CodeActions on generated files by Alan Donovan · 11 months ago
  52. cb134f5 gopls/internal/golang: RenderPkgDoc: elide parameters 4+ in index by Alan Donovan · 11 months ago
  53. c5094cc internal/imports: a step towards making tests hermetic by Peter Weinberger · 11 months ago
  54. 5e04895 gopls/internal/settings: update stale documentation for "symbolScope" by Robert Findley · 11 months ago
  55. 0c3722a doc: enforce gotypesalias=0 behavior until go1.23 by Alan Donovan · 11 months ago
  56. dd0410f go/packages: stop loading packages when context is done by Tim King · 11 months ago
  57. dcccb2d x/tools: make tests agnostic as to whether gotypesalias="" => 0 or 1 by Alan Donovan · 11 months ago
  58. 46a0401 gopls: eliminate the hooks package by Robert Findley · 11 months ago
  59. e388fff gopls/internal/server: don't reset views if configuration did not change by Robert Findley · 11 months ago
  60. d034ae1 gopls/internal/cmd: check: print RelatedInformation by Alan Donovan · 12 months ago
  61. 3c000ca gopls/doc: relnote for hover & definition over doc links by Alan Donovan · 11 months ago
  62. c859ee9 gopls/internal/test/marker: fix {hover/def}/comment tests by Alan Donovan · 11 months ago
  63. 9cef8b1 go/callgraph/cha: more precise resolution of unexported methods by John Dethridge · 12 months ago
  64. 0cc2ffd gopls/internal/cache: fail loudly on command-line-arguments modules by Robert Findley · 11 months ago
  65. c3c5164 gopls/internal/golang: support hover and definition operations over doc links by rogeryk · 1 year, 2 months ago
  66. da3408b go/analysis/passes/printf: elaborate the documentation by Alan Donovan · 11 months ago
  67. 198a0a8 imports: prefer math/rand/v2 over math/rand by Peter Weinberger · 12 months ago
  68. 79df971 gopls/internal/server: avoid duplicate diagnoses and loads by Robert Findley · 11 months ago
  69. bcd607e gopls/internal/cache: don't log packages when selectively reloading by Robert Findley · 11 months ago
  70. 6f92c83 gopls: reduce noisy error messages by Robert Findley · 11 months ago
  71. c4c0bf9 gopls/internal/test: skip integration tests on linux-ppc64-power9osu by Robert Findley · 11 months ago
  72. b4b8186 internal/apidiff: support materialized aliases by Alan Donovan · 11 months ago
  73. 3520955 go/types/typeutil: implement correct hashing of aliases by Alan Donovan · 11 months ago
  74. f6298eb gopls/internal/cache: add debug assertions to refine golang/go#66732 by Alan Donovan · 11 months ago
  75. f41d27e gopls/internal/cache: avoid panic when the primary diagnostic is broken by Robert Findley · 11 months ago
  76. c0ab013 go/packages: doc: type symbols are consistent only within one Load by Alan Donovan · 11 months ago
  77. 564c0e9 gopls/internal/telemetry/cmd/stacks: improve summary by Alan Donovan · 11 months ago
  78. de6db98 internal/check: filter out too-new Go versions for type checking by Robert Findley · 11 months ago
  79. 5c3c2ff gopls/internal/golang: RenderPkgDoc: fix anchors for promoted methods by Alan Donovan · 11 months ago
  80. 8a0c6e2 gopls/internal/server: report HTTP panics via telemetry by Alan Donovan · 11 months ago
  81. c7b6b8d gopls/internal/cache: analysis: repair start/end and refine bug report by Alan Donovan · 12 months ago
  82. cb3eb43 internal/test/integration: parse flags earlier by Robert Findley · 11 months ago
  83. 4794229 gopls/internal/golang: RenderPkgDoc: add <title> element by Alan Donovan · 11 months ago
  84. 2db5a34 gopls/internal/golang: RenderPkgDoc: navigational <select> by Alan Donovan · 12 months ago
  85. 11c692e gopls/internal/test/marker/testdata: skip hover size tests on 32-bit arm by Alan Donovan · 12 months ago v0.20.0
  86. fc660e5 go.mod: update golang.org/x dependencies by Gopher Robot · 12 months ago
  87. 6590f47 internal/gcimporter: renable tests of issue50259.go by Alan Donovan · 12 months ago
  88. f1d5252 gopls/internal/golang: Hover: show wasted % of struct space by Alan Donovan · 12 months ago
  89. 951bb40 gopls/internal/test/integration/misc: fix flaky test by Alan Donovan · 12 months ago
  90. c9b0c65 gopls/internal/analysis/fillreturns: skip test if gotypesalias=1 by Alan Donovan · 12 months ago
  91. c623a28 gopls/internal/cache: fix crash in snapshot.Analyze with patch versions by Robert Findley · 12 months ago
  92. f345449 gopls/internal/server: filter diagnostics to "best" views by Robert Findley · 12 months ago
  93. 42d590c gopls/internal/test/integration: add a WriteGoSum run option by Robert Findley · 12 months ago
  94. 53d35a5 gopls/internal/golang: RenderPackageDoc: fix doc links by Alan Donovan · 12 months ago
  95. 222cdde internal/analysisinternal: ZeroValue: support materialized aliases by Alan Donovan · 12 months ago
  96. 0a4fc72 internal/gcimporter: support materialized aliases by Alan Donovan · 12 months ago
  97. 85b6527 gopls/internal/test: temporarily disable staticcheck with gotypesalias=1 by Alan Donovan · 12 months ago
  98. 118b98b gopls/internal/golang: RenderPackageDoc: emit anchors for var/const by Alan Donovan · 12 months ago
  99. 1e68fee gopls/internal/server: "view package doc" of package under test by Alan Donovan · 12 months ago
  100. b303e13 gopls/internal/golang: view pkg doc: display when "disconnected" by Alan Donovan · 12 months ago