| Age | Commit message (Expand) | Author |
| 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 |
| 2025-09-25 | lib/fips140: re-seal v1.0.0 | Filippo Valsorda |
| 2025-09-25 | [dev.simd] all: merge master (d70ad4e) into dev.simd | Cherry Mui |
| 2025-09-23 | runtime: add specialized malloc functions for sizes up to 512 bytes | Michael Matloob |
| 2025-09-23 | reflect: allocate memory in TypeAssert[I] only when the assertion succeeds | Mateusz Poliwczak |
| 2025-09-23 | go/types,types2: allow new(expr) | Alan Donovan |
| 2025-09-23 | [dev.simd] all: merge master (9b2d39b) into dev.simd | Cherry Mui |
| 2025-09-16 | internal/buildcfg: enable randomizedHeapBase64 by default | Roland Shoemaker |
| 2025-09-16 | [dev.simd] all: merge master (ca0e035) into dev.simd | Cherry Mui |
| 2025-09-15 | all: replace strings.Split with strings.SplitSeq | 1911860538 |
| 2025-09-15 | all: remove redundant words in comment | cuishuang |
| 2025-09-15 | internal/syscall/unix: add KernelVersionGE | Kir Kolyshkin |
| 2025-09-12 | runtime: move Windows types and consts to internal/runtime/syscall/windows | qmuntal |
| 2025-09-12 | vendor: update x/tools to 3adf0e9, and other repos | Alan Donovan |
| 2025-09-12 | internal/goexperiment: add a sizespecializedmalloc goexperiment setting | Michael Matloob |
| 2025-09-12 | internal/testenv: update Builder docs with LUCI builder names | Michael Anthony Knyszek |
| 2025-09-12 | net,internal/poll: skip TestAllocs when race is enabled on Windows | qmuntal |