1. 33e624f internal/refactor/inline/analyzer: document by Jonathan Amsterdam · 2 days ago master
  2. 70a7d86 internal/refactor/inline/analyzer: use forward for consts by Jonathan Amsterdam · 21 hours ago
  3. 0556adb gopls: skip unusedparams for generated files by Sam Salisbury · 6 days ago
  4. e9f7be9 internal/astutil/cursor: add Cursor.Child(Node) Cursor by Alan Donovan · 3 weeks ago
  5. f912a4f internal/refactor/inline/analyzer: inline consts into local scopes by Jonathan Amsterdam · 6 days ago
  6. 0abda08 internal/refactor/inline/analyzer: export only cross-package facts by Jonathan Amsterdam · 4 days ago
  7. 88d91cb internal/refactor/inline/analyzer: same-package consts by Jonathan Amsterdam · 7 days ago
  8. 269282d go/analysis/passes/stdversion: use Go 1.22 functionality by Tobias Klauser · 4 weeks ago
  9. da3a6b2 internal/settings: add inliner to analyses by Jonathan Amsterdam · 8 days ago
  10. b3bde13 x/tools: use types.VarKind consistently by Alan Donovan · 5 days ago
  11. 51f179c gopls/internal/golang: downgrade bug report in ExtractToNewFile by Rob Findley · 5 days ago
  12. 5ffcf75 internal/refactor/inline: avoid crash when inlining empty function by Rob Findley · 5 days ago
  13. dace8c8 gopls/internal/analysis/modernize: fix bug in slicescontains by Alan Donovan · 5 days ago
  14. b781375 gopls/internal/protocol: delete MappedRange by Alan Donovan · 5 days ago
  15. bbe00fb gopls/internal/server: gopls.vulncheck return both vuln report and token by Hongxiang Jiang · 8 days ago
  16. 058d583 gopls/internal/golang: don't apply edits in codeAction/resolve by Rob Findley · 8 days ago
  17. a721d4c internal/typesinternal: factor out IsPackageLevel by Jonathan Amsterdam · 6 days ago
  18. f0ddc4b gopls/internal/analysis: use Cursor.Edge in two analyzers by Alan Donovan · 3 weeks ago
  19. 80ffd3c internal/astutil/cursor: add Cursor.Edge method by Alan Donovan · 3 weeks ago
  20. db7fffc go/ast/inspector: separate stack + event types by Alan Donovan · 3 weeks ago
  21. d648f91 go/ast/inspector: fork ast.Inspect by Alan Donovan · 3 weeks ago
  22. d68fc51 internal/diff: Merge by Alan Donovan · 3 weeks ago
  23. 9f450b0 go/analysis/passes/printf: suppress errors for non-const format strings by Rob Findley · 6 days ago
  24. e426616 godoc,present,refactor: modernize by Peter Weinberger · 8 days ago
  25. 8171d94 gopls/internal/analysis/fillstruct: preserve existing formatting by Madeline Kalilh · 2 weeks ago
  26. ac81e9f internal/testenv: RedirectStderr: fix race by Alan Donovan · 9 days ago
  27. bce67c4 go/analysis/internal/checker: validate SuggestedFixes by Alan Donovan · 2 weeks ago
  28. bb0a9cd gopls: remove go.sum files from integration tests by Peter Weinberger · 11 days ago
  29. edafbe5 tools: fix typos in docs and comments by Merrick Clay · 11 days ago
  30. 891e3b6 internal/telemetry/cmd/stacks: cmd/compile reopen by Jonathan Amsterdam · 12 days ago
  31. 4f1e910 internal/telemetry/cmd/stacks: reopen issues by Jonathan Amsterdam · 13 days ago
  32. 114ac82 go/analysis: preparatory cleanups by Alan Donovan · 3 weeks ago
  33. 1c9f002 internal/gocommand: add openbsd to the set of GOOS to debug by Rob Findley · 12 days ago
  34. f055343 internal/telemetry/cmd/stacks: divert GitHub changes during testing by Jonathan Amsterdam · 13 days ago
  35. 3e68f53 internal/telemetry/cmd/stacks: add GitHub client by Jonathan Amsterdam · 13 days ago
  36. 45227b6 internal/modindex: add LookupAll(pkg, names) by Peter Weinberger · 2 weeks ago
  37. 71c7ff3 gopls: report SemanticHighlight for format string directives by xzb · 2 weeks ago
  38. 7a015ab internal/gocommand: send SIGQUIT to hanging go commands on posix by Rob Findley · 13 days ago
  39. fcc9d81 internal/telemetry/cmd/stacks: anchored literals by Jonathan Amsterdam · 14 days ago
  40. 684910f internal/telemetry/cmd/stacks: fix distinctStacks by Jonathan Amsterdam · 14 days ago
  41. d5cd1f8 gopls: add WorkspaceFiles option by Ellie Ford · 5 weeks ago
  42. 30bd6fd internal/telemetry/cmd/stacks: move dry run checks down by Jonathan Amsterdam · 14 days ago
  43. e4adc38 internal/telemetry/cmd/stacks: remove Issue.predicateText by Jonathan Amsterdam · 14 days ago
  44. 8bf2b65 gopls/internal/cache: add more debugging for golang/go#64235 by Rob Findley · 14 days ago
  45. 7479e1b internal/telemetry/cmd/stacks: test predicates by Jonathan Amsterdam · 14 days ago
  46. 726ba32 internal/telemetry/cmd/stacks: minor tweaks by Jonathan Amsterdam · 14 days ago
  47. 9f4a509 gopls/internal/telemetry/cmd/stacks: add dry run flag by Michael Pratt · 4 weeks ago
  48. 38d0631 gopls/internal/test: update hover test to be tolerant proxy changes by Rob Findley · 2 weeks ago
  49. b0164fc gopls/doc/release: add semantic token config change by Hongxiang Jiang · 2 weeks ago
  50. 96a07bb gopls/internal/settings: include deprecation message in api-json by Hongxiang Jiang · 3 weeks ago
  51. df4e4ef ssa: fix typo in doc comment for Program.FuncValue by Merrick Clay · 2 weeks ago
  52. 1261a24 gopls/internal/analysis/modernize: slicesdelete by Madeline Kalilh · 4 weeks ago
  53. cab6608 gopls/internal/golang/completion: fix crash adding receiver type params by Rob Findley · 3 weeks ago
  54. 32c4665 gopls/internal/golang/completion: avoid crash in comment completion by Rob Findley · 3 weeks ago
  55. 85e8b42 gopls/internal/analysis/modernize: omitzero by Madeline Kalil · 5 weeks ago
  56. 344e482 golang/internal/highlight: check idx < len before indexing by xzb · 3 weeks ago
  57. 4828981 gopls/internal/telemetry/cmd/stacks: build compiler from root by Michael Pratt · 3 weeks ago
  58. 3f87563 go/cfg: remove empty goto (without label) from test case by Mateusz Poliwczak · 6 weeks ago
  59. 9d9b0b6 go/packages: use go.dev/issue links in comment by Ian Lance Taylor · 3 weeks ago
  60. 66ef73e gopls/internal/golang: improve "toggle compiler opt details" by Alan Donovan · 5 weeks ago
  61. 79cde82 gopls/internal/protocol/command: remove the redundant gopls.test command by Rob Findley · 3 weeks ago
  62. 7d99ad7 gopls/internal/highlight: DocumentHighlight for format strings by xzb · 3 weeks ago
  63. 4403100 gopls/internal/golang: customize semantic token types and modifiers by Hongxiang Jiang · 4 weeks ago
  64. c9ef861 gopls/internal/telemetry/cmd/stacks: don't forward GOEXPERIMENT from env by Dmitri Shuralyov · 3 weeks ago
  65. 0933021 go/ssa: remove coretype_test.go by Tim King · 4 weeks ago
  66. 73a7070 gopls/internal/telemetry/cmd/stacks: paginate issue search by Michael Pratt · 3 weeks ago
  67. fec8580 gopls/internal/analysis/modernize: replace loop with slices.Contains by Alan Donovan · 5 weeks ago
  68. ee36e77 gopls/internal/telemetry/cmd/stacks: support cmd/compile by Michael Pratt · 3 weeks ago
  69. 8a5a6d7 gopls/internal/telemetry/cmd/stacks: refactor report processing to support different programs by Michael Pratt · 4 weeks ago
  70. 5fef1f2 gopls/internal/telemetry/cmd/stacks: add cmd/compile support to readPCLineTable by Michael Pratt · 4 weeks ago
  71. 1335f05 gopls/internal/util/frob: Decode: improve panic on empty by Alan Donovan · 3 weeks ago
  72. 0b95e04 gopls: filter out hints for closed files and make modernizers hints by Rob Findley · 4 weeks ago
  73. 8f9869c go/ssa: use NormalTerms by Tim King · 4 weeks ago
  74. 8912752 gopls/internal/protocol: optimized DocumentURI.Path for MODCACHE by Alan Donovan · 4 weeks ago
  75. cecec2c go/ssa: add typeset iteration helper by Tim King · 4 weeks ago
  76. 1501321 gopls/internal/analysis/modernize: fix bug in minmax by Alan Donovan · 4 weeks ago
  77. b31dda4 gopls/internal/analysis/modernize: fix bug in mapsloop by Alan Donovan · 4 weeks ago
  78. c1a7fcf go/analysis/passes/printf: extract operation parsing logic into tools/internal/fmtstr by xzb · 4 weeks ago
  79. 1b796a9 go/ssa: removing termList type by Tim King · 4 weeks ago
  80. 6efe0f4 internal/astutil/cursor: Cursor.Ancestors iterator by Alan Donovan · 6 weeks ago
  81. df3de6a gopls: prepare for mod cache index by Peter Weinberger · 5 weeks ago
  82. ae303ab gopls/internal/analysis/modernize: replace WithCancel with t.Cancel by Rob Findley · 4 weeks ago
  83. 60643c0 go/types/typeutil: clarify what inGenericSig applies to by Tim King · 4 weeks ago
  84. 248b94e go/ast/inspector: treat empty type filter like nil by Alan Donovan · 4 weeks ago
  85. 6016188 cmd: apply modernizers by Peter Weinberger · 4 weeks ago
  86. f7fb515 internal/analysisinternal: check for interface recievers by Tim King · 4 weeks ago
  87. b4e093e go/packages: run TestIssue70394 with Go 1.23 by Dmitri Shuralyov · 5 weeks ago
  88. 16f2979 gopls/internal/analysis: unusedvariable by Madeline Kalilh · 4 weeks ago
  89. fc2161a internal/analysis/modernize: minmax: don't reduce to y:=min(x, y) by Alan Donovan · 5 weeks ago
  90. 155dc6e gopls/internal/settings: document why unusedvariable is off by Alan Donovan · 5 weeks ago
  91. ac8980c gopls/internal/protocol: modernize to use any by Peter Weinberger · 4 weeks ago
  92. 2ad5c90 gopls/internal/settings: set severity=Info for modernizers by Alan Donovan · 5 weeks ago
  93. 7c7f353 gopls/internal/analysis/hostport: report net.Dial("%s:%d") addresses by Alan Donovan · 1 year, 1 month ago
  94. 8179c75 internal/analysisinternal: factor useful helper functions by Alan Donovan · 5 weeks ago
  95. a339e37 gopls/internal/util/persistent: {Map,Set}: use iter.Seq2 by Alan Donovan · 5 weeks ago
  96. a2408f8 internal/astutil/cursor: Cursor.Children: document invariants by Alan Donovan · 4 weeks ago
  97. ee69ea2 go/analysis/analysistest: avoid nil panic from an invalid token.Pos by Mateusz Poliwczak · 6 weeks ago
  98. 1743d1a go.mod: update golang.org/x dependencies by Gopher Robot · 4 weeks ago v0.29.0
  99. 43ba465 internal/analysis/modernize: minmax: reject IfStmt with Init by Alan Donovan · 5 weeks ago
  100. 29d66ee gopls: update toolchain to go1.23.4 by Alan Donovan · 5 weeks ago