| Age | Commit message (Expand) | Author |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-12-07 | ld: increase default stack size on Windows for cgo | Dmitriy Vyukov |
| 2011-11-09 | cgo: fix g0 stack guard | Dmitriy Vyukov |
| 2011-10-27 | runtime: lock the main goroutine to the main OS thread during init | Russ Cox |
| 2011-10-13 | runtime: run goroutines during init | Russ Cox |
| 2011-10-06 | runtime: faster finalizers | Dmitriy Vyukov |
| 2011-08-29 | runtime: add runtime· prefix to showframe | Russ Cox |
| 2011-08-26 | cgo: fixes callback for windows amd64 | Wei Guangjing |
| 2011-08-22 | runtime: simplify stack traces | Russ Cox |
| 2011-08-18 | runtime: speed up cgo calls | Alex Brainman |
| 2011-07-29 | runtime: fix data race in findfunc() | Dmitriy Vyukov |
| 2011-07-29 | runtime: improve Linux mutex | 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-19 | cgo: windows amd64 port | Wei Guangjing |
| 2011-07-15 | runtime: native xadd for 386/amd64 | Dmitriy Vyukov |
| 2011-07-13 | runtime: fix data race during Itab hash update/lookup | Dmitriy Vyukov |
| 2011-07-12 | runtime: replace runtime.mcpy with runtime.memmove | Quan Yong Zhai |
| 2011-06-28 | runtime: replace Semacquire/Semrelease implementation | Dmitriy Vyukov |
| 2011-06-09 | runtime: improve memmove | Quan Yong Zhai |
| 2011-04-27 | runtime: stack split + garbage collection bug | Russ Cox |
| 2011-03-23 | runtime: cpu profiling support | Russ Cox |
| 2011-03-07 | runtime: scheduler, cgo reorganization | Russ Cox |
| 2011-03-02 | runtime: record goroutine creation pc and display in traceback | Russ Cox |
| 2011-02-23 | runtime: traceback through active lessstack | Russ Cox |
| 2011-02-16 | runtime: minor cleanup | Russ Cox |
| 2011-02-02 | runtime: more detailed panic traces, line number work | Russ Cox |
| 2011-01-28 | runtime: simpler heap map, memory allocation | Russ Cox |
| 2011-01-25 | runtime: prefer fixed stack allocator over general memory allocator | Russ Cox |
| 2011-01-14 | runtime: fix arm reflect.call boundary case | Russ Cox |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost | Russ Cox |
| 2010-10-07 | runtime: fix argument dump in traceback | Russ Cox |
| 2010-09-09 | runtime: fix bug in tracebacks | Rob Pike |
| 2010-08-04 | amd64: use segment memory for thread-local storage | Russ Cox |
| 2010-05-21 | runtime: correct tracebacks for nascent goroutines, even closures | Russ Cox |
| 2010-04-09 | Run initcgo for all amd64 targets, not just GNU/Linux. | Ian Lance Taylor |
| 2010-04-09 | Support cgo export on amd64. | Ian Lance Taylor |
| 2010-04-05 | runtime: various arm fixes | Russ Cox |
| 2010-03-31 | runtime: make type assertion a runtime.Error, the first of many | Russ Cox |
| 2010-03-30 | gc: add panic and recover (still unimplemented in runtime) | Russ Cox |
| 2010-03-29 | runtime: run deferred calls at Goexit | Russ Cox |
| 2010-03-23 | runtime: add Callers | Russ Cox |
| 2010-01-25 | in C and asm, replace pkg·name with ·name | Russ Cox |
| 2009-12-08 | Fix stack on FreeBSD / add stack check across the board | Devon H. O'Dell |
| 2009-11-18 | bugs in memmove: | Rob Pike |
| 2009-11-17 | copy tweaks | Russ Cox |
| 2009-11-17 | FreeBSD-specific porting work. | Devon H. O'Dell |
| 2009-11-15 | runtime: avoid crash in Caller | Russ Cox |
| 2009-10-15 | rename sys functions to runtime, | Russ Cox |
| 2009-10-12 | stack overflow debugging and fix. | Russ Cox |