| Age | Commit message (Expand) | Author |
| 2018-05-21 | runtime: use raise instead of pthread_self and pthread_kill | Elias Naur |
| 2018-05-20 | runtime: use libc for nanotime on Darwin | Keith Randall |
| 2018-05-19 | runtime: fix darwin 386/amd64 stack switches | Keith Randall |
| 2018-05-01 | runtime: move open/close/read/write from syscall to libc on Darwin | Keith Randall |
| 2018-05-01 | runtime: move more syscalls to libc on Darwin | 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-04-11 | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall |
| 2018-04-10 | Revert "runtime: use fixed TLS offsets on darwin/amd64 and darwin/386" | Keith Randall |
| 2018-04-10 | runtime: use fixed TLS offsets on darwin/amd64 and darwin/386 | Keith Randall |
| 2018-01-16 | runtime: fix time.Now on Sierra and older | Giovanni Bajo |
| 2017-10-18 | runtime: separate error result for mmap | Austin Clements |
| 2017-10-11 | runtime: make it possible to exit Go-created threads | Austin Clements |
| 2017-10-05 | runtime: fix exit1 arguments on Darwin | Austin Clements |
| 2017-10-03 | runtime: fix wall time computation in macOS High Sierra | Giovanni Bajo |
| 2017-10-03 | runtime: rename offsets macros to prepare for multiple versions | Giovanni Bajo |
| 2017-02-09 | time: optimize Now on darwin, windows | Russ Cox |
| 2017-02-03 | time: record monotonic clock reading in time.Now, for more accurate comparisons | Russ Cox |
| 2017-02-03 | runtime: darwin/amd64, don't depend on outarg slots being unmodified | Keith Randall |
| 2017-02-02 | runtime: use mach_absolute_time for runtime.nanotime | Lars Wiegman |
| 2016-11-01 | runtime: align stack pointer in sigfwd | Bryan C. Mills |
| 2016-10-27 | runtime: use clock_gettime(CLOCK_REALTIME) for nanosecond-precision time.now ... | Russ Cox |
| 2016-09-26 | runtime: unify sigtrampgo | Ian Lance Taylor |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-08-02 | runtime: fix nanotime for macOS Sierra, again. | Brad Fitzpatrick |
| 2016-07-21 | runtime: add explicit `INT $3` at end of Darwin amd64 sigtramp | Ian Lance Taylor |
| 2016-07-08 | runtime: fix nanotime for macOS Sierra | Ian Lance Taylor |
| 2015-12-18 | runtime: for c-archive/c-shared, don't install unnecessary signal handlers | Ian Lance Taylor |
| 2015-04-26 | runtime: signal forwarding for darwin/amd64 | David Crawshaw |
| 2015-04-22 | runtime: fix more vet reported issues | Shenghou Ma |
| 2015-04-14 | runtime: rename close to closefd | David Crawshaw |
| 2015-04-09 | runtime: fix darwin/386, darwin/arm builds | David Crawshaw |
| 2015-04-08 | runtime: darwin/amd64 library entry point | David Crawshaw |
| 2015-04-08 | runtime: fix return type for bsdthread_register in comments | Michael Matloob |
| 2015-03-03 | runtime: Update open/close/read/write to return -1 on error. | Keith Randall |
| 2015-02-20 | [dev.cc] runtime,syscall: quiet some more vet errors | Rob Pike |
| 2015-01-14 | runtime: log all thread stack traces during GODEBUG=crash on Linux and OS X | Russ Cox |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert assembly files for C to Go transition | Russ Cox |
| 2014-10-28 | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped | Russ Cox |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |