| Age | Commit message (Expand) | Author |
| 2026-02-03 | internal/testenv: exclude GOMAXPROCS when building test programmakepkg | Shulhan |
| 2026-02-03 | all: prealloc slice with possible minimum capabilities | Shulhan |
| 2026-02-03 | internal/poll: readWriteUnlock should destroy fd when no remaining references | qmuntal |
| 2026-02-02 | go/types, types2: add missing Named.unpack call in Checker.hasVarSize | Mark Freeman |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2026-02-02 | internal/poll: move buffer pinning inside execIO | qmuntal |
| 2026-02-02 | internal/poll: consolidate cancelIO logic into waitIO | qmuntal |
| 2026-01-28 | cmd/compile, simd: capture VAES instructions and fix AVX512VAES feature | Junyang Shao |
| 2026-01-27 | internal/runtime/gc/scan: include package in expandAVX512 symbol names | Michael Pratt |
| 2026-01-27 | go/types, types2: add check for map value completeness in IndexExpr | Mark Freeman |
| 2026-01-27 | go/types, types2: replace pendingType with completion check | Mark Freeman |
| 2026-01-26 | internal/reflectlite: remove unused code | khr@golang.org |
| 2026-01-23 | internal/buildcfg: disable sizespecializedmalloc by default | Michael Anthony Knyszek |
| 2026-01-22 | go/types, types2: remove support for gotypesalias GODEBUG flag | Robert Griesemer |
| 2026-01-22 | internal/runtime: remove math.Mul64 | Gavin Lam |
| 2026-01-21 | go/types, types2: better error when selecting field on type rather than value | Robert Griesemer |
| 2026-01-21 | internal/goversion: update Version to 1.27 | Carlos Amedee |
| 2026-01-15 | go/types,cmd/compile/internal/types2: better diagnostic for type shadowing | Alan Donovan |
| 2026-01-15 | net/url: add urlmaxqueryparams GODEBUG to limit the number of query parameters | Damien Neil |
| 2026-01-13 | simd/archsimd: 128- and 256-bit FMA operations do not require AVX-512 | Austin Clements |
| 2026-01-08 | internal/types: add test for cycles in value context | Mark Freeman |
| 2025-12-29 | internal/coverage/decodemeta: correct wording in unknown version error | jjpinto |
| 2025-12-18 | internal/cpu: repair VNNI feature check | David Chase |
| 2025-12-11 | internal/trace: correctly handle GoUndetermined for GoroutineSummary | Michael Anthony Knyszek |
| 2025-12-11 | lib/fips140: freeze v1.1.0-rc1 FIPS 140 module zip file | Filippo Valsorda |
| 2025-12-10 | runtime: VZEROUPPER at the end of FilterNilAVX512 | Cherry Mui |
| 2025-12-09 | go/types, types2: add check for finite size at value observance | Mark Freeman |
| 2025-12-08 | internal/trace: skip tests for alloc/free experiment by default | Michael Anthony Knyszek |
| 2025-12-05 | crypto/subtle: add speculation barrier after DIT | Roland Shoemaker |
| 2025-12-05 | internal/runtime/maps: clarify probeSeq doc comment | Nick Ripley |
| 2025-12-01 | internal/runtime/cgroup: remove duplicate readString definition | Michael Pratt |
| 2025-12-01 | internal/runtime/cgroup: lineReader fuzz test | 胡玮文 |
| 2025-11-26 | internal/runtime/cgroup: stricter unescapePath | 胡玮文 |
| 2025-11-26 | internal/runtime/cgroup: fix path on non-root mount point | 胡玮文 |
| 2025-11-26 | internal/runtime/cgroup: simplify escapePath in test | 胡玮文 |
| 2025-11-26 | cmd/link, runtime, debug/gosym: move pclntab magic to internal/abi | Ian Lance Taylor |
| 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/secret: implement new secret package | Daniel Morsing |
| 2025-11-26 | os,internal/syscall/windows: support O_* flags in Root.OpenFile | qmuntal |
| 2025-11-26 | os,internal/poll: don't call IsNonblock for consoles and Stdin | qmuntal |
| 2025-11-26 | internal/trace: support event constructor for testing | Felix Geisendörfer |
| 2025-11-25 | crypto/tls: add SecP256r1/SecP384r1MLKEM1024 hybrid post-quantum key exchanges | Filippo Valsorda |
| 2025-11-25 | internal/strconv: add testbase tests | Russ Cox |
| 2025-11-25 | internal/strconv: delete ftoaryu | Russ Cox |
| 2025-11-25 | strconv: replace Ryu ftoa with Dragonbox | Taichi Maeda |
| 2025-11-25 | internal/runtime/cgroup: allow more tests to run on all OSes | 胡玮文 |
| 2025-11-25 | internal/poll: replace t.Sub(time.Now()) with time.Until in test | guoguangwu |
| 2025-11-24 | runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks | David Finkel |
| 2025-11-24 | [dev.simd] all: merge master (02d1f3a) into dev.simd | Cherry Mui |