| Age | Commit message (Expand) | Author |
| 2025-11-26 | go/types, types2: remove setDefType and most def plumbing | Mark Freeman |
| 2025-11-26 | go/types, types2: replace setDefType with pending type check | Mark Freeman |
| 2025-11-26 | crypto,testing/cryptotest: ignore random io.Reader params, add SetGlobalRandom | Filippo Valsorda |
| 2025-11-26 | runtime: update mkmalloc to make generated code look nicer | matloob |
| 2025-11-26 | runtime/secret: implement new secret package | Daniel Morsing |
| 2025-11-26 | go/build/constraint: use strings.Builder instead of for { str+=str } | Alan Donovan |
| 2025-11-26 | go/types: relax NewSignatureType for append(slice, str...) | Alan Donovan |
| 2025-11-26 | crypto/tls: support crypto.MessageSigner private keys | Filippo Valsorda |
| 2025-11-26 | cmd/compile: fix bloop get name logic | Junyang Shao |
| 2025-11-26 | cmd/go: remove experiment checks for compile -c | matloob |
| 2025-11-26 | doc/next: document broken freebsd/riscv64 port | Dmitri Shuralyov |
| 2025-11-26 | cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd | Cherry Mui |
| 2025-11-26 | crypto/fips140: add WithoutEnforcement | Daniel Morsing |
| 2025-11-26 | crypto/x509: add ExtKeyUsage.OID method | Roland Shoemaker |
| 2025-11-26 | cmd/go: limit total compile -c backend concurrency using a pool | Michael Matloob |
| 2025-11-26 | cmd/compile: handle loops better during stack allocation of slices | Keith Randall |
| 2025-11-26 | go/types, types2: improve printing of []*operand lists (debugging support) | Robert Griesemer |
| 2025-11-26 | runtime: merge all the linux 32 and 64 bits files into one for each | Jorropo |
| 2025-11-26 | testing: fix bloop doc | Junyang Shao |
| 2025-11-26 | os,internal/syscall/windows: support O_* flags in Root.OpenFile | qmuntal |
| 2025-11-26 | cmd/internal/obj/loong64: add {,x}vmadd series instructions support | Guoqi Chen |
| 2025-11-26 | cmd/internal/obj/loong64: add aliases to 32-bit arithmetic instructions | Xiaolin Zhao |
| 2025-11-26 | cmd/compile: add tests bruteforcing limit complement | Jorropo |
| 2025-11-26 | os,internal/poll: don't call IsNonblock for consoles and Stdin | qmuntal |
| 2025-11-26 | crypto/internal/fips140/aes: optimize ctrBlocks8Asm on amd64 | Boris Nagaev |
| 2025-11-26 | cmd/compile: add tests bruteforcing limit negation and improve limit addition | Jorropo |
| 2025-11-26 | cmd/compile,internal/bytealg: add MemEq intrinsic for runtime.memequal | Alexander Musman |
| 2025-11-26 | cmd/go: remove final references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/toolchain: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/modget: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/load: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/go/internal/modcmd: remove references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-26 | cmd/compile: adjust start heap size | David Chase |
| 2025-11-26 | internal/trace: support event constructor for testing | Felix Geisendörfer |
| 2025-11-25 | runtime: panic if cleanup function closes over cleanup pointer | Ian Lance Taylor |
| 2025-11-25 | runtime: panic on AddCleanup with self pointer | Ian Lance Taylor |
| 2025-11-25 | cmd/go/internal/modfetch: remove references to Fetcher_ in test file | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modload: replace references to modfetch.Fetcher_ | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modcmd: inject modfetch.Fetcher_ into DownloadModule | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modload: inject modfetch.Fetcher_ into commitRequirements | Ian Alexander |
| 2025-11-25 | cmd/go/internal/modfetch: inject Fetcher_ into TidyGoSum | Ian Alexander |
| 2025-11-25 | crypto/internal/fips140/aes/gcm: add more GCM nonce modes | Filippo Valsorda |
| 2025-11-25 | crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchanges | Filippo Valsorda |
| 2025-11-25 | cmd/internal/obj/loong64: add {,X}V{ADD,SUB}W{EV,OD}.{H.B,W.H,D.W,Q.D}{,U} in... | Guoqi Chen |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> float conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add int -> fp conversions | Junyang Shao |
| 2025-11-25 | [dev.simd] simd, cmd/compile: add float -> int conversions | Junyang Shao |
| 2025-11-25 | cmd/go/internal/modfetch: move global goSum to Fetcher_ | Ian Alexander |
| 2025-11-25 | cmd/go: remove fips140 dependency on global Fetcher_ | Ian Alexander |
| 2025-11-25 | internal/strconv: add testbase tests | Russ Cox |