1. 19f8047 all: update to x/net@5e11a5ab891c by Nicholas S. Husin · 4 hours ago master
  2. 0b54a75 encoding/json/v2: support `format` tag option behind goexperiment by Joe Tsai · 4 days ago
  3. d5d2bde encoding/json/jsontext: document underlying data storage of Token by Joe Tsai · 3 days ago
  4. f2a4319 encoding/json/jsontext: use custom wrapper type for Token accessor errors by Joe Tsai · 3 days ago
  5. 1bd98fa crypto/internal/fips140/drbg: fix Wasm stub by Filippo Valsorda · 10 hours ago
  6. 6f19c3b cmd/compile: add missing bound checks when handle zero-sized values by Cuong Manh Le · 14 hours ago
  7. e929fb7 index/suffixarray: protect against another data corruption by Robert Griesemer · 7 days ago
  8. 2098279 index/suffixarray: report error rather than panic for corrupted data by Robert Griesemer · 7 days ago
  9. 4e4b780 cmd/compile/internal/noder: hoist up generic methods assertion by Mark Freeman · 29 hours ago
  10. f6664a0 cmd/dist: inline matchexpr into its only caller by Dmitri Shuralyov · 30 hours ago
  11. e1dff0e cmd/dist: use go/build/constraint to parse build constraints by Dmitri Shuralyov · 30 hours ago
  12. ba02236 cmd/dist: add a 'gccgo && gc || gc' build constraint testcase by Dmitri Shuralyov · 30 hours ago
  13. 2868672 cmd/compile: resync regmask refactoring change by Junyang Shao · 3 days ago
  14. 1901161 cmd/compile: refactor regMask for more registers by Junyang Shao · 1 year, 3 months ago
  15. 8594bf46 runtime/,internal/runtime/maps: move hashing function implemented in GOASM to maps package by ArsenySamoylov · 11 days ago
  16. 464dc3f encoding/json/jsontext: report errors for numeric Token accessors by Joe Tsai · 6 days ago
  17. f1bc06b encoding/json: document Unmarshal behavior of JSON arrays into non-empty Go slices by Joe Tsai · 5 days ago
  18. 0af7dbf sync/atomic: document why not Int16 by Alan Donovan · 3 weeks ago
  19. 891f4a8 reflect: Value.Methods should panic at nil interface value by Weixie Cui · 11 days ago
  20. c5b8752 debug/pe: should check return of r.ReadAt at NewFile by Weixie Cui · 11 days ago
  21. 3fdac67 cmd/compile: add math.{Ceil,Trunc,Floor,RoundToEven} intrinsics on loong64 by Guoqi Chen · 12 days ago
  22. 4e07833 all: fix a lot of spelling mistakes by cuishuang · 2 weeks ago
  23. b1772ba cmd/compile: fix type reshaping for nested instantiations by Cuong Manh Le · 3 weeks ago
  24. deaf3e6 cmd/compile: use HasPointers in memcombine to match write barrier check by Jelle van den Hooff · 3 months ago
  25. 7bb9bc6 encoding/json/jsontext: expand signature of AppendFormat by Joe Tsai · 5 days ago
  26. 60a809d encoding/json/internal/jsonwire: remove generic implementations by Joe Tsai · 5 days ago
  27. cb39d7a net: clarify documentation for Dialer.FallbackDelay by Basavaraj PB · 8 weeks ago
  28. 10b5bac crypto/tls: skip unsupported ECH config versions by Daniel McCarney · 7 days ago
  29. be9da6c cmd/compile/internal/ssa: limit call stack use in known bits by Daniel Morsing · 12 days ago
  30. 914b632 cmd/compile/internal/types: don't change outer formatting mode when recursing by Weixie Cui · 10 days ago
  31. c4a8f71 cmd/internal/obj/s390x: typo by Weixie Cui · 10 days ago
  32. bb1dde2 cmd/compile: remove deadcode by Weixie Cui · 11 days ago
  33. d9a6e74 reflect: fix nil array pointer caused panic by Weixie Cui · 11 days ago
  34. 5756e85 encoding/json: fix typos in documentation by Joe Tsai · 5 days ago
  35. 7912a25 cmd/asm, cmd/internal/obj/arm64: make addr the last op in SVE stores by Junyang Shao · 5 days ago
  36. f512621 cmd/go: document input formats for edit -go / -toolchain by Sean Liao · 3 weeks ago
  37. 2aa62e3 cmd/go/internal/list: disallow empty string arg by Sean Liao · 3 weeks ago
  38. da6a4cd cmd/compile: teach deadstore about moves by Keith Randall · 7 days ago
  39. 4aa6dad cmd/internal/obj/s390x: add VSTRL instruction by kmvijay · 7 weeks ago
  40. e7679df cmd/go/internal/workcmd: fix typo by Weixie Cui · 11 days ago
  41. b163a59 crypto/tls: clean up and regenerate client recorded test handshakes by Filippo Valsorda · 3 weeks ago
  42. 1023dc1 crypto/tls: clean up and regenerate server recorded test handshakes by Filippo Valsorda · 4 weeks ago
  43. 6baecf3 crypto/tls: make tests use SetGlobalRandom by Filippo Valsorda · 4 weeks ago
  44. fbab18c crypto/tls: fix error handling in recorded test connections by Filippo Valsorda · 4 weeks ago
  45. bb416f5 runtime: disable CgoCallbackX15 test on freebsd+race by Keith Randall · 5 days ago
  46. 87fe5fafb cmd/compile: use GOEXPERIMENT from environment for generic methods by Cherry Mui · 5 days ago
  47. 5732f4b net/http: disable some flaky HTTP/3 tests by Nicholas S. Husin · 5 days ago
  48. 23eac3d cmd/go/internal/vcs: stop making network connections in test by Michael Matloob · 5 days ago
  49. 70e521b cmd/link: avoid a copy in Mach-O CodeSign by Cherry Mui · 5 weeks ago
  50. fdd5927 test: use goexperiment.genericmethods for tests by Mark Freeman · 5 days ago
  51. aa62c18 internal/goexperiment: put generic methods behind GOEXPERIMENT by Mark Freeman · 5 days ago
  52. 17bd5ab syscall: copy only read bytes in js/wasm by iamrajiv · 3 weeks ago
  53. 0e9a844 cmd/go: set a http user agent by Sean Liao · 2 weeks ago
  54. d8cab4c cmd/compile, go/types: disable constant string size check by Cherry Mui · 6 days ago
  55. cbaecb2 cmd/link: make -f flag actually ignore version mismatch by Cherry Mui · 11 days ago
  56. 8191cd8 cmd/go: loosen go work sync version requirements by Michael Matloob · 5 weeks ago
  57. a221442 cmd/go: add go1.24 requirement when running go get with tools by Olivier Mengué · 6 weeks ago
  58. 60eb90e encoding/json/jsontext: add TODO about removing Internal symbol by Joe Tsai · 7 days ago
  59. f2ec125 html/template: fix escaping of URLs in meta content attributes by Neal Patel · 13 days ago
  60. 76c2c9b crypto/sha3: ensure unwrapped *sha3.Digest are usable by Neal Patel · 3 months ago
  61. 79b47a7 crypto/mlkem: enrich the DecapsulationKey768|1024 doc comments by Neal Patel · 4 weeks ago
  62. f0f2768 crypto/fips140: add package docs by Filippo Valsorda · 7 days ago
  63. 5bb6d16 os/signal: add Notify windows documentation by Alex Brainman · 9 days ago
  64. a63b23f html/template: fix escaper bypass by treating empty script type as JavaScript by Neal Patel · 8 days ago
  65. 2c59389 net/mail: fix quadratic consumePhrase behavior by Neal Patel · 7 days ago
  66. a3f569a net/http: resolve data race in TestMaxBytesHandler by Nicholas S. Husin · 8 days ago
  67. f939153 database/sql: prioritize closingMutex.Lock over RLock when no rlocks by Damien Neil · 7 days ago
  68. b8e0cb8 cmd/compile: consolidate size limits by Cherry Mui · 7 days ago
  69. 343fbe2 cmd/compile: eliminate impossible type assertions in generic functions by Jake Bailey · 8 months ago
  70. 58968c7 crypto/internal/rand: avoid MaybeReadByte non-determinism with SetGlobalRandom by Filippo Valsorda · 4 weeks ago
  71. da36c0e crypto/tls: delete orphaned test transcripts by Filippo Valsorda · 4 weeks ago
  72. 3103a23 crypto/tls: wrap ML-KEM hybrids in fips140.WithoutEnforcement by Filippo Valsorda · 6 weeks ago
  73. 8b2f069 crypto/internal/cryptotest: add RerunWithFIPS140Enabled/Enforced by Filippo Valsorda · 6 weeks ago
  74. 10434cb crypto/tls: switch FIPS 140-3 tests to new certificates by Filippo Valsorda · 6 weeks ago
  75. 37b75cc6 crypto/tls: generate test certificates by Filippo Valsorda · 6 weeks ago
  76. 3ac09d0 cmd/go/internal/fips140: verify zip hash before unzipping by Filippo Valsorda · 11 days ago
  77. d876fda crypto/internal/fips140/mldsa: add accumulated field functions test by Filippo Valsorda · 4 weeks ago
  78. e22e20a lib/fips140: add certified pointing to v1.0.0-c2097c7c by Filippo Valsorda · 8 days ago
  79. d0aedae lib/fips140: update inprocess to v1.26.0 by Filippo Valsorda · 8 days ago
  80. 7dcde17 crypto: typo by Weixie Cui · 7 days ago
  81. 65d5c5f net/http: resolve data race in TestTransportReadToEndReusesConn by Nicholas S. Husin · 8 days ago
  82. 5fb2392 go/types, types2: add missing state for assertion by Mark Freeman · 2 weeks ago
  83. 6795bb3 net/http/httputil: reencode queries with many parameters in proxy by Damien Neil · 11 days ago
  84. 1f5c165 cmd/compile: support optimizing switch statements with fallthroughs to lookup tables by qmuntal · 4 weeks ago
  85. d79a007 go/ast: incr i after i == 0 check by Weixie Cui · 11 days ago
  86. 1d23a4c runtime: tweak outdated comment in cgocallback for amd64 by Nick Ripley · 8 days ago
  87. efa1eec net/http: re-enable HTTP/3 tests by Nicholas S. Husin · 3 weeks ago
  88. 85f838f cmd/internal/obj, cmd/compile: refactor encoding arm64 RegisterArrangement by Alexander Musman · 6 months ago
  89. 5e45c1d crypto/internal/fips140: handle static assembly symbols correctly in FIPS check by limeidan · 3 weeks ago
  90. 879b659 cmd/compiler,internal/runtime/atomic: optimize Store{64,32,8} on loong64 by Guoqi Chen · 3 weeks ago
  91. ca10097 cmd/asm, cmd/internal/obj: add riscv64 pseudo CSR ops by Mark Ryan · 1 year, 3 months ago
  92. 02b3e0d encoding/json/jsontext: add float32 support by Joe Tsai · 3 months ago
  93. 1225feb sync: document guidance on Cond.Broadcast regarding holding the lock by Joe Tsai · 9 weeks ago
  94. 52fd498 runtime: clear X15 before calling cgocallbackg by Michael Pratt · 11 days ago
  95. 9b3f3ad cmd/trace: rewrite unspecified address to localhost in URL by Michael Pratt · 11 days ago
  96. 9c0cb3c runtime: fix should not compare uint64 with zero by Weixie Cui · 11 days ago
  97. 02d1369 cmd/trace: listen on localhost when address omitted by Michael Pratt · 11 days ago
  98. 8288544 cmd/go: using cmdFlags instead run flags by Weixie Cui · 3 weeks ago
  99. 543703d cmd/compile: set the limit of string constants to 1 GiB by Cherry Mui · 2 weeks ago
  100. 33cf692 cmd/trace: fix off-by-one bug by Weixie Cui · 12 days ago