| Age | Commit message (Expand) | Author |
| 2012-03-27 | runtime: work around false negative in deadlock detection | Russ Cox |
| 2012-03-27 | undo CL 5844051 / 5d0322034aa8 | Mikio Hara |
| 2012-03-26 | runtime: restore deadlock detection in the simplest case. | Rémy Oudompheng |
| 2012-03-15 | runtime: do not handle signals before configuring handler | Russ Cox |
| 2012-03-15 | 5l, 6l, 8l: fix stack split logic for stacks near default segment size | Russ Cox |
| 2012-03-05 | runtime: wait for main goroutine before setting GOMAXPROCS. | Rémy Oudompheng |
| 2012-03-01 | runtime: run init on main thread | Russ Cox |
| 2012-02-28 | runtime/pprof: support OS X CPU profiling | Russ Cox |
| 2012-02-22 | runtime: goroutine profile, stack dumps | Russ Cox |
| 2012-02-19 | runtime: fix another memory leak | Russ Cox |
| 2012-02-19 | runtime: fix tiny memory leak | Russ Cox |
| 2012-02-17 | runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe... | David Symonds |
| 2012-02-16 | runtime: release unused memory to the OS. | Sébastien Paolacci |
| 2012-02-14 | runtime: on 386, fix FP control word on all threads, not just initial thread | Russ Cox |
| 2012-02-08 | runtime, pprof: add profiling of thread creation | Russ Cox |
| 2012-02-02 | runtime: add runtime.cputicks() and seed fastrand with it | Damian Gryski |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-11-14 | syscall: take over env implementation | Russ Cox |
| 2011-11-11 | runtime: remove declarations of nonexistent functions | Ian Lance Taylor |
| 2011-11-09 | runtime: add timer support, use for package time | Russ Cox |
| 2011-11-08 | runtime: add comments for various functions in proc.c | Ian Lance Taylor |
| 2011-11-08 | runtime: add windows callback tests | Alex Brainman |
| 2011-10-27 | runtime: lock the main goroutine to the main OS thread during init | Russ Cox |
| 2011-10-25 | runtime: include bootstrap m in mcpu accounting | Hector Chu |
| 2011-10-13 | runtime: run goroutines during init | Russ Cox |
| 2011-10-06 | runtime: fix spurious deadlock reporting | Dmitriy Vyukov |
| 2011-10-03 | runtime: fix usleep on linux/386 and re-enable parallel gc | Hector Chu |
| 2011-09-30 | runtime: disable parallel gc | Russ Cox |
| 2011-09-30 | runtime: parallelize garbage collector mark + sweep | Russ Cox |
| 2011-08-23 | runtime: fix void warnings | Russ Cox |
| 2011-08-22 | runtime: simplify stack traces | Russ Cox |
| 2011-08-22 | runtime: Remove extraneous word in comment. | Ian Lance Taylor |
| 2011-08-18 | runtime: speed up cgo calls | Alex Brainman |
| 2011-08-16 | runtime: fix GC bitmap corruption | Dmitriy Vyukov |
| 2011-08-04 | runtime: remove unnecessary locking | Hector Chu |
| 2011-07-29 | runtime: fix scheduling race | Hector Chu |
| 2011-07-27 | runtime: higher goroutine arg limit, clearer error | Russ Cox |
| 2011-07-23 | runtime: faster entersyscall/exitsyscall | Russ Cox |
| 2011-07-21 | runtime: replace centralized ncgocall counter with a distributed one | Dmitriy Vyukov |
| 2011-07-19 | runtime: faster entersyscall, exitsyscall | Russ Cox |
| 2011-07-18 | runtime: track running goroutine count | Russ Cox |
| 2011-07-12 | runtime: replace runtime.mcpy with runtime.memmove | Quan Yong Zhai |
| 2011-07-12 | runtime: eliminate false sharing during stack growth | Dmitriy Vyukov |
| 2011-07-12 | runtime: fix comment (lost in shuffle) | Russ Cox |
| 2011-07-12 | runtime: eliminate contention during stack allocation | Dmitriy Vyukov |
| 2011-07-12 | runtime: eliminate false sharing on runtime.goidgen | Dmitriy Vyukov |
| 2011-07-12 | runtime: eliminate false sharing on random number generators | Dmitriy Vyukov |
| 2011-06-29 | runtime: windows/amd64 port | Wei Guangjing |
| 2011-05-16 | runtime: make StackSystem part of StackGuard | Alexey Borzenkov |
| 2011-05-02 | os: make Setenv update C environment variables | Brad Fitzpatrick |