| Age | Commit message (Expand) | Author |
| 2012-01-10 | runtime: fix typo in comment | Maxim Pimenov |
| 2011-12-16 | runtime: make more build-friendly | Russ Cox |
| 2011-10-16 | runtime: fix crash if user sets MemProfileRate=0 | Dmitriy Vyukov |
| 2011-10-13 | gc: pass FlagNoPointers to runtime.new | Dmitriy Vyukov |
| 2011-10-06 | runtime: faster finalizers | Dmitriy Vyukov |
| 2011-10-06 | runtime: fix malloc sampling bug | Russ Cox |
| 2011-08-31 | runtime: make arm work on Ubuntu Natty qemu | Russ Cox |
| 2011-07-18 | runtime: add per-M caches for MemStats | Dmitriy Vyukov |
| 2011-07-12 | runtime: eliminate contention during stack allocation | Dmitriy Vyukov |
| 2011-07-12 | runtime: eliminate false sharing on random number generators | Dmitriy Vyukov |
| 2011-06-17 | gc: unsafe.Alignof, unsafe.Offsetof, unsafe.Sizeof now return uintptr | Russ Cox |
| 2011-05-10 | runtime: add newline to "finalizer already set" error | Albert Strasheim |
| 2011-04-27 | runtime: allow use of >512 MB on 32-bit platforms | Russ Cox |
| 2011-02-23 | runtime: always run stackalloc on scheduler stack | Russ Cox |
| 2011-02-22 | ld: detect stack overflow due to NOSPLIT | Russ Cox |
| 2011-02-16 | runtime: fix memory allocator for GOMAXPROCS > 1 | Russ Cox |
| 2011-02-11 | runtime: check that SysReserve returns aligned memory | Russ Cox |
| 2011-02-09 | runtime: fix memory allocation on 386 | Russ Cox |
| 2011-02-02 | runtime: faster allocator, garbage collector | 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 |
| 2010-12-13 | gc: align structs according to max alignment of fields | Russ Cox |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtimeĀ·&/g, almost | Russ Cox |
| 2010-09-30 | runtime: serialize mcache allocation | Russ Cox |
| 2010-09-28 | runtime: add mmap of null page just in case | Russ Cox |
| 2010-06-21 | runtime: split extern.go into debug.go, extern.go, sig.go. | Russ Cox |
| 2010-04-20 | runtime: rename cgo2c, *.cgo to goc2c, *.goc | Russ Cox |