| Age | Commit message (Expand) | Author |
| 17 hours | all: prealloc slice with possible minimum capabilities | Shulhan |
| 39 hours | runtime/pprof: using buffer writer instead of original writer | Weixie Cui |
| 5 days | runtime: fix AIX library initialization | qmuntal |
| 8 days | runtime: remove gopanicFP field from panic record | Keith Randall |
| 8 days | runtime: save and restore fcsr0 registers in async preempt on loong64 | Guoqi Chen |
| 9 days | runtime: fix timespec definition on 32bits systems | Jorropo |
| 12 days | runtime: add sysUnreserve to undo sysReserve | Michael Pratt |
| 12 days | runtime: clarify sysFree documentation | Michael Pratt |
| 12 days | all: add export linknames for assembly symbols accessed from other package | Cherry Mui |
| 13 days | runtime: use asmcgocall_no_g in libInit | Michael Pratt |
| 13 days | runtime: mention linknamestd in HACKING.md | Cherry Mui |
| 13 days | runtime: rename _mkmalloc's module to avoid GOROOT conflict | Michael Matloob |
| 14 days | runtime/secret: replace stub reference in test assembly | Cherry Mui |
| 14 days | cmd/compile, cmd/link: add linknamestd directive for std-only linknames | Cherry Mui |
| 2026-03-31 | runtime/cgo: remove SIGSEGV emulation on iOS | qmuntal |
| 2026-03-31 | runtime: unix: sane exit in dieFromSignal for pid 1 | Kir Kolyshkin |
| 2026-03-31 | cmd/link, runtime: record size of itabs | Ian Lance Taylor |
| 2026-03-30 | runtime/race: allow TestOutput output in either order | Michael Pratt |
| 2026-03-30 | runtime/cgo: remove unused _cgo_openbsd_try_pthread_create prototype | Tobias Klauser |
| 2026-03-28 | runtime: remove redundant fields from memory profile records | Nick Ripley |
| 2026-03-27 | runtime/race: use subtests for TestOutput | Michael Pratt |
| 2026-03-26 | reflect, runtime: replace reflect.typelinks to return types, not offsets | Ian Lance Taylor |
| 2026-03-26 | runtime: truncate trace strings before inserting into trace map | Tobias Grieger |
| 2026-03-26 | runtime, cmd/link: remove itablinks | Ian Lance Taylor |
| 2026-03-26 | runtime: std FDs are always opened, not only when AT_SECURE is set | Mateusz Poliwczak |
| 2026-03-25 | runtime: use uname version check for 64-bit time on 32-bit arch codepaths | Brad Fitzpatrick |
| 2026-03-24 | runtime: zero-extend Windows error code in syscall_syscalln | Christian Hoeppner |
| 2026-03-24 | internal/runtime/maps: add GOEXPERIMENT=mapsplitgroup for KKKKVVVV slot order | Jake Bailey |
| 2026-03-24 | cmd/link: raise minimum windows version to 10 | Jason A. Donenfeld |
| 2026-03-24 | runtime: return the error code as a return value in syscallN_trampoline | qmuntal |
| 2026-03-23 | runtime/race: apply LLVM zero-initialization fix | Michael Pratt |
| 2026-03-20 | Revert "runtime, cmd/compile: use preemptible memclr for large pointer-free c... | Michael Pratt |
| 2026-03-20 | Revert "runtime: fix memclrNoHeapPointersPreemptible" | Michael Pratt |
| 2026-03-18 | syscall: remove the 42 args limit in SyscallN | qmuntal |
| 2026-03-18 | runtime: return the error code as a return value in asmstdcall | qmuntal |
| 2026-03-18 | runtime,runtime/cgo: do cgo thread initialization in Go on Windows | qmuntal |
| 2026-03-18 | runtime: implement part of library initialization in Go | qmuntal |
| 2026-03-18 | runtime: make asmcgocall more robust to missing G | qmuntal |
| 2026-03-17 | runtime: fix memclrNoHeapPointersPreemptible | Keith Randall |
| 2026-03-11 | runtime/cgo: clarify pinning requirement in Handle example | kovan |
| 2026-03-10 | syscall,runtime/cgo: use cgo_ldflag to link against -lsocket and -lxnet on So... | qmuntal |
| 2026-03-10 | runtime: GODEBUG=tracebacklabels=1 for 1.27+ | David Finkel |
| 2026-03-06 | runtime: when panicking, skip ahead to previous panic | Keith Randall |
| 2026-03-05 | html/template: properly escape URLs in meta content attributes | Roland Shoemaker |
| 2026-03-04 | runtime, cmd/compile: use preemptible memclr for large pointer-free clears | “Muhammad |
| 2026-03-04 | runtime: fix value of ENOSYS on mips from 38 to 89 | Jorropo |
| 2026-03-02 | runtime: fix printfloat, printcomplex buffer sizes | Michael Pratt |
| 2026-03-02 | runtime: skip futex_time64 and timer_settime64 on 32-bit Android | dyhkwong |
| 2026-02-28 | runtime/cgo: build with C compiler option -std=gnu90 | Ian Lance Taylor |
| 2026-02-28 | test: skip TestScanAllocIssue77573 with asan mode | Wang Deyu |