1. f80f3ff gopls/internal/protocol: add Mapper.{Pos,Node]Text helpers by Alan Donovan · 2 days ago master
  2. ef3a8dc go/analysis/passes/unusedresult: add test by Alan Donovan · 2 days ago
  3. 661b815 go/analysis/passes/unusedresult: add slices, maps functions by Alan Donovan · 2 days ago
  4. dd6ec04 gopls/internal/settings: add maprange analyzer by Alan Donovan · 2 days ago
  5. 218e5f2 gopls/internal: handle errors, or document that we ignore them by Alan Donovan · 2 days ago
  6. cb264bf internal/mcp: clean up diagnostics from Google import by Rob Findley · 2 days ago
  7. c8e47eb internal/gofix: document batch fix commands by Alan Donovan · 2 days ago
  8. d3809ea internal/mcp: handle synthetic responses in conformance test by Jonathan Amsterdam · 3 days ago
  9. 147cb9c gopls/internal/analysis/modernize: minmax: put comments at proper positions by xieyuschen · 5 weeks ago
  10. 59198a1 internal/mcp: add resource conformance test by Jonathan Amsterdam · 4 days ago
  11. bef2d59 internal/golang: re-fix crash in definition of invalid "continue label" by Alan Donovan · 3 days ago
  12. ad22223 gopls/internal/golang: fix crash in definition of invalid "continue label" by Madeline Kalil · 12 days ago
  13. 2815c8b internal/tokeninternal: tag AddExistingFiles for go1.24 by Alan Donovan · 9 days ago
  14. 389a102 gopls/internal/telemetry/cmd/stacks: collect from go.dev frontend by Alan Donovan · 3 days ago
  15. 81de76b gopls/internal/analysis/modernize: fix bug in minmax analyzer that incorrectly handles nested if-else-if structures by cuishuang · 4 weeks ago
  16. 7610d95 go/analysis/passes/printf: refine diagnostic locations by Alan Donovan · 4 days ago
  17. c6e0ebc internal/mcp: run conformance tests on 1.24 with a GOEXPERIMENT setting by Jonathan Amsterdam · 4 days ago
  18. 53be3d4 internal/mcp/jsonschema: apply schema defaults to an instance by Jonathan Amsterdam · 6 days ago
  19. d12ca1c internal/mcp/jsonschema: remove shared structure from schema inference by Jonathan Amsterdam · 4 days ago
  20. de7968d internal/gofix: add -gofix.allow_binding_decl flag by Alan Donovan · 4 days ago
  21. 93f6460 internal/mcp: add iterator method for tools by Sam Thanawalla · 4 days ago
  22. 359ea3a internal/mcp: add JSON conformance tests, and fix some bugs by Rob Findley · 5 days ago
  23. 9233e12 gopls: update to staticcheck@master by Alan Donovan · 4 days ago
  24. 3eaf5e2 internal/mcp/jsonschema: validate defaults by Jonathan Amsterdam · 6 days ago
  25. 50c5c27 internal/mcp/jsonschema: check for structure separately by Jonathan Amsterdam · 6 days ago
  26. 4354923 internal/mcp: add pagination for prompts by Sam Thanawalla · 5 days ago
  27. 15e680e gopls/.../completion: unimported completion snippets by Peter Weinberger · 3 weeks ago
  28. cc4b6fe internal/mcp/jsonschema: generalize error wrapping by Jonathan Amsterdam · 6 days ago
  29. 82fa2c0 internal/mcp/jsonschema: clearer validations errors by Jonathan Amsterdam · 7 days ago
  30. 845000b internal/mcp: meta and progress token by Jonathan Amsterdam · 12 days ago
  31. 66fd759 internal/mcp: add pagination for resources by Sam Thanawalla · 9 days ago
  32. f8a56cc internal/jsonrpc2_v2: update for go1.16+ by Rob Findley · 5 days ago
  33. 14c014c internal/tokeninternal: optimize AddExistingFiles by Alan Donovan · 10 days ago
  34. 6d1bf3b internal/test/integration/bench: add second kubernetes benchmark by Alan Donovan · 9 days ago
  35. 866eb14 go/analysis/passes/printf: fix the issue where %#q/%#x/%#X recursion is not recognized by cuishuang · 8 days ago
  36. baa4e14 internal/modindex: tiny test improvement by Peter Weinberger · 8 days ago
  37. 1c017f1 internal/telemetry/cmd/stacks: support Delve by aarzilli · 9 days ago
  38. 2391123 internal/mcp: treat zero struct fields generously by Jonathan Amsterdam · 9 days ago
  39. 08af7d4 all: fix some function names and typos in comment by cuishuang · 10 days ago
  40. 60df06f internal/mcp: add pagination for tools by Sam Thanawalla · 11 days ago
  41. f5ea575 go/ssa/interp: use slices.Equal to simplify code by cuishuang · 10 days ago
  42. 6e44d1e internal/mcp: future-proof prompt handling by Jonathan Amsterdam · 13 days ago
  43. 4d4fb92 internal/mcp: implement logging by Jonathan Amsterdam · 3 weeks ago
  44. 66d4add internal/gocommand: re-disable flaky TestRmdirAfterGoList_Runner by Alan Donovan · 10 days ago
  45. ac05d44 jsonschema: package doc by Jonathan Amsterdam · 5 weeks ago
  46. 35a9265 jsonschema: add more schema fields by Jonathan Amsterdam · 5 weeks ago
  47. 95976d8 internal/mcp: construct README with weave by Jonathan Amsterdam · 2 weeks ago
  48. d5ec4a9 internal/mcp: add notifications by Jonathan Amsterdam · 2 weeks ago
  49. aebd3be gopls/internal/test/integration: simplify GoToDefinition by Alan Donovan · 11 days ago
  50. 423c5af gopls/internal/analysis/recursiveiter: set Diagnostic.End by Alan Donovan · 11 days ago
  51. dc34568 gopls/internal/test/integration/completion: relax expectations by Alan Donovan · 12 days ago
  52. 87749a7 all: fix typos by Rob Findley · 11 days ago
  53. edbd9df jsonschema: dynamic references by Jonathan Amsterdam · 5 weeks ago
  54. 9460f2f gopls/internal/analysis/recursiveiter: report inefficient recursion by Alan Donovan · 12 days ago
  55. 150502a internal/mcp: keep an ordered list of feature keys by Sam Thanawalla · 13 days ago
  56. 10eb2f3 gopls/internal/mcp: add location info to mcp tool input arg by Hongxiang Jiang · 2 weeks ago
  57. a2c2a72 internal/tokeninternal: avoid use of AddExistingFiles, for now by Rob Findley · 12 days ago
  58. b62c6c1 internal/mcp: remove misplaced TODO comment by Rob Findley · 13 days ago
  59. babda13 gopls: update to github.com/dominikh/go-tools@v0.6.1 by Alan Donovan · 13 days ago
  60. 87f67c8 gopls/internal/debug: display Session.View.Folder.Options by Alan Donovan · 13 days ago
  61. 19c36ab internal/tokeninternal: use go1.25's FileSet.AddExistingFiles by Alan Donovan · 3 weeks ago
  62. 77de774 gopls/internal/golang: modify extract behavior for error handling returns by Madeline Kalil · 5 weeks ago
  63. 6202e58 internal/mcp: generate method names by Jonathan Amsterdam · 2 weeks ago
  64. 86158bd internal/mcp: sampling by Jonathan Amsterdam · 2 weeks ago
  65. db456f9 internal/mcp: client middleware by Jonathan Amsterdam · 2 weeks ago
  66. 8edad1e internal/mcp: add the FileResourceHandler method by Jonathan Amsterdam · 3 weeks ago
  67. 7ae2e5c gopls/internal/golang: implement "inline local variable" code action by Alan Donovan · 2 weeks ago
  68. d71c72f gopls/internal/analysis/modernize: bloop: document deoptimization by Alan Donovan · 2 weeks ago
  69. b8ee9f1 gopls/internal/test/marker: add mcp tools action marker by Hongxiang Jiang · 3 weeks ago
  70. c5e4271 internal/mcp: dispatcher middleware by Jonathan Amsterdam · 2 weeks ago
  71. 5a46e4d gopls/internal/analysis/modernize/slicesdelete: convert index type if needed by xieyuschen · 2 weeks ago
  72. c460ea9 gopls/internal/analysis/modernize: disable slicesdelete pass by Alan Donovan · 2 weeks ago
  73. 2263a61 gopls/internal/test/marker: add a folding ranges test case by xieyuschen · 2 weeks ago
  74. 5c7400c gopls/internal/cache/parsego: use PreorderStack by Alan Donovan · 3 weeks ago
  75. bc8c84c gopls/internal/golang: AddTest: fix types.Package.Path nil panic by Alan Donovan · 2 weeks ago
  76. b37bd0b internal/typesinternal: add go1.23 methods to NamedOrAlias by Alan Donovan · 3 weeks ago
  77. c6b2a9c internal/typesinternal: add TypeNameFor helper by Alan Donovan · 3 weeks ago
  78. ec0dab2 internal/mcp/design: sync with public design by Rob Findley · 2 weeks ago
  79. b1e5d85 internal/gocommand: move and reenable TestRmdirAfterGoList by Alan Donovan · 2 weeks ago
  80. 78956f9 internal/mcp/design: yet more cleanup; define the Roots iterator by Rob Findley · 2 weeks ago
  81. 6731e88 internal/diff/lcs: fix flaky test by Peter Weinberger · 3 weeks ago
  82. 07c24ad internal/mcp: update README by Rob Findley · 3 weeks ago
  83. 279ce35 internal/mcp/design: further clean-up by Rob Findley · 3 weeks ago
  84. 0c0d330 internal/diff/lcs: log pseudorandom seeds so failures can be repro'd by Alan Donovan · 3 weeks ago
  85. 04dca59 internal/mcp: hide CancelledParams by Rob Findley · 3 weeks ago
  86. 3c52d1f internal/mcp: reinstate ClientSession by Rob Findley · 3 weeks ago
  87. 3e37703 internal/refactor/inline: report when a "binding decl" was inserted by Alan Donovan · 3 weeks ago
  88. d2ad3e0 internal/astutil/cursor: delete shims for old Cursor by Alan Donovan · 3 weeks ago
  89. 84fa02a x/tools: gofix -fix -test ./... by Alan Donovan · 3 weeks ago
  90. 43dd712 gopls/internal/protocol: make FoldingRange fields optional by Alan Donovan · 3 weeks ago
  91. baeb0da cmd/deadcode: respect unused symbols inside all loaded modules by xieyuschen · 3 weeks ago
  92. fdae66b internal/mcp: design.md: polishing by Jonathan Amsterdam · 3 weeks ago
  93. 5eb0d1f internal/mcp: fix typos by Sam Thanawalla · 3 weeks ago
  94. ad2312c internal/mcp: design.md: link to spec change by Jonathan Amsterdam · 3 weeks ago
  95. cb65fbb internal/mcp: rename LocalTransport->InMemoryTransport, and document by Rob Findley · 3 weeks ago
  96. 9a093bc internal/mcp: rename ServerConnection->ServerSession by Rob Findley · 3 weeks ago
  97. c905b91 internal/mcp: design.md: clarify backward compatibility guarantee by Jonathan Amsterdam · 3 weeks ago
  98. 274b895 internal/mcp: resource tweaks by Jonathan Amsterdam · 3 weeks ago
  99. 283948d internal/mcp: document iterators by Sam Thanawalla · 3 weeks ago
  100. cd1dd28 internal/mcp: use RawMessage for tool args by Jonathan Amsterdam · 3 weeks ago