| Age | Commit message (Expand) | Author |
| 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 |
| 2025-10-29 | strconv: move all but Quote to internal/strconv | Russ Cox |
| 2025-10-28 | internal/runtime/gc/scan: avoid memory destination on VPCOMPRESSQ | Michael Pratt |
| 2025-10-27 | cmd/link: internal linking support for windows/arm64 | qmuntal |
| 2025-10-27 | internal/runtime/gc/scan: correct size class size check | Michael Pratt |
| 2025-10-26 | runtime: add GOEXPERIMENT=runtimefree | thepudds |
| 2025-10-26 | internal/chacha8rand: provide vector implementation for riscv64 | Meng Zhuo |
| 2025-10-24 | runtime: use 32-bit hash for maps on Wasm | Cherry Mui |
| 2025-10-24 | [dev.simd] simd: added String() method to SIMD vectors. | David Chase |
| 2025-10-23 | internal/goroot: replace HasPrefix+TrimPrefix with CutPrefix | cuishuang |
| 2025-10-21 | go/types, types2: only report version errors if new(expr) is ok otherwise | Robert Griesemer |
| 2025-10-21 | runtime,syscall: implement and use syscalln on darwin | qmuntal |
| 2025-10-21 | os: support deleting read-only files in RemoveAll on older Windows versions | qmuntal |
| 2025-10-20 | runtime/trace: dump test traces on validation failure | Michael Anthony Knyszek |
| 2025-10-17 | all: remove unnecessary loop variable copies in tests | Tobias Klauser |
| 2025-10-17 | all: correct name for comments | Jes Cok |
| 2025-10-16 | go/types, types2: change and enforce lifecycle of Named.fromRHS and Named.und... | Mark Freeman |
| 2025-10-13 | go/types, types2: permit type cycles through type parameter lists | Robert Griesemer |
| 2025-10-13 | all: replace calls to errors.As with errors.AsType | Julien Cretel |
| 2025-10-09 | internal/buildcfg: enable greenteagc experiment for loong64 | WANG Xuerui |
| 2025-10-07 | net/http: add httpcookiemaxnum GODEBUG option to limit number of cookies parsed | Nicholas Husin |
| 2025-10-06 | internal/goexperiment: remove the synctest GOEXPERIMENT | Mateusz Poliwczak |
| 2025-10-06 | internal/buildcfg: enable greenteagc experiment by default | Michael Anthony Knyszek |
| 2025-10-03 | internal/buildcfg: enable specializedmalloc experiment | Michael Matloob |
| 2025-10-03 | [dev.simd] all: merge master (adce7f1) into dev.simd | Cherry Mui |
| 2025-10-02 | runtime,net/http/pprof: goroutine leak detection by using the garbage collector | Vlad Saioc |
| 2025-09-30 | [dev.simd] cmd/compile, simd: add AES instructions | Junyang Shao |
| 2025-09-30 | cmd/compile, runtime: always enable Wasm signext and satconv features | Cherry Mui |
| 2025-09-30 | internal/poll: remove operation fields from FD | qmuntal |
| 2025-09-29 | internal/poll: pass the I/O mode instead of an overlapped object in execIO | qmuntal |
| 2025-09-29 | internal/poll: remove buf field from operation | qmuntal |
| 2025-09-29 | internal/syscall/windows: regenerate GetFileSizeEx | qmuntal |
| 2025-09-27 | all: fix typos | AN Long |
| 2025-09-26 | internal/poll: simplify WriteMsg and ReadMsg on Windows | qmuntal |
| 2025-09-26 | internal/poll: don't call SetFilePointerEx in Seek for overlapped handles | qmuntal |