1. 43ba126 gopls: fix typos by Oleksandr Redko · 7 days ago master
  2. d332078 go/analysis/passes/modernize: leave out space in stringsbuilder edit by Dmitri Shuralyov · 4 days ago
  3. 001923f go/packages: aggregate chunked files in Load by Eliran Marom · 4 weeks ago
  4. d2fc364 internal/diff: remove myers' diff implementation by Peter Weinberger · 3 weeks ago
  5. a8a17b7 gopls/test/imports_test: add logging for flaky test by Peter Weinberger · 6 days ago
  6. 5cd825b gopls/bench: disable one DidChange benchmark by Peter Weinberger · 6 weeks ago
  7. f644bf7 all: upgrade go directive to at least 1.25.0 [generated] by Gopher Robot · 7 days ago
  8. cab62c1 gopls/internal/debug: replace timeUnits with time.Duration by Simon Li · 8 days ago
  9. 009367f go.mod: update golang.org/x dependencies by Gopher Robot · 9 days ago v0.42.0
  10. 2182926 go/ast/inspector: add Cursor.ParentEdge{Kind,Index} methods by Alan Donovan · 3 weeks ago
  11. 27020ac internal/server: add module upgrade pathway after vulncheck scanning by Ethan Lee · 5 weeks ago
  12. c4ec0f5 internal/server: list vulnerabilities within vulncheck prompt by Ethan Lee · 5 weeks ago
  13. 80d1715 gopls/internal/protocol: add document uri field type by Hongxiang Jiang · 3 weeks ago
  14. 0e23509 gopls/doc: update link to Acme LSP plugin by Michal Bohuslávek · 5 weeks ago
  15. 7b3ed75 gopls/internal/server: respect SemanticTokens option during initialization by Pontus Leitzler · 3 weeks ago
  16. fddd4a6 gopls/filecache: prevent premature CAS file eviction by Pontus Leitzler · 3 weeks ago
  17. e3a69ff gopls/internal/golang: refactor.inline.variable: add parens by Alan Donovan · 3 weeks ago
  18. 955d132 gopls/internal/golang: migrate pkgdoc to cursor by Hongxiang Jiang · 3 weeks ago
  19. 25da75e go/ast/inspector: add Cursor.Valid method by Alan Donovan · 4 weeks ago
  20. 4894594 gopls/internal/golang: replace PathEnclosingInterval with cursor by Hongxiang Jiang · 3 weeks ago
  21. 98f5f21 gopls/internal/protocol: replace position usage to range by Hongxiang Jiang · 8 weeks ago
  22. 1fa3970 gopls/internal/server: add interactive resolve server capabilities by Hongxiang Jiang · 4 weeks ago
  23. 155378e gopls/internal/settings: read interactive client capabilities by Hongxiang Jiang · 4 weeks ago
  24. 9183a52 gopls/internal/golang: semtok: use types.VarKind distinctions by Alan Donovan · 3 weeks ago
  25. 1a14db5 internal/event/keys: simplify formatting by Alan Donovan · 3 weeks ago
  26. 4635908 internal/event/keys: delete unnecessary types by Alan Donovan · 3 weeks ago
  27. 471977e internal/analysis/analyzerutil: FileUsesGoVersion: missing => false by Alan Donovan · 3 weeks ago
  28. 38ea3a3 gopls/internal/golang: remove util func labelFor by Hongxiang Jiang · 3 weeks ago
  29. 0bdedde2 gopls/internal/cmd: log 'gopls mcp' stderr by Alan Donovan · 3 weeks ago
  30. 2b5ff99 internal/event/export/otel: add OTLP HTTP exporter by Michael Podtserkovskii · 4 weeks ago
  31. dbfa749 gopls/internal/golang: hover - fix doc links to pointer types by Madeline Kalil · 3 weeks ago
  32. 77d7777 internal/jsonrpc2: fix missing latency/completed metrics and wrong status codes by Michael Podtserkovskii · 4 weeks ago
  33. 33d52ca gopls/internal/cache: fix Windows path buffer overflow by Alan Donovan · 5 weeks ago
  34. f984baf internal/mcp: delete internal mcp sdk by Madeline Kalil · 9 weeks ago
  35. 50c45bd gopls/internal/settings: expose file cache budget as setting by Pontus Leitzler · 5 weeks ago
  36. 093e57f gopls: replace all uses of Myers diff by Peter Weinberger · 5 weeks ago
  37. a60613f gopls/internal/golang: don't shadow existing methods by Madeline Kalil · 4 weeks ago
  38. 31bbdcd gopls/internal/test: use explicit positions in position-based tests by Hongxiang Jiang · 8 weeks ago
  39. 38ba9f5 gopls/internal/protocol: replace lsp link with experimental comment by Hongxiang Jiang · 5 weeks ago
  40. 613c127 gopls/internal/golang: fix extract function behavior with goto by Madeline Kalil · 5 weeks ago
  41. 62999b2 gopls/internal/protocol: replace codeAction with command/resolve by Hongxiang Jiang · 5 weeks ago
  42. 3d35eff go/analysis/passes/modernize: fix panic in stringscut by Daniel Morsing · 5 weeks ago
  43. 985c282 go/ast/inspector: add commentary about Cursor API by Alan Donovan · 7 weeks ago
  44. 0540962 all: assume GODEBUG=gotypesalias=1 and simplify by Alan Donovan · 5 weeks ago
  45. bae8e07 gopls: handle LabeledStmts properly in extract function by Daniel Morsing · 5 weeks ago
  46. 360f19c internal/stdlib: update stdlib index for Go 1.26 Release Candidate 2 by Gopher Robot · 5 weeks ago
  47. 9890627 go/analysis/passes/modernize: fix rangeint rewriting by Madeline Kalil · 6 weeks ago
  48. 2840540 gopls/internal/protocol: generate sorted methods by Hongxiang Jiang · 5 weeks ago
  49. ddfd420 x/go/packages: forward GoVersion from GOPACKAGESDRIVER to the typechecker config by Michael Podtserkovskii · 6 weeks ago
  50. 2ad2b30 go.mod: update golang.org/x dependencies by Gopher Robot · 5 weeks ago v0.41.0
  51. 5832cce internal/diff/lcs: introduce line diffs by Peter Weinberger · 3 months ago
  52. 67c4257 gopls/internal/golang: Definition: fix Windows bug wrt //go:embed by Alan Donovan · 6 weeks ago
  53. 12c1f04 gopls/completion: check Selection invariant by Peter Weinberger · 7 weeks ago
  54. 6d87185 internal/server: add vulncheck scanning after vulncheck prompt by Ethan Lee · 3 months ago
  55. 0c3a1fe go/ast/inspector: FindByPos returns the first innermost node by Hongxiang Jiang · 8 weeks ago
  56. ca281cf go/analysis/passes/ctrlflow: add noreturn funcs from popular pkgs by Alan Donovan · 6 weeks ago
  57. 09c21a9 gopls/internal/analysis/unusedfunc: remove warnings for unused enum consts by Madeline Kalil · 6 weeks ago
  58. 03cb455 internal/modindex: suppress missing modcacheindex message by Peter Weinberger · 7 weeks ago
  59. 15d13e8 gopls/internal/util/typesutil: refine EnclosingSignature bug.Report by Alan Donovan · 2 months ago
  60. 02e1c6b gopls/internal/analysis/modernize: mapsloop: undefined loop-var by xieyuschen · 7 weeks ago
  61. 41cca47 go/analysis/passes/modernize: fix stringsbuilder bug with in var(...) by Alan Donovan · 8 weeks ago
  62. cfae896 go/analysis/passes/modernize: stringsbuilder: avoid overlapping fixes by Alan Donovan · 7 weeks ago
  63. 0f94e53 go/{cfg,analysis/passes/{ctrlflow,buildssa}}: noreturn by Alan Donovan · 9 weeks ago
  64. 78e6aac go/analysis/passes/modernize: treat 'i += 1' as 'i++' by Matthew Glazar · 8 weeks ago
  65. f12a0ae gopls/benchmark: skip unimported completion if not local by Peter Weinberger · 8 weeks ago
  66. 5ca1b57 gopls/internal/server: disable TestVulncheckPreference for wasm by Ethan Lee · 8 weeks ago
  67. cee4451 go/analysis/passes/stdversion: suppress synctest warning by Madeline Kalil · 9 weeks ago
  68. 267fc6b go/analysis/passes/modernize: disable BLoop analyzer by Madeline Kalil · 8 weeks ago
  69. 761a007 gopls/mod: find references to required modules by Peter Weinberger · 4 months ago
  70. 9136dd1 go/analysis/passes/modernize: document stringsbuilder/QF1012 synergy by Alan Donovan · 9 weeks ago
  71. eaaac7c gopls/internal/server: store vulncheck prompt preference by Ethan Lee · 3 months ago
  72. 24c2d6d go/analysis,gopls: update two modernizes' URLs by Lin Lin · 9 weeks ago
  73. 61da5cd internal/astutil: return enclosing node when selection contains no nodes by Hongxiang Jiang · 9 weeks ago
  74. 454a5c0 gopls/internal/server: disable TestCheckGoModDeps for js and wasm by Ethan Lee · 9 weeks ago
  75. acdd27b gopls/internal/analysis/modernize: fix URL by Kir Kolyshkin · 9 weeks ago
  76. 95246c4 go/analysis/passes/modernize: rangeint: result vars are implicit uses by Alan Donovan · 9 weeks ago
  77. 6c613c8 gopls/internal/cache/parsego: construct File.Cursor lazily by Alan Donovan · 9 weeks ago
  78. 60782aa internal: fix unused errors reported by ineffassign by Lin Lin · 9 weeks ago
  79. 3f45d3b internal/stdlib: update stdlib index for Go 1.26 Release Candidate 1 by Michael Anthony Knyszek · 9 weeks ago
  80. 5a815de go/types/internal/play: show astutil.Select results too by Alan Donovan · 9 weeks ago
  81. 7f7199c gopls/internal/protocol: patch RenameParams to extend PositionParams by Hongxiang Jiang · 9 weeks ago
  82. 1fe6e2b gopls/internal/server: modify checkGoModDeps condition by Ethan Lee · 9 weeks ago
  83. 995ffe4 gopls/internal/golang: implement type definition for builtin types by Madeline Kalil · 10 weeks ago
  84. 1d652d9 gopls/internal/test/marker: add optional error to typedef marker by Hongxiang Jiang · 2 months ago
  85. dcf2e8d gopls/internal/server: support type def with selected range by Hongxiang Jiang · 3 months ago
  86. 54e2c60 gopls/internal/cache: avoid unnecessary mod tidy invalidation by Pontus Leitzler · 9 weeks ago
  87. 29e97f8 gopls/internal/marker: make checkDiffs less fragile by Peter Weinberger · 3 months ago
  88. 1f3446a gopls/go.mod: update dependencies following the v0.21.0 release by Gopher Robot · 10 weeks ago
  89. f719e32 gopls/internal/server: consolidate showMessageRequest in prompt.go by Ethan Lee · 3 months ago
  90. 01fd755 gopls/internal/server: trigger vulncheck prompt for go.mod changes by Ethan Lee · 3 months ago
  91. 00b22d9 gopls/internal/golang: add support for variadic functions and constructors in generated tests by Ilya Ilyinykh · 2 months ago v0.40.0
  92. 36bb345 go.mod: update golang.org/x dependencies by Gopher Robot · 2 months ago
  93. 748477b all: fix function name mismatch in updateBasicLitPos comment by cuishuang · 2 months ago
  94. ebdeef3 gopls/doc/release/v0.21.0.md: update relnotes for RC2 by Alan Donovan · 2 months ago
  95. e5a0863 go/analysis/passes/modernize: disable reflecttypefor modernizer for unnamed struct/interface by Madeline Kalil · 3 months ago
  96. e2dd416 go/analysis/unitchecker: write fixed files to an archive by Alan Donovan · 4 months ago
  97. 9119255 go/analysis/passes/modernize: fix stringscut false positives by Madeline Kalil · 3 months ago
  98. 880ed70 gopls/internal/golang: add util function NarrowestDeclaringPackage by Hongxiang Jiang · 3 months ago
  99. 8e819d2 internal/refactor/inline: built-ins may affect inference by Alan Donovan · 3 months ago
  100. 61df39e go/ast/astutil: update BasicLit.ValueEnd if present by Alan Donovan · 3 months ago