1. 95a2413 all: use the built-in min/max function by cuishuang · 10 weeks ago
  2. 7d52b1b cmd/eg: build tags support by Nate Bracy · 10 weeks ago
  3. 82041a1 cmd/stringer: fix bounds checking for integer types spanning full range by Nate Bracy · 10 weeks ago
  4. b9cfdb8 go/analysis/passes/modernize: fix the potential deadlock issues in bloop by cuishuang · 2 months ago
  5. 44ce4e2 gopls: update to use the mcp go-sdk@v0.8.0 by Rob Findley · 2 months ago
  6. 25b4f1c gopls: add doc link for quick fix implement method by paskozdilar · 2 months ago
  7. 7672399 cmd/stringer: document option -trimprefix by paskozdilar · 2 months ago
  8. c3c093d cmd: replace string concatenation with strings.Builder,WriteByte and fmt.Fprintf for better performance by cuishuang · 3 months ago
  9. e908430 go/analysis/passes/inline: publish by Alan Donovan · 2 months ago
  10. 951ca00 go/analysis/passes/modernize: publish by Alan Donovan · 2 months ago
  11. 5164709 gopls/internal/protocol: upgrades LSP to latest by Peter Weinberger · 2 months ago
  12. d239ca0 internal/settings: enable CodeLensRunGovulncheck by default by Ethan Lee · 2 months ago
  13. cb8ba86 gopls: update MCP SDK dependency to v0.7.0 by Rob Findley · 2 months ago
  14. fce52bb gopls/internal/analysis/modernize: reflect.TypeOf(x) -> TypeFor[T]() by Alan Donovan · 3 months ago
  15. 517957c go/analysis/passes/buildtag: suggest fix to remove +build lines by Alan Donovan · 4 months ago
  16. c892d0b gopls/test/quickfix_test: verify that issue 70755 is fixed by Peter Weinberger · 2 months ago
  17. fde1c99 gopls/internal/cmd: skip TestMCPVulncheckCommand when fsnotify not supported by Richard Miller · 2 months ago
  18. 215e78a gopls/internal/protocol: add range to TextDocumentPositionParams by Hongxiang Jiang · 2 months ago
  19. 4df13e3 x/tools: fix remaining places in preparation for new(expr) by Alan Donovan · 2 months ago
  20. ed00c08 go/ssa: support new(expr) by Alan Donovan · 3 months ago
  21. 7ba8f32 internal/gcimporter: use forvar to omit unnecessary reassignment by cuishuang · 3 months ago
  22. 4fb47d0 gopls/internal/analysis/embeddirective: call AddImport directly by Alan Donovan · 3 months ago
  23. cb57b4c gopls/internal/doc/generate: convert Analyzer.Doc to Markdown by Alan Donovan · 3 months ago
  24. ef565f5 gopls/internal/analysis/modernize: slicescontains: improve widening check by Alan Donovan · 3 months ago
  25. 016ea29 gopls: update MCP SDK to v0.6.0 by Rob Findley · 3 months ago
  26. ef6334c gopls: fix extracted function shouldReturn boolean return value position by Fata Nugraha · 3 months ago
  27. 58f345b go/buildutil: use strings.CutSuffix by cuishuang · 3 months ago
  28. 909f470 gopls/internal/util/cursorutil: add FirstEnclosing by Daniel Morsing · 3 months ago
  29. b71b35e gopls/internal/analysis/modernize: stringscutprefix: handle CutSuffix too by cuishuang · 3 months ago
  30. 3e53a25 gopls/internal/folding_range: display closing parentheses by Peter Weinberger · 3 months ago
  31. 78463a9 go/analysis: fix two tests in preparation for go vet CL 703400 by Alan Donovan · 3 months ago
  32. a503d9c gopls/internal/analysis/modernize/cmd/modernize: improve godoc by Olivier Mengué · 7 months ago
  33. 2c5d16c go/ast/astutil: simplify and modernize DeleteNamedImport by Mateusz Poliwczak · 3 months ago
  34. 9fccddc go/analysis/unitchecker: add cfg.WarnDiagnostics by Alan Donovan · 3 months ago
  35. 32f06e9 go/analysis/unitchecker: rewrite integration test by Alan Donovan · 3 months ago
  36. be644c7 x/tools: remove some dead functions by Alan Donovan · 3 months ago
  37. db38d36 gopls/internal/golang/completion: don't offer internal std packages by xieyuschen · 3 months ago
  38. 74b9e56 gopls: use correct doc link by Alan Donovan · 3 months ago
  39. d11cd5c all: use b.Loop in tests by Kir Kolyshkin · 3 months ago
  40. 7ebabfe gopls/internal/progress: use t.Context in tests by Kir Kolyshkin · 3 months ago
  41. baefe5a internal/mcp: use t.Context in test by Kir Kolyshkin · 3 months ago
  42. cce04c1 go/packages: use t.Context by Kir Kolyshkin · 3 months ago
  43. 9310eb8 gopls: convert some users of astutil to Cursors by Daniel Morsing · 3 months ago
  44. c312a17 internal/mcp: add telemetry for MCP tool usage by Ethan Lee · 3 months ago
  45. 7b45cae internal/cmd: add testEnv.NeedsTool for TestMCPVulncheckCommand by Ethan Lee · 3 months ago
  46. eedf561 go/analysis/unitchecker: relax integration test by Alan Donovan · 3 months ago
  47. f2e5ab6 gopls/internal/cache: set goVersion when there is no module version by Rob Findley · 4 months ago
  48. 2ef7d42 gopls: update Go MCP SDK to v0.5.0 by Rob Findley · 3 months ago
  49. 839d88e go/analysis/passes/hostport: fix four bugs by Alan Donovan · 3 months ago
  50. ba63d13 all: use strings.SplitSeq/FieldSeq by Kir Kolyshkin · 3 months ago
  51. 3ab2909 go/ssa: remove unused func by Kir Kolyshkin · 3 months ago
  52. 224e336 internal/mcp: expose vulncheck tool functionality via mcp by Ethan Lee · 3 months ago
  53. 9e64e29 internal/typesinternal: add TODO to improve FileQualifier by Alan Donovan · 3 months ago
  54. e38be50 gopls/internal/analysis/modernize: use better qualifier for rangeint by Madeline Kalil · 3 months ago
  55. 8b1a572 internal/cmd: update official go sdk in mcp_test by Ethan Lee · 3 months ago
  56. 3adf0e9 go/analysis/unitchecker: redirect stdout to specified file by Alan Donovan · 3 months ago
  57. 1c510d7 gopls: render package documentation when hovering over imported package name identifiers by GSmithApps · 10 months ago
  58. f9cb611 internal/jsonrpc2/stack: removed unused variable by Kir Kolyshkin · 3 months ago
  59. 88c2f11 internal/imports: remove unused field by Kir Kolyshkin · 3 months ago
  60. aa35dc6 internal/gcimporter: remove unused field by Kir Kolyshkin · 3 months ago
  61. cda1dd8 internal/event/core: remove unused type by Kir Kolyshkin · 3 months ago
  62. 16ca2f0 go/cfg: rm unused field by Kir Kolyshkin · 3 months ago
  63. 71756c7 internal/refactor/inline: rm unused code by Kir Kolyshkin · 3 months ago
  64. 63d9781 internal/versions: rm unused type by Kir Kolyshkin · 3 months ago
  65. 9ac1810 go/analysis/passes/stdversion: rm unused variable by Kir Kolyshkin · 3 months ago
  66. 45c7aee go/packages: remove unused type by Kir Kolyshkin · 3 months ago
  67. 1ef8f44 go/analysis/checker: remove unused struct field by Kir Kolyshkin · 3 months ago
  68. 8b92961 cmd/present: rm dead code by Kir Kolyshkin · 3 months ago
  69. af2d2d6 internal/analysisinternal: extra new line when add first std import by xieyuschen · 3 months ago
  70. 6375378 gopls/internal/golang: do not offer "inline variable" on an lvalue reference by Ilya Ilyinykh · 3 months ago
  71. 07bc2fe go/ssa/interp: rm unused var by Kir Kolyshkin · 3 months ago
  72. 1649c36 go/analysis/passes/structtag: set Diagnostic.End positions by Alan Donovan · 3 months ago
  73. 9308dc6 gopls/internal/settings: shadow.severity = hint by Alan Donovan · 3 months ago
  74. 3ea42bf x/tools: eliminate vet diagnostics by Alan Donovan · 3 months ago
  75. 49b9826 gopls/internal/test: update the minimum go command of TestImportAlias by Rob Findley · 3 months ago
  76. d49da96 go/analysis/internal/checker: fix panic due to nil Pass by Alan Donovan · 3 months ago v0.37.0
  77. 9da4f7b gopls/internal/test/integration/completion: make test go1.26-robust by Alan Donovan · 3 months ago
  78. 4409ea7 gopls/internal/server: add telemetry for Zed, Helix clientInfo by Alan Donovan · 3 months ago
  79. 75023ae go/ast/inspector: update outdated documentation by Daniel Morsing · 4 months ago
  80. 785cd66 gopls/internal/test/integration/completion: skip TestFuzzFunc pre-go1.25 by xieyuschen · 3 months ago
  81. ac2e4a5 go.mod: update golang.org/x dependencies by Gopher Robot · 3 months ago
  82. bc9374d go/callgraph/vta: remove unnecessary use of unsafe by Alan Donovan · 3 months ago
  83. 12d7e15 gopls/internal/analysis/modernize: add test of no gopls imports by Alan Donovan · 3 months ago
  84. 263a769 gopls/internal/mcp: use official go mcp sdk by Madeline Kalil · 3 months ago
  85. e548c70 gopls/internal/analysis/modernize: fix bad edit in var ( ... ) decl by Alan Donovan · 3 months ago
  86. 08a6323 gopls/completion: unimported completions with explicit package names by Peter Weinberger · 3 months ago
  87. 14e7f8a internal/analysisinternal: simplify DeleteStmt using Cursor by Alan Donovan · 3 months ago
  88. 67a07f8 internal/astutil: move declarations from gopls/internal/util/astutil by Alan Donovan · 3 months ago
  89. c752aaa internal/analysisinternal/generated: move from gopls/internal/analysis by Alan Donovan · 3 months ago
  90. 7f6b407 internal/moreiters: move from gopls/internal/util/moreiters by Alan Donovan · 3 months ago
  91. ba14f00 gopls/internal/analysis/modernize/rangeint: fix defer bug by Alan Donovan · 3 months ago
  92. 05dba8a cmd/goimports: add counter by Peter Weinberger · 3 months ago
  93. 45bd1e6 gopls/internal/golang: OutgoingCalls: fix crash on error.Error by Alan Donovan · 3 months ago
  94. 5014c67 gopls/internal/analysis/recursiveiter: fix typo by Alan Donovan · 3 months ago
  95. 29a972e x/tools: assume go1.24 and simplify by Alan Donovan · 3 months ago
  96. b8cdd9c gopls/internal/analysis/modernize: stringsbuilder: fix s=x bug by Alan Donovan · 3 months ago
  97. bd1ee09 gopls/internal: modernize -stringbuilder -fix by Alan Donovan · 3 months ago
  98. 79bbf07 gopls/internal/analysis/modernize: string+=string => strings.Builder by Alan Donovan · 3 months ago
  99. 530d13a go/cfg: describe conditional blocks by Austin Clements · 3 months ago
  100. a09a2fb go/analysis/unitchecker: support -fix by Alan Donovan · 3 months ago