| Age | Commit message (Expand) | Author |
| 2011-08-22 | runtime: simplify stack traces | Russ Cox |
| 2011-08-08 | runtime: add more specialized type algorithms | Dmitriy Vyukov |
| 2011-08-04 | runtime: faster chan creation on Linux/FreeBSD/Plan9 | Dmitriy Vyukov |
| 2011-07-26 | gc, runtime: fix range+panic line number bugs | Russ Cox |
| 2011-07-23 | runtime: replace byte-at-a-time zeroing loop with memclr | Quan Yong Zhai |
| 2011-07-15 | runtime: native xadd for 386/amd64 | Dmitriy Vyukov |
| 2011-07-12 | runtime: replace runtime.mcpy with runtime.memmove | Quan Yong Zhai |
| 2011-07-12 | runtime: eliminate false sharing on random number generators | Dmitriy Vyukov |
| 2011-02-25 | runtime: omit breakpoint during terminal panic | Russ Cox |
| 2011-02-22 | ld: detect stack overflow due to NOSPLIT | Russ Cox |
| 2011-02-16 | runtime: minor cleanup | Russ Cox |
| 2011-02-02 | runtime: more detailed panic traces, line number work | Russ Cox |
| 2011-02-01 | windows: multiple improvements and cleanups | Hector Chu |
| 2011-01-25 | runtime: prefer fixed stack allocator over general memory allocator | Russ Cox |
| 2011-01-20 | cgo: windows/386 port | Wei Guangjing |
| 2011-01-18 | runtime: print signal information during panic | Russ Cox |
| 2011-01-12 | runtime: revert 6974:1f3c3696babb | Alex Brainman |
| 2010-12-16 | runtime: move windows goargs implementation from runtime and into os package | Alex Brainman |
| 2010-12-14 | runtime: write only to standard error | Russ Cox |
| 2010-12-13 | gc: align structs according to max alignment of fields | Russ Cox |
| 2010-11-04 | Small addition to previous optimization of memequal as discussed here: http:/... | Graham Miller |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost | Russ Cox |
| 2010-10-18 | runtime: fix amd64 build (broke by 386 support for Plan 9) | Russ Cox |
| 2010-10-18 | 8l, runtime: initial support for Plan 9 | Yuval Pavel Zholkover |
| 2010-10-07 | runtime: faster strequal, memequal | Graham Miller |
| 2010-08-26 | runtime: special case copy, equal for one-word interface values | Kyle Consalus |
| 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-08 | runtime: fix build (panic) for FreeBSD | Russ Cox |
| 2010-04-05 | runtime: fix Caller | Russ Cox |
| 2010-04-05 | runtime: various arm fixes | Russ Cox |
| 2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox |
| 2010-03-31 | gc: implement panic and recover | Russ Cox |
| 2010-03-30 | gc: add panic and recover (still unimplemented in runtime) | Russ Cox |
| 2010-03-24 | runtime: malloc sampling, pprof interface | Russ Cox |
| 2010-03-23 | runtime: add Callers | Russ Cox |
| 2010-03-16 | runtime: add GOROOT and Version | Russ Cox |
| 2010-02-08 | runtime: instrument malloc + garbage collector. | Russ Cox |
| 2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox |
| 2010-01-06 | Ported runtime to Windows. | Hector Chu |
| 2009-11-20 | x[lo:] - gc and runtime. | Russ Cox |
| 2009-10-15 | rename sys functions to runtime, | Russ Cox |
| 2009-10-13 | write stack traces and panics to stderr | Rob Pike |
| 2009-08-28 | sliceslice inline | Ken Thompson |
| 2009-08-25 | rename runtime internals to have modern names (array->slice etc) | Rob Pike |
| 2009-06-09 | mv src/lib to src/pkg | Rob Pike |