| Age | Commit message (Expand) | Author |
| 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 |
| 2025-11-04 | internal/strconv: handle %f with fixedFtoa when possible | Russ Cox |
| 2025-11-03 | internal/strconv: extract fixed-precision ftoa from ftoaryu.go | Russ Cox |
| 2025-11-03 | internal/strconv: add tests and benchmarks for ftoaFixed | Russ Cox |
| 2025-11-03 | internal/strconv: fix pow10 off-by-one in exponent result | Russ Cox |
| 2025-11-03 | runtime: avoid append in printint, printuint | Russ Cox |
| 2025-11-03 | cmd/go: link to go.dev/doc/godebug for removed GODEBUG settings | Mateusz Poliwczak |
| 2025-11-03 | internal/runtime/cgobench: add cgo callback benchmark | Michael Anthony Knyszek |
| 2025-11-03 | internal/profile: optimize Parse allocs | Maxim Merzhanov |
| 2025-11-01 | runtime: prevent time.Timer.Reset(0) from deadlocking testing/synctest tests | Nicholas S. Husin |
| 2025-10-30 | strconv: delete divmod1e9 | Russ Cox |
| 2025-10-30 | strconv: remove arch-specific decision in formatBase10 | Russ Cox |
| 2025-10-30 | strconv: remove hand-written divide on 32-bit systems | Russ Cox |
| 2025-10-29 | go/types, types: proceed with correct (invalid) type in case of a selector error | Robert Griesemer |
| 2025-10-29 | strconv: remove &0xFF trick in formatBase10 | Russ Cox |
| 2025-10-29 | runtime: use internal/strconv | Russ Cox |
| 2025-10-29 | internal/itoa, internal/runtime/strconv: delete | Russ Cox |