| Age | Commit message (Expand) | Author |
| 2013-01-29 | runtime: dump the full stack of a throwing goroutine | Dmitriy Vyukov |
| 2013-01-26 | runtime: avoid defining the same variable in more than one translation unit | Shenghou Ma |
| 2013-01-10 | runtime: less aggressive per-thread stack segment caching | Dmitriy Vyukov |
| 2013-01-04 | runtime: always incorporate hash seed at start of hash computation | Ian Lance Taylor |
| 2012-12-22 | runtime: aggregate defer allocations | Russ Cox |
| 2012-12-19 | runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ... | Jingcheng Zhang |
| 2012-11-27 | runtime: use reflect·call() to enter the function gc() | Jan Ziak |
| 2012-11-10 | runtime, runtime/cgo: track memory allocated by non-Go code | Ian Lance Taylor |
| 2012-11-01 | runtime: move Itab to runtime.h | Jan Ziak |
| 2012-10-26 | runtime: switch to 64-bit goroutine ids | Dmitriy Vyukov |
| 2012-10-21 | runtime: store types of allocated objects | Jan Ziak |
| 2012-10-19 | runtime: update comment for the "extern register" variables g and m. | Nigel Tao |
| 2012-10-07 | race: runtime changes | Dmitriy Vyukov |
| 2012-10-06 | pprof: add goroutine blocking profiling | Dmitriy Vyukov |
| 2012-09-24 | build: make int 64 bits on amd64 | Russ Cox |
| 2012-09-24 | runtime: add types to MSpan | Jan Ziak |
| 2012-09-24 | runtime: prepare for 64-bit ints | Russ Cox |
| 2012-09-21 | runtime: fix mmap comments | Shenghou Ma |
| 2012-09-18 | runtime: refactor goroutine blocking | Dmitriy Vyukov |
| 2012-09-17 | cmd/ld: fix compilation when GOARCH != GOHOSTARCH | Jan Ziak |
| 2012-08-31 | runtime: add vdso support for linux/amd64. Fixes issue 1933. | Ivan Krasin |
| 2012-08-07 | runtime: inline several float64 routines to speed up complex128 division | Shenghou Ma |
| 2012-07-04 | runtime: move panic/defer/recover-related stuff to a separate file | Dmitriy Vyukov |
| 2012-07-01 | runtime: add freemcache() function | Dmitriy Vyukov |
| 2012-05-30 | runtime: update field types in preparation for GC changes | Jan Ziak |
| 2012-05-30 | runtime: handle windows exceptions, even in cgo programs | Alex Brainman |
| 2012-05-29 | runtime: replace runtime·rnd function with ROUND macro | Russ Cox |
| 2012-05-15 | runtime: refactor helpgc functionality in preparation for parallel GC | Dmitriy Vyukov |
| 2012-05-11 | runtime: add parallel for algorithm | Dmitriy Vyukov |
| 2012-04-12 | runtime: add lock-free stack | Dmitriy Vyukov |
| 2012-04-05 | runtime: make GC stats per-M | Dmitriy Vyukov |
| 2012-04-05 | runtime: add 64-bit atomics | Dmitriy Vyukov |
| 2012-03-06 | runtime: remove unused runtime·signame and runtime·newError | Ian Lance Taylor |
| 2012-02-28 | runtime/pprof: support OS X CPU profiling | Russ Cox |
| 2012-02-24 | runtime: size arena to fit in virtual address space limit | Russ Cox |
| 2012-02-22 | runtime: goroutine profile, stack dumps | Russ Cox |
| 2012-02-17 | runtime: Permit default behaviour of SIGTSTP, SIGTTIN, SIGTTOU. | David Symonds |
| 2012-02-14 | runtime: on 386, fix FP control word on all threads, not just initial thread | Russ Cox |
| 2012-02-14 | runtime, syscall, os/signal: fix windows build | Alex Brainman |
| 2012-02-13 | os/signal: selective signal handling | Russ Cox |
| 2012-02-12 | runtime: delete Type and implementations (use reflect instead) | 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 |
| 2012-01-26 | gc, runtime: handle floating point map keys | Russ Cox |
| 2012-01-20 | runtime: add type algorithms for zero-sized types | Dmitriy Vyukov |
| 2012-01-19 | doc: update out-of-date comments about runtime/cgo | Shenghou Ma |
| 2011-12-20 | build: a round of fixes | Russ Cox |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-12-12 | gc: implement == on structs and arrays | Russ Cox |
| 2011-12-05 | runtime: prep for type-specific algorithms | Russ Cox |