| Age | Commit message (Expand) | Author |
| 2025-07-11 | runtime: gofmt after CL 643897 and CL 662455 | Tobias Klauser |
| 2025-05-19 | runtime: rename ncpu to numCPUStartup | Michael Pratt |
| 2025-04-03 | runtime: cleanup M vgetrandom state before dropping P | Michael Pratt |
| 2024-10-07 | runtime: use arc4random_buf() for readRandom | Filippo Valsorda |
| 2024-07-29 | cmd,log,net,runtime: simplify string prefix and suffix processing | apocelipes |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-09-06 | runtime: clear procid in unminit | Michael Pratt |
| 2023-08-16 | runtime: guard against runtime/sema* ops on Darwin signal stack. | David Chase |
| 2023-08-14 | runtime: profiling on Darwin cannot use blocking reads | David Chase |
| 2023-01-10 | cmd/link, runtime: Apple libc atfork workaround take 3 | Russ Cox |
| 2022-12-22 | runtime: revert Apple libc atfork workaround | Russ Cox |
| 2022-11-17 | runtime: work around Apple libc bugs to make exec stop hanging | Russ Cox |
| 2022-11-10 | runtime: retry thread creation on EAGAIN | Ian Lance Taylor |
| 2022-11-10 | runtime: consolidate some low-level error reporting | Ian Lance Taylor |
| 2022-10-26 | runtime: fix a few function names on comments | cui fliter |
| 2022-04-05 | all: separate doc comment from //go: directives | Russ Cox |
| 2022-02-15 | runtime, syscall: reimplement AllThreadsSyscall using only signals. | Michael Pratt |
| 2021-09-27 | runtime: allow per-OS changes to unix profiler | Rhys Hiltner |
| 2021-06-14 | [dev.typeparams] all: merge master (fdab5be) into dev.typeparams | Matthew Dempsky |
| 2021-06-11 | runtime: loop on EINTR in macOS sigNoteSleep | Ian Lance Taylor |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-04-26 | runtime: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang |
| 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-07 | internal/cpu: add darwin/arm64 CPU feature detection support | Martin Möhrmann |
| 2020-11-30 | runtime: mlock signal stack on macOS/ARM64 | Cherry Zhang |
| 2020-10-26 | runtime: delineate which memstats are system stats with a type | Michael Anthony Knyszek |
| 2020-10-06 | runtime: use sigaltstack on macOS/ARM64 | Cherry Zhang |
| 2020-04-08 | all: remove scattered remnants of darwin/arm | Austin Clements |
| 2019-10-26 | runtime: M-targeted signals for libc-based OSes | Austin Clements |
| 2019-06-30 | runtime: use a pipe to wake up signal_recv on Darwin | Ian Lance Taylor |
| 2019-06-21 | Revert "runtime: use dispatch semaphores on Darwin" | Ian Lance Taylor |
| 2019-06-15 | runtime: use dispatch semaphores on Darwin | Ian Lance Taylor |
| 2019-06-06 | runtime: use default system stack size, not 64 kB, on non-cgo macOS | Russ Cox |
| 2019-03-15 | runtime: introduce and consistently use setNsec for timespec | Ian Lance Taylor |
| 2018-09-07 | runtime: in semasleep, subtract time spent so far from timeout | Keith Randall |
| 2018-07-04 | runtime: support capturing C backtrace from signal handler on darwin/amd64 | Nikhil Benesch |
| 2018-06-25 | runtime: respect timeout in semasleep on Darwin | Nikhil Benesch |
| 2018-06-16 | runtime: move semaphore ops from system calls to libc calls on Darwin | Keith Randall |
| 2018-06-13 | runtime: move darwin kevent calls to libc | Keith Randall |
| 2018-06-12 | runtime: use libc's signal functions on Darwin | Keith Randall |
| 2018-06-07 | runtime: remove unused darwinVersion and getDarwinVersion | Tobias Klauser |
| 2018-05-21 | cmd/link,runtime: move syscalls to libc on iOS | Elias Naur |
| 2018-05-21 | runtime: use raise instead of pthread_self and pthread_kill | Elias Naur |
| 2018-05-19 | runtime: fix darwin 386/amd64 stack switches | Keith Randall |
| 2018-05-01 | runtime: implement darwin raise with pthread_self and pthread_kill | Elias Naur |
| 2018-05-01 | runtime: convert exit to use pthread library on Darwin | Keith Randall |
| 2018-04-30 | runtime,cmd/ld: on darwin, create theads using libc | Keith Randall |
| 2018-02-13 | runtime: remove unused memlimit function | Austin Clements |
| 2018-01-16 | runtime: fix time.Now on Sierra and older | Giovanni Bajo |