| Age | Commit message (Expand) | Author |
| 8 days | [release-branch.go1.26] internal/syscall/unix: properly support AT_SYMLINK_NO... | Damien Neil |
| 2026-03-20 | [release-branch.go1.26] internal/poll: move rsan to heap on windows | database64128 |
| 2026-03-20 | [release-branch.go1.26] runtime/poll: fix race condition in Window's SendFile | qmuntal |
| 2026-03-19 | [release-branch.go1.26] net: correctly handle non-nil empty cmsg buffer on wi... | database64128 |
| 2026-03-05 | [release-branch.go1.26] html/template: properly escape URLs in meta content a... | Roland Shoemaker |
| 2026-02-27 | [release-branch.go1.26] os: avoid escape from Root via ReadDir or Readdir | Damien Neil |
| 2026-02-20 | [release-branch.go1.26] internal/syscall/windows: correct some enums and sysc... | Michal Pristas |
| 2026-02-18 | [release-branch.go1.26] os: support deleting inaccessible files in RemoveAll | Michal Pristas |
| 2026-02-03 | [release-branch.go1.26] internal/poll: readWriteUnlock should destroy fd when... | qmuntal |
| 2026-01-28 | [release-branch.go1.26] cmd/compile, simd: capture VAES instructions and fix ... | Junyang Shao |
| 2026-01-23 | [release-branch.go1.26] internal/buildcfg: disable sizespecializedmalloc by d... | Michael Anthony Knyszek |
| 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 |
| 2025-11-24 | [dev.simd] internal/buildcfg: don't enable SIMD experiment by default | Cherry Mui |
| 2025-11-24 | cmd/compile, internal/buildcfg: enable regABI on s390x, and add s390x | Srinivas Pokala |
| 2025-11-24 | internal/bytealg: port bytealg functions to reg ABI on s390x | Srinivas Pokala |
| 2025-11-24 | internal/runtime/syscall: Syscall changes for s390x regabi | Srinivas Pokala |
| 2025-11-24 | internal/abi: define s390x ABI constants | Srinivas Pokala |
| 2025-11-24 | [dev.simd] all: merge master (8dd5b13) into dev.simd | Cherry Mui |