1. 9e18529 gopls/internal/test/integration/fake: don't poll after a workspace edit by David du Colombier · 10 weeks ago master
  2. 2543006 go/gcexportdata: update package docs + minor tweaks by Alan Donovan · 3 days ago
  3. 7c2cac4 gopls/internal/golang/completion: handle new(expr) by Peter Weinberger · 9 days ago
  4. 28649ea go/analysis/passes/modernize: elide redundant clone in appendclipped by Vladislav Bulgakov · 4 days ago
  5. 332fd4c gopls/internal/protocol: trace error messages by Peter Weinberger · 11 days ago
  6. 4d65dec gopls/internal/cache: tolerate missing nodes in reachability analysis by Peter Weinberger · 2 days ago
  7. 664b13f internal/refactor/inline: guard against non-ellipsis by Peter Weinberger · 11 days ago
  8. 567ef61 go/analysis/passes/modernize: testingcontext - skip deferred calls by Madeline Kalil · 11 days ago
  9. 2b98ca4 gopls/internal/cache/parsego: simplify pos computation in parseStmt by Peter Weinberger · 10 days ago
  10. a6b840d go/ssa: distinguish goto from continue for range-over-func by Li Jie · 3 days ago
  11. f938040 go/ssa: canonicalize selection types before the isParameterized check by hw · 3 days ago
  12. 7940781 gopls/internal/util/typesutil: clarify TypesWithContext by Alan Donovan · 6 weeks ago
  13. dd632b8 go/analysis/unitchecker: remove export data framing by Alan Donovan · 3 days ago
  14. 89ed5c3 internal/gcimporter: support V5 unified encoding (method indices) by Alan Donovan · 4 days ago
  15. ebbc713 internal/imports: don't let stdlib shadow existing imports by Peter Weinberger · 4 days ago
  16. 95d04c7 gopls/internal/test/integration: fix TestSimplifyCompositeLitDiagnostic by Madeline Kalil · 4 days ago
  17. 2be7206 go/analysis/passes/modernize: embedlit - report diagnostic for each unnecessary field type by Madeline Kalil · 5 days ago
  18. d5766cd gopls/internal/server: add counter for Emacs lsp-mode client by Alan Donovan · 4 days ago
  19. ca24818 go/analysis/passes/modernize: slicesbackward - don't use keywords by Madeline Kalil · 5 days ago
  20. fe441ef go/analysis/unitchecker: export type information by Alan Donovan · 8 days ago
  21. ec45d42 go/ast/astutil,internal/imports: simplify updateBasicLitPos by Vladislav Bulgakov · 5 days ago
  22. 992526c gopls: support assembly References for labels and asm-only symbols by Groot Guo · 6 days ago
  23. bd9e305 go/ssa: propagate receiver instantiation to nested functions by ZhouGuangyuan · 10 days ago
  24. fff160b cmd/goimports: use filepath.WalkDir instead of filepath.Walk by 唐木 稜生 · 3 weeks ago
  25. e37dd98 go/analysis/passes/modernize: support {strings,bytes}.CutLast in stringscut by EyJunge1 · 8 days ago
  26. 2e92293 go/callgraph/rta: skip generic methods in addRuntimeType by Timo Furrer · 2 weeks ago
  27. 8471f95 go/analysis/unitchecker: suppress "vet: " error prefix by Alan Donovan · 9 days ago
  28. 4fd8718 gopls/internal/util/morestrings: use strings.CutLast instead by Alan Donovan · 11 days ago
  29. b3a0e3b gopls/internal: use generic methods in some places by Alan Donovan · 11 days ago
  30. ca210e8 gopls/internal: run go fix by Alan Donovan · 11 days ago
  31. a06d97c gopls: update to go1.27.0 by Alan Donovan · 11 days ago
  32. 67d616c go/ssa: Give real types to ssa.RangeIter and ssa.DeferStack by Alex Putman · 9 days ago
  33. eca294d gopls/internal/golang: reject inlining for modified variables by Peter Weinberger · 3 weeks ago
  34. 8d57844 internal/modindex: memoize the index parsed by Read by Ruslan Semagin · 2 weeks ago
  35. e2ef89b go/analysis/passes/fieldalignment: change default threshold to 0 by Melnikov Denis · 5 weeks ago
  36. d6ea9c7 x/tools: assert that *types.Signature is non-nil by Alan Donovan · 11 days ago
  37. f3edfb5 copyright: parse file headers only by Alan Donovan · 11 days ago
  38. b73c0de go/analysis/passes/printf: reject %d of pointer or chan by Alan Donovan · 9 weeks ago
  39. 1abeae3 gopls/internal/analysis/ptrtoerror: do not offer a fix for a generic type by nnnkkk7 · 10 days ago
  40. d40fc7d go/analysis/passes/modernize: embedlit: check index paths by Madeline Kalil · 12 days ago
  41. c61c622 go/analysis/passes/modernize: ignore comments in embedlit's comma check by nnnkkk7 · 12 days ago
  42. 9e75161 gopls/go.mod: update staticcheck to 2026.2.1 (v0.8.1) by Alan Donovan · 11 days ago
  43. cb89f0c gopls/internal/test/marker: do not use go list ... in module mode by qiulaidongfeng · 3 weeks ago
  44. a2f4879 go/ssa: Add testing helper for function instructions. by Alex Putman · 2 weeks ago
  45. eae1b3d gopls/internal/golang: MoveDeclaration - find move target based on cursor by Madeline Kalil · 3 weeks ago
  46. a8baf13 gopls/internal/lsprpc: increase timeout in TestClientLoggingV2 by Peter Weinberger · 2 weeks ago
  47. 85b0fd4 gopls/internal/test/integration: remove CleanModCache. by Peter Weinberger · 5 weeks ago
  48. 8f0f8c7 internal/gcimporter: fix panic writing export data by Peter Weinberger · 3 weeks ago
  49. ed9ed91 gopls/internal/golang: align move decl form field id by Hongxiang Jiang · 2 weeks ago
  50. 0f93463 go/analysis/passes/unusedresult: don't report calls in b.Loop bodies by Saleh · 2 weeks ago
  51. c62e535 go/analysis/passes/modernize: avoid breaking unkeyed struct literals by cuishuang · 4 weeks ago
  52. 892f374 go/analysis/passes/modernize: preserve timer calls on unrelated benchmarks by cuishuang · 4 weeks ago
  53. 1d8da57 all: upgrade go directive to at least 1.26.0 [generated] by Gopher Robot · 2 weeks ago
  54. 3adb118 go/analysis/passes/modernize: preserve evaluation effects in slicessort by cuishuang · 4 weeks ago
  55. b4f533f gopls/cache/parsego: fix pos computation by Peter Weinberger · 5 weeks ago
  56. 327af06 gopls/internal/util/asm: preserve offsets in CRLF files by racequite · 5 weeks ago
  57. 4cfed61 refactor/satisfy: fix panic on invalid types by Peter Weinberger · 4 weeks ago
  58. d68c529 refactor/satisfy: fix crash in rename by Peter Weinberger · 4 weeks ago
  59. e19e218 go/analysis/passes/modernize: avoid changing assignment-form slicesbackward loops by cuishuang · 4 weeks ago
  60. 8e9d77a go/analysis: avoid panics on multi-valued call arguments by cuishuang · 4 weeks ago
  61. 7aff9f3 internal/stdlib: update stdlib index for Go 1.27 Release Candidate 3 by Gopher Robot · 3 weeks ago
  62. 3c18a2d internal/imports: read the module index only where it is used by Brad Moylan · 4 weeks ago
  63. 18332fe go.mod: update golang.org/x dependencies by Gopher Robot · 3 weeks ago v0.49.0
  64. a5c4651 gopls/internal/protocol/command: fix struct field name in comment by cuishuang · 6 weeks ago
  65. 7d08a06 present, cmd/present, cmd/present2md: document lack of security hardening by Damien Neil · 4 weeks ago
  66. e8a4348 refactor/satisfy: fix "the the" typo by Sanghyuk Jung · 5 weeks ago
  67. 54624f9 internal/typesinternal: suppress jsonv2 warning by Madeline Kalil · 4 weeks ago
  68. c117dde gopls/internal/golang: normalize instantiated fields before rename by cuishuang · 6 weeks ago
  69. b5b860c gopls/internal/mcp: report one-based reference line numbers by cuishuang · 6 weeks ago
  70. bf54bcd gopls/internal/golang/completion: avoid SEGV from double deslicing by Peter Weinberger · 5 weeks ago
  71. 4b32d66 refactor/satisfy/find.go: fix panic on type errors by Peter Weinberger · 5 weeks ago
  72. e6da7e4 gopls/internal/protocol/semtok: instructions for modifier/type changes by Hongxiang Jiang · 4 weeks ago
  73. da22a7b gopls/internal/golang/definition: find the right unsafe by Peter Weinberger · 5 weeks ago
  74. 952c3dc cmd/present: fix obsolete flag in security warning by cuishuang · 6 weeks ago
  75. 1f62bc85 present: validate background directive arguments by cuishuang · 6 weeks ago
  76. 3081d33 present: correct documented time for dates by cuishuang · 6 weeks ago
  77. 4e39c5f gopls/internal/test/integration/fake: integrate module cache by Peter Weinberger · 6 weeks ago
  78. d5b12d7 gopls: add assembly DocumentHighlight, fix label scoping by Groot Guo · 6 weeks ago
  79. 940d126 gopls/internal/analysis/fillswitch: add missing fmt import by cuishuang · 6 weeks ago
  80. f579934 go/analysis/passes/modernize: fix stditerators example by cuishuang · 6 weeks ago
  81. 63ec6f9 go/analysis/passes/modernize: add slicesclip analyzer by Mehdi Bounya · 6 weeks ago
  82. e46644d gopls/internal/golang/completion: handle aliased func types in literal completion by Javier · 7 weeks ago
  83. 95e150c go/analysis/passes/printf: stop reporting trailing newlines in Println by cuishuang · 6 weeks ago
  84. c2f2d83 go/types/typeutil: normalize instantiated callees by Karthik Bhat Adyathimar · 6 weeks ago
  85. ff1f5aba gopls/test/completion: fix reported bug in collectCompletions by Peter Weinberger · 6 weeks ago
  86. 56e88b2 gopls/internal/analysis/unusedfunc: use non-heuristic std check by Alan Donovan · 6 weeks ago
  87. 0ccfe93 go/analysis/passes/modernize: document 'go fix' command by Alan Donovan · 7 weeks ago
  88. 776a9a2 go/analysis/passes/fieldalignment: add more information to output by Melnikov Denis · 7 weeks ago
  89. 55fcfca go/analysis/passes/modernize: fix stringsseq panic by Madeline Kalil · 6 weeks ago
  90. 86ff45d gopls/test/completion: construct index explicitly by Peter Weinberger · 6 weeks ago
  91. a3907ad go/loader: add concurrenc control by Peter Weinberger · 6 weeks ago
  92. 1523a2a go/analysis/analysistest: enable sanity-checking of fact encoding by Alan Donovan · 6 weeks ago
  93. 6696fb1 go/types/internal/play: show Cursor path by Alan Donovan · 3 months ago
  94. b85ca07 internal/refactor/inline: make fact encoding deterministic by Mehdi Bounya · 7 weeks ago
  95. 1b7563a tools/go/analysis/passes/composite: fix test fail because flag.Flag new field by qiulaidongfeng · 6 weeks ago
  96. cc39f94 gopls/internal/analysis/fillswitch: support renamed package imports by cuishuang · 7 weeks ago
  97. 345e24c gopls/internal/cmd: use localhost:0 to avoid port race by Hongxiang Jiang · 7 weeks ago
  98. 749de1f go/analysis/suite/vet: add sqlrowserr, scannererr analyzers by Alan Donovan · 6 weeks ago
  99. 4b383f6 internal/typesinternal: add TupleOf helper by Alan Donovan · 6 weeks ago
  100. ab304e8 gopls/internal/analysis/simplifycompositelit: preserve comments in fixes by cuishuang · 7 weeks ago