| Age | Commit message (Expand) | Author |
| 2025-03-18 | os: add Root.Chtimes | Damien Neil |
| 2025-03-18 | runtime, time: don't use monotonic clock inside synctest bubbles | Damien Neil |
| 2025-03-17 | internal/buildcfg: expand spinbitmutex platforms | Rhys Hiltner |
| 2025-03-17 | runtime: skip TestCgoCallbackPprof on platforms with broken profiling | Michael Pratt |
| 2025-03-14 | internal/runtime/atomic: add Xchg8 for s390x and wasm | Rhys Hiltner |
| 2025-03-14 | cmd/go: enable fuzz testing on OpenBSD | Maciej Żok |
| 2025-03-11 | internal/buildcfg: fix typo in DWARF 5 enabling code | Than McIntosh |
| 2025-03-11 | internal/cpu: use correct variable when parsing CPU features lamcas and lam_b... | Guoqi Chen |
| 2025-03-11 | internal/bytealg: optimize Count{,String} in loong64 | Guoqi Chen |
| 2025-03-11 | internal/buildcfg: enable DWARF version 5 by default | Than McIntosh |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-03-11 | cmd/go: allow symlinks of non-directory files in embed | Michael Matloob |
| 2025-03-11 | go/types, types2: report better error messages for make calls | Robert Griesemer |
| 2025-03-11 | go/types, types2: report better error messages for slice expressions | Robert Griesemer |
| 2025-03-10 | go/types, types2: better error messages for copy built-in | Robert Griesemer |
| 2025-03-10 | internal/runtime/atomic: updated go assembler comments | Prabhav Dogra |
| 2025-03-10 | internal/godebugs: add decoratemappings as an opaque godebug setting | Michael Pratt |
| 2025-03-06 | go/types, types2: use errorCause instead of reportf in comparableType | Robert Griesemer |
| 2025-03-06 | go/types, types2: better error messages for invalid calls | Robert Griesemer |
| 2025-03-06 | go/types, types2: factor out single commonUnder function | Robert Griesemer |
| 2025-03-04 | runtime: decorate anonymous memory mappings | Lénaïc Huard |
| 2025-03-03 | go/types, types2: remove remaining mentions of core type in error messages | Robert Griesemer |
| 2025-03-03 | go/types, types2: remove remaining references to coreType in literals.go | Robert Griesemer |
| 2025-03-03 | go/types, types2: remove most remaining references to coreType in builtin.go | Robert Griesemer |
| 2025-03-03 | go/types, types2: remove references to core type in append | Robert Griesemer |
| 2025-02-25 | all: use testenv.GoToolPath instead of hardcoding go | qmuntal |
| 2025-02-25 | all: gofmt -w | Jes Cok |
| 2025-02-25 | internal/abi: use arch family instead of arch string | Keith Randall |
| 2025-02-25 | go/types, types2: remove another coreType call in type checking range clause | Robert Griesemer |
| 2025-02-25 | go/types, types2: better error messages for calls | Robert Griesemer |
| 2025-02-25 | go/types, types2: better error messages for for-range clauses | Robert Griesemer |
| 2025-02-24 | all: use testenv.Executable instead of os.Executable and os.Args[0] | qmuntal |
| 2025-02-22 | internal/goexperiment: add a new experiment to gate DWARF version 5 | Than McIntosh |
| 2025-02-21 | internal/runtime/atomic: add Xchg8 for mipsx | Julian Zhu |
| 2025-02-21 | internal/bytealg: add assembly implementation of Count/CountString for mips64x | Julian Zhu |
| 2025-02-20 | internal/runtime/atomic: add Xchg8 for mips64x | Julian Zhu |
| 2025-02-20 | internal/bytealg: clean up and simplify the riscv64 equal implementation | Joel Sing |
| 2025-02-19 | all: implement plugin build mode for riscv64 | Meng Zhuo |
| 2025-02-19 | internal/runtime/atomic: add Xchg8 for riscv64 | Julian Zhu |
| 2025-02-19 | internal/poll: note that copy_file_range bug is fixed | Michael Pratt |
| 2025-02-19 | path/filepath: use RtlIsDosDeviceName_U to detect Windows devices | qmuntal |
| 2025-02-18 | all: use a more straightforward return value | cuishuang |
| 2025-02-16 | runtime/maps: fix typo in group.go comment (H1 -> H2) | Artyom Litovets |
| 2025-02-14 | internal/godebugs: add fips140 as an opaque godebug setting | Ian Lance Taylor |
| 2025-02-14 | internal/syscall/unix: correct fchmodat on openbsd | Joel Sing |
| 2025-02-14 | internal/syscall/unix: fix fchownat linkname for AIX & Solaris | Damien Neil |
| 2025-02-14 | internal/trace: emit sync event before deferred spilled error | Michael Anthony Knyszek |
| 2025-02-13 | os: add Root.Chown | Damien Neil |
| 2025-02-13 | go/types: propagate *ast.LabeledStmt in blockBranches properly | Mateusz Poliwczak |
| 2025-02-13 | internal/abi: remove go122 flag | Keith Randall |