| Age | Commit message (Expand) | Author |
| 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 |
| 2025-11-24 | Revert "[dev.simd] internal/runtime/gc: add simd package based greentea kernels" | Cherry Mui |
| 2025-11-21 | [dev.simd] internal/runtime/gc: add simd package based greentea kernels | Junyang Shao |
| 2025-11-21 | internal/runtime/gc/scan: add AVX512 impl of filterNil. | Junyang Shao |
| 2025-11-21 | internal/strconv: go fmt | Michael Pratt |
| 2025-11-21 | internal/trace: go fmt | Michael Pratt |
| 2025-11-20 | [dev.simd] all: merge master (ca37d24) into dev.simd | Cherry Mui |
| 2025-11-20 | spec: adjust rule for type parameter on RHS of alias declaration | Robert Griesemer |
| 2025-11-19 | go/types, types2: fix object path for grouped declaration statements | Mark Freeman |
| 2025-11-17 | cmd/internal/sys,internal/goarch,runtime: enable the use of compressed instru... | Joel Sing |
| 2025-11-17 | internal/runtime/maps: update doc for table.Clear | Jes Cok |
| 2025-11-14 | std: fix printf("%q", int) mistakes | Alan Donovan |
| 2025-11-14 | runtime: set GOEXPERIMENT=runtimefreegc to disabled by default | thepudds |
| 2025-11-14 | cmd/compile: allow multi-field structs to be stored directly in interfaces | Keith Randall |
| 2025-11-14 | internal/runtime/cgobench: add Go function call benchmark for comparison | Michael Anthony Knyszek |
| 2025-11-13 | cmd/trace: annotation proc start/stop with thread and proc always | Michael Anthony Knyszek |
| 2025-11-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 2025-11-13 | runtime: prefer to restart Ps on the same M after STW | Michael Pratt |
| 2025-11-13 | spec: remove cycle restriction for type parameters | Robert Griesemer |
| 2025-11-12 | internal/abi: correctly describe result in Name.Name doc comment | Ian Lance Taylor |
| 2025-11-12 | net/url: disallow raw IPv6 addresses in host | Sean Liao |
| 2025-11-11 | std,cmd: go fix -any std cmd | Alan Donovan |
| 2025-11-11 | internal/trace/testtrace: fix flag name typos | Michael Pratt |
| 2025-11-10 | go/types, types2: first argument to append must never be be nil | Robert Griesemer |
| 2025-11-10 | internal/trace: add "command" to convert text traces to raw | Michael Pratt |
| 2025-11-10 | internal/runtime/sys,math/bits: eliminate bounds checks on len8tab | Joel Sing |
| 2025-11-05 | internal/chacha8rand: replace VORV with instruction VMOVQ on loong64 | Guoqi Chen |
| 2025-11-04 | os: ignore O_TRUNC errors on named pipes and terminal devices on Windows | qmuntal |
| 2025-11-04 | internal/syscall/windows: fix ReOpenFile sentinel error value | qmuntal |