| Age | Commit message (Expand) | Author |
| 2026-03-18 | runtime: implement part of library initialization in Go | qmuntal |
| 2025-10-30 | runtime: delete timediv | Russ Cox |
| 2025-05-19 | runtime: rename ncpu to numCPUStartup | Michael Pratt |
| 2025-04-25 | runtime: don't read /dev/random on Plan 9 | David du Colombier |
| 2025-04-08 | runtime: use internal/byteorder | apocelipes |
| 2025-04-07 | runtime: protect plan9 time_now function with !faketime build tag | Richard Miller |
| 2025-04-03 | runtime: cleanup M vgetrandom state before dropping P | Michael Pratt |
| 2025-03-31 | runtime: fix plan9 monotonic time, crypto randomness | Russ Cox |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-05-12 | os, runtime: remove unused implementations of os.sigpipe | Ian Lance Taylor |
| 2023-03-21 | runtime: reuse freed memory blocks on wasm | Achille Roussel |
| 2022-10-18 | runtime: always keep global reference to mp until mexit completes | Michael Pratt |
| 2022-10-12 | runtime: add safe arena support to the runtime | Michael Anthony Knyszek |
| 2022-08-02 | runtime: trivial replacements of g in remaining files | Michael Pratt |
| 2022-08-02 | runtime: trivial replacements of _g_ in os files | Michael Pratt |
| 2022-08-02 | runtime: clean up canpanic | Michael Pratt |
| 2022-07-04 | runtime: pass correct string to exits on Plan 9 | Ori Bernstein |
| 2022-05-13 | runtime: tweak js and plan9 to avoid/disable write barrier & gc problems | David Chase |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2021-05-20 | [dev.typeparams] runtime: use internal/abi.FuncPCABI0 for sigtramp PC on Plan 9 | Cherry Mui |
| 2021-03-30 | runtime: init plan9 hashkey by time | Meng Zhuo |
| 2021-02-19 | runtime: clean up system calls during cgo callback init | Russ Cox |
| 2021-01-18 | runtime: free Windows event handles after last lock is dropped | Jason A. Donenfeld |
| 2020-12-23 | runtime: linux iscgo support for not blocking nptl signals | Andrew G. Morgan |
| 2020-10-28 | runtime: block signals in needm before allocating M | Ian Lance Taylor |
| 2020-09-18 | runtime/debug: provide Addr method for errors from SetPanicOnFault | Keith Randall |
| 2020-08-17 | runtime: replace index and contains with bytealg calls | Austin Clements |
| 2020-06-19 | runtime, syscall: use local cache for Setenv/Getenv in Plan 9 | Richard Miller |
| 2020-05-18 | runtime: don't enable notes (=signals) too early in Plan 9 | Richard Miller |
| 2019-11-02 | runtime: use signals to preempt Gs for suspendG | Austin Clements |
| 2019-09-04 | runtime: wrap nanotime, walltime, and write | Austin Clements |
| 2019-03-18 | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall |
| 2018-08-22 | runtime: replace calls to hasprefix with hasPrefix | Martin Möhrmann |
| 2018-04-30 | runtime: perform crashes outside systemstack | Elias Naur |
| 2018-04-30 | runtime,cmd/ld: on darwin, create theads using libc | Keith Randall |
| 2018-02-13 | runtime: remove unused memlimit function | Austin Clements |
| 2017-10-11 | runtime: make it possible to exit Go-created threads | Austin Clements |
| 2017-09-27 | syscall: make Exit call runtime.exit | Alex Brainman |
| 2017-06-14 | runtime, syscall: reset signal handlers to default in child | Ian Lance Taylor |
| 2016-11-12 | net: implement asynchonous cancelable I/O on Plan 9 | David du Colombier |
| 2016-10-25 | runtime, syscall: appease vet | Josh Bleecher Snyder |
| 2016-09-28 | runtime: minor simplifications to signal code | Ian Lance Taylor |
| 2016-09-06 | runtime: fetch physical page size from the OS | Austin Clements |
| 2016-05-06 | os: rename remaining four os1_*.go files to os_*.go | Brad Fitzpatrick |
| 2016-05-06 | runtime: delete empty files | Brad Fitzpatrick |
| 2016-05-06 | runtime: merge the last four os-vs-os1 files together | Brad Fitzpatrick |
| 2016-03-07 | runtime: signal handling support for plan9_arm | Richard Miller |
| 2016-03-01 | all: make copyright headers consistent with one space after period | Brad Fitzpatrick |