| Age | Commit message (Expand) | Author |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-12-12 | runtime: madvise and SysUnused for Linux | Sébastien Paolacci |
| 2011-11-30 | time: new Time, Duration, ZoneInfo types | Russ Cox |
| 2011-11-10 | runtime, syscall: convert from godefs to cgo | Russ Cox |
| 2011-11-03 | time: faster Nanoseconds call | Russ Cox |
| 2011-09-30 | runtime: parallelize garbage collector mark + sweep | Russ Cox |
| 2011-07-29 | runtime: improve Linux mutex | Dmitriy Vyukov |
| 2011-06-07 | runtime: SysMap uses MAP_FIXED if needed on 64-bit Linux | Jonathan Mark |
| 2011-04-25 | runtime: turn "too many EPIPE" into real SIGPIPE | Russ Cox |
| 2011-03-23 | runtime: cpu profiling support | Russ Cox |
| 2011-03-23 | runtime: os-specific types and code for setitimer | Russ Cox |
| 2011-02-23 | runtime: omit breakpoint during terminal panic | Russ Cox |
| 2011-02-23 | runtime: pass to signal handler value of g at time of signal | Russ Cox |
| 2011-01-18 | runtime: print signal information during panic | Russ Cox |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost | Russ Cox |
| 2010-09-28 | runtime: add mmap of null page just in case | Russ Cox |
| 2010-09-11 | runtime: fix crash trace on amd64 | Russ Cox |
| 2010-09-07 | runtime: fix linux/amd64 build: wrong name for munmap | Russ Cox |
| 2010-09-07 | runtime: use manual stack for garbage collection | Russ Cox |
| 2010-08-04 | amd64: use segment memory for thread-local storage | Russ Cox |
| 2010-06-28 | Only catch all signals if os/signal package imported. | Ian Lance Taylor |
| 2010-05-19 | runtime: avoid allocation for fixed strings | Russ Cox |
| 2010-04-13 | runtime: better trace for fault due to nil pointer call | Russ Cox |
| 2010-04-09 | Run initcgo for all amd64 targets, not just GNU/Linux. | Ian Lance Taylor |
| 2010-04-08 | runtime: turn divide by zero, nil dereference into panics | Russ Cox |
| 2010-04-05 | runtime: handle malloc > 2GB correctly | Russ Cox |
| 2010-04-05 | runtime: various arm fixes | Russ Cox |
| 2010-03-29 | runtime: Remove unused runtime.write from linux/amd64 | Christopher Wedgwood |
| 2010-02-08 | runtime: instrument malloc + garbage collector. | Russ Cox |
| 2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox |
| 2009-12-16 | runtime: if os/signal is not in use, crash on | Russ Cox |
| 2009-12-15 | os/signal: new package | David Symonds |
| 2009-12-08 | Fix stack on FreeBSD / add stack check across the board | Devon H. O'Dell |
| 2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell |
| 2009-11-13 | runtime: warn about SELinux based mmap failures on Linux. | Adam Langley |
| 2009-10-15 | rename sys functions to runtime, | Russ Cox |
| 2009-08-24 | start of FFI support, and a demo. | Russ Cox |
| 2009-08-24 | linker work | Russ Cox |
| 2009-06-17 | runtime: stack growth adjustments, cleanup | Russ Cox |
| 2009-06-09 | mv src/lib to src/pkg | Rob Pike |