| Age | Commit message (Expand) | Author |
| 2026-03-24 | runtime: return the error code as a return value in syscallN_trampoline | qmuntal |
| 2025-12-08 | [dev.simd] cmd/compile: zero only low 128-bit of X15 | Cherry Mui |
| 2025-11-26 | cmd/compile, runtime: guard X15 zeroing with GOEXPERIMENT=simd | Cherry Mui |
| 2025-11-13 | [dev.simd] all: merge master (57362e9) into dev.simd | Cherry Mui |
| 2025-10-21 | runtime,syscall: implement and use syscalln on darwin | qmuntal |
| 2025-09-16 | [dev.simd] all: merge master (ca0e035) into dev.simd | Cherry Mui |
| 2025-09-15 | runtime: deduplicate syscall assembly for darwin | qmuntal |
| 2025-08-22 | [dev.simd] cmd/compile: ensure the whole X15 register is zeroed | Cherry Mui |
| 2025-04-15 | runtime: fix 9-arg syscall on darwin/amd64 | Keith Randall |
| 2024-10-07 | runtime: use arc4random_buf() for readRandom | Filippo Valsorda |
| 2023-08-03 | runtime,runtime/pprof: get memory mappings on darwin. | Cosmos Nicolaou |
| 2023-06-06 | runtime: implement SUID/SGID protections | Roland Shoemaker |
| 2023-05-20 | runtime: change fcntl to return two values | Ian Lance Taylor |
| 2023-05-17 | runtime: consistently define fcntl | Ian Lance Taylor |
| 2023-02-07 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 2023-01-26 | Revert "runtime: use explicit NOFRAME on darwin/amd64" | Quim Muntal |
| 2023-01-26 | runtime: use explicit NOFRAME on darwin/amd64 | qmuntal |
| 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-01 | net: use libc (not cgo) for DNS on macOS | Russ Cox |
| 2022-04-28 | runtime: mark sigtramp as TOPFRAME on the rest of unix | Michael Pratt |
| 2022-04-26 | runtime: use ABIInternal for most calls to sigtrampgo | Michael Pratt |
| 2022-02-22 | crypto/x509, runtime: fix occasional spurious “certificate is expired” | Russ Cox |
| 2021-09-27 | runtime: use per-thread profiler for SetCgoTraceback platforms | Rhys Hiltner |
| 2021-04-26 | runtime: use abi.FuncPCABI0 for libc syscall wrappers | Cherry Zhang |
| 2021-04-15 | runtime: unify C->Go ABI transitions | Austin Clements |
| 2021-03-19 | cmd/compile: add clobberdeadreg mode | Cherry Zhang |
| 2021-02-03 | [dev.regabi] runtime, syscall, etc.: mark Darwin syscall wrappers as ABIInternal | Cherry Zhang |
| 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-11-18 | runtime: use clock_gettime instead of gettimeofday on darwin | Tobias Klauser |
| 2020-05-07 | crypto/x509: use Security.framework without cgo for roots on macOS | Filippo Valsorda |
| 2019-10-26 | runtime: M-targeted signals for libc-based OSes | Austin Clements |
| 2019-10-21 | runtime: change read and write to return negative errno value | Ian Lance Taylor |
| 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: document, fix libc error checks on macOS | Russ Cox |
| 2019-06-06 | runtime: use default system stack size, not 64 kB, on non-cgo macOS | Russ Cox |
| 2019-04-03 | syscall: avoid _getdirentries64 on darwin | Keith Randall |
| 2018-12-13 | runtime,os,syscall,internal/poll: replace getdirentries on iOS | Elias Naur |
| 2018-11-07 | syscall: implement syscalls on Darwin using libSystem | Keith Randall |
| 2018-08-16 | runtime: load errno as signed 32-bit | 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-05-29 | runtime: implement time.now using libc | Keith Randall |