| Age | Commit message (Expand) | Author |
| 2026-02-28 | runtime/cgo: add abi_riscv64.h for callee-saved register macros | George Adams |
| 2026-02-27 | runtime: unified the calculate for max objects per span | Tony |
| 2026-02-27 | runtime/cgo: avoid unused parameter warning | Tamir Duberstein |
| 2026-02-27 | runtime: on android/arm64, don't read outside 16-byte regions | Keith Randall |
| 2026-02-27 | runtime: do signal stack clearing when parking Ms | Daniel Morsing |
| 2026-02-26 | runtime: fix scan size calculation for small arrays of only pointers | Wang Deyu |
| 2026-02-24 | internal/cpu: use IsProcessorFeaturePresent to calculate ARM64 on windows | Alex Brainman |
| 2026-02-24 | runtime: simplify pprof labels in tracebacks | David Finkel |
| 2026-02-24 | os/signal: completely ignore bogus signals | Michael Pratt |
| 2026-02-23 | runtime/cgo: fix setg_gcc call on aix/ppc64 | qmuntal |
| 2026-02-23 | runtime: printquoted: fix decoderune call | David Finkel |
| 2026-02-23 | runtime: printquoted: preserve bytes of invalid UTF-8 encodings | David Finkel |
| 2026-02-23 | runtime: remove write barriers from traceRegionAlloc | Nick Ripley |
| 2026-02-21 | runtime/secret: run crash tests under memory validating modes | Daniel Morsing |
| 2026-02-19 | runtime/cgo: remove unnecessary ARM_TP_ADDRESS check on FreeBSD | qmuntal |
| 2026-02-18 | runtime/cgo: deduplicate Android's fatalf | qmuntal |
| 2026-02-18 | runtime/cgo: use pthreads to get stack bound on Solaris | qmuntal |
| 2026-02-18 | runtime/cgo: rename and update ppc64x and s390x croscall1 functions | qmuntal |
| 2026-02-18 | runtime: update comments about known g offsets | Michael Anthony Knyszek |
| 2026-02-18 | runtime: tell the race detector about synchronization on mainInitDone | Cherry Mui |
| 2026-02-17 | runtime/cgo: remove clang mmap bug workaround | qmuntal |
| 2026-02-17 | all: use LF line ending for C files | Cherry Mui |
| 2026-02-13 | runtime: delete deadcode in mheap | Tony Tang |
| 2026-02-13 | runtime/cgo: deduplicate x_cgo_init and crosscall1 | qmuntal |
| 2026-02-13 | runtime/cgo: deduplicate pthreads-related functions | qmuntal |
| 2026-02-12 | cmd/link: handle runtime.type based on size, not GOOS | Ian Lance Taylor |
| 2026-02-11 | runtime: conservatively scan extended register state | Alexander Musman |
| 2026-02-10 | cmd/compile, runtime: set alignment of type descriptors | Ian Lance Taylor |
| 2026-02-10 | runtime: put a bool in front of initialization-done channel | Ian Lance Taylor |
| 2026-02-09 | runtime/pprof: fix missing Profile docs | Austin Clements |
| 2026-02-09 | runtime: add race instrumentation for moduleToTypelinksLock | chressie |
| 2026-02-07 | runtime: use unsafe.Slice in itabInit | Ian Lance Taylor |
| 2026-02-07 | internal/abi, runtime: put type descriptor sizes in internal/abi | Ian Lance Taylor |
| 2026-02-06 | runtime: simplify the implementation of walltime and nanotime1 on loong64 | Guoqi Chen |
| 2026-02-06 | cmd/link: use correct alignment for type descriptors on AIX | Ian Lance Taylor |
| 2026-02-06 | runtime: add explicit lower bounds check to decoderune | Jonah Uellenberg |
| 2026-02-06 | runtime: clarify g object vs stack memory lifetime in HACKING.md | kovan |
| 2026-02-04 | reflect, runtime: adjust user-created GCData on AIX | Ian Lance Taylor |
| 2026-02-02 | internal/maps,cmd/compile/internal/walk: replace calls to mapaccess1* with ma... | ArsenySamoylov |
| 2026-01-30 | runtime: delete unused parameter of userForced | Tony Tang |
| 2026-01-30 | runtime: align end of systemstack_switch prologue on amd64 for consistency wi... | Vasily Leonenko |
| 2026-01-30 | all: switch linux-ppc64 target to ELFv2 ABI | Paul Murphy |
| 2026-01-29 | runtime: use smaller max align for arm32 | Keith Randall |
| 2026-01-29 | runtime, cmd/link: store type descriptor length, not end | Ian Lance Taylor |
| 2026-01-28 | runtime/metrics: fix panic in Read with empty slice | Amol Yadav |
| 2026-01-27 | cmd/link, runtime: remove typelinks | Ian Lance Taylor |
| 2026-01-27 | runtime: rename aeshashbody to runtime.aeshashbody | Michael Pratt |
| 2026-01-27 | cmd/compile, runtime: avoid improper control transfer instruction hints on ri... | wangboyao |
| 2026-01-23 | cmd/compile: use equality signatures in hash function generation | Keith Randall |
| 2026-01-23 | runtime: speed up cheaprand and cheaprand64 | Gavin Lam |