| Age | Commit message (Expand) | Author |
| 2025-09-09 | crypto/rsa: check PrivateKey.D for consistency with Dp and Dq | Filippo Valsorda |
| 2025-09-09 | crypto/rsa: check for post-Precompute changes in Validate | Filippo Valsorda |
| 2025-09-09 | crypto/ecdsa: deprecate direct use of big.Int fields in keys | Filippo Valsorda |
| 2025-09-04 | log/slog: add multiple handlers support for logger | Jes Cok |
| 2025-09-03 | net/netip: export Prefix.Compare, fix ordering | database64128 |
| 2025-08-29 | os,syscall: pass file flags to CreateFile on Windows | qmuntal |
| 2025-08-23 | net/http/httptest: redirect example.com requests to server | Sean Liao |
| 2025-08-11 | database/sql: allow drivers to override Scan behavior | Jack Christensen |
| 2025-08-11 | net: context aware Dialer.Dial functions | Michael Fraenkel |
| 2025-07-23 | doc/next: initialize | Michael Anthony Knyszek |
| 2025-05-29 | doc/next: delete | Gopher Robot |
| 2025-05-27 | go/ast: deprecate FilterPackage, PackageExports, MergePackageFiles | Alan Donovan |
| 2025-05-23 | doc/next: add crudely processed todos | David Chase |
| 2025-05-21 | runtime/trace: add the flight recorder | Carlos Amedee |
| 2025-05-21 | crypto,hash: add and implement hash.Cloner | Filippo Valsorda |
| 2025-05-21 | doc: refer to SHAKE in #69518 release note | Filippo Valsorda |
| 2025-05-21 | testing: add Attr | Damien Neil |
| 2025-05-21 | crypto/x509: use truncated SHA-256 for SubjectKeyId | Filippo Valsorda |
| 2025-05-21 | crypto/tls: disable SHA-1 signature algorithms in TLS 1.2 | Filippo Valsorda |
| 2025-05-21 | hash: add XOF interface | qiulaidongfeng |
| 2025-05-21 | crypto/ecdsa: add low-level encoding functions for keys | Filippo Valsorda |
| 2025-05-21 | net/http: add CrossOriginProtection | Filippo Valsorda |
| 2025-05-21 | crypto/tls: have servers prefer TLS 1.3 when supported | Daniel McCarney |
| 2025-05-21 | crypto/tls: add GetEncryptedClientHelloKeys | Roland Shoemaker |
| 2025-05-21 | os: add Root.ReadFile and Root.WriteFile | Damien Neil |
| 2025-05-21 | log/slog: add GroupAttrs | Sean Liao |
| 2025-05-21 | runtime: use cgroup CPU limit to set GOMAXPROCS | Michael Pratt |
| 2025-05-21 | os: add Root.MkdirAll | Damien Neil |
| 2025-05-21 | os: add Root.RemoveAll | Damien Neil |
| 2025-05-20 | testing/synctest: add Test | Damien Neil |
| 2025-05-20 | reflect: add TypeAssert[T] | Mateusz Poliwczak |
| 2025-05-20 | doc: add release notes for cleanups and the unique package | Michael Anthony Knyszek |
| 2025-05-19 | go/token: add FileSet.AddExistingFiles | Alan Donovan |
| 2025-05-19 | go/ast: add PreorderStack, a variant of Inspect that builds a stack | Alan Donovan |
| 2025-05-13 | testing: add Output | suntala |
| 2025-05-13 | Revert "testing: add Output" | Jonathan Amsterdam |
| 2025-05-13 | testing: add Output | suntala |
| 2025-05-08 | crypto,crypto/x509: implement MessageSigner | Roland Shoemaker |
| 2025-05-07 | runtime: remove GODEBUG=runtimecontentionstacks | Rhys Hiltner |
| 2025-05-06 | log/slog: export Source method in Record for custom handler support | Ernesto Alejandro Santana Hidalgo |
| 2025-05-05 | net,os: support converting between *os.File and net.Conn on Windows | qmuntal |
| 2025-04-30 | net: support IPv6 addresses in ListenMulticastUDP on Windows | qmuntal |
| 2025-04-18 | regexp/syntax: recognize category aliases like \p{Letter} | Russ Cox |
| 2025-04-18 | unicode: add CategoryAliases, Cn, LC | Russ Cox |
| 2025-04-07 | doc/next: fix link | Brad Fitzpatrick |
| 2025-04-04 | os: support overlapped IO with NewFile | qmuntal |
| 2025-04-04 | sync: add WaitGroup.Go | qiulaidongfeng |
| 2025-04-03 | api: move go1.25 to next/70250 | Alan Donovan |
| 2025-03-31 | os,internal/poll: support I/O on overlapped handles not added to the poller | qmuntal |
| 2025-03-28 | os: add Root.Symlink | Damien Neil |