| Age | Commit message (Expand) | Author |
| 2013-06-04 | [release-branch.go1.1] runtime: introduce cnewarray() to simplify allocation ... | Andrew Gerrand |
| 2013-05-07 | runtime: reduce max arena size on windows/amd64 to 32 GiB | Shenghou Ma |
| 2013-04-06 | runtime: replace union in MHeap with a struct | Dmitriy Vyukov |
| 2013-02-25 | runtime: precise garbage collection of channels | Jan Ziak |
| 2013-02-21 | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox |
| 2013-02-15 | runtime: allocate heap metadata at run time | Russ Cox |
| 2013-02-04 | runtime/debug: add controls for garbage collector | Russ Cox |
| 2013-01-26 | runtime: avoid defining the same variable in more than one translation unit | Shenghou Ma |
| 2013-01-10 | runtime: interpret type information during garbage collection | Jan Ziak |
| 2012-11-13 | runtime: allow up to 128 GB of allocated memory | Russ Cox |
| 2012-11-01 | runtime: add memorydump() debugging function | Jan Ziak |
| 2012-10-21 | runtime: sizeclass in MSpan should be int32. | Jingcheng Zhang |
| 2012-10-21 | runtime: store types of allocated objects | Jan Ziak |
| 2012-10-22 | runtime: update docs for MemStats.PauseNs | Shenghou Ma |
| 2012-09-24 | runtime: add types to MSpan | Jan Ziak |
| 2012-09-24 | runtime: prepare for 64-bit ints | Russ Cox |
| 2012-07-01 | runtime: add freemcache() function | Dmitriy Vyukov |
| 2012-06-08 | runtime: use uintptr where possible in malloc stats | Dave Cheney |
| 2012-05-24 | runtime: faster GC mark phase | Dmitriy Vyukov |
| 2012-05-15 | runtime: refactor helpgc functionality in preparation for parallel GC | Dmitriy Vyukov |
| 2012-05-11 | runtime: revert MaxGcproc from 16 to 4 | Dmitriy Vyukov |
| 2012-05-02 | runtime: avoid unnecessary zeroization of huge memory blocks | Dmitriy Vyukov |
| 2012-04-12 | runtime: speedup GC sweep phase (batch free) | Dmitriy Vyukov |
| 2012-04-09 | runtime: preparation for parallel GC | Dmitriy Vyukov |
| 2012-02-22 | runtime: goroutine profile, stack dumps | Russ Cox |
| 2012-02-16 | runtime: release unused memory to the OS. | Sébastien Paolacci |
| 2012-02-06 | runtime: delete UpdateMemStats, replace with ReadMemStats(&stats). | Rémy Oudompheng |
| 2012-01-10 | runtime: make garbage collector faster by deleting code | Russ Cox |
| 2011-10-06 | runtime: faster finalizers | Dmitriy Vyukov |
| 2011-10-06 | runtime: fix spurious deadlock reporting | Dmitriy Vyukov |
| 2011-09-30 | runtime: parallelize garbage collector mark + sweep | Russ Cox |
| 2011-07-18 | runtime: add per-M caches for MemStats | Dmitriy Vyukov |
| 2011-07-18 | runtime: add per-M caches for MemStats | Dmitriy Vyukov |
| 2011-07-12 | runtime: eliminate contention during stack allocation | Dmitriy Vyukov |
| 2011-02-02 | runtime: faster allocator, garbage collector | Russ Cox |
| 2011-01-28 | runtime: simpler heap map, memory allocation | Russ Cox |
| 2011-01-19 | runtime: add per-pause gc stats | Russ Cox |
| 2010-12-15 | remove nacl | Russ Cox |
| 2010-11-04 | runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost | Russ Cox |
| 2010-09-28 | runtime: add mmap of null page just in case | Russ Cox |
| 2010-09-07 | runtime: use manual stack for garbage collection | Russ Cox |
| 2010-04-22 | runtime: closures, defer bug fix for Native Client | Russ Cox |
| 2010-04-09 | runtime: delete malx, skip_depth argument to malloc | Russ Cox |
| 2010-03-29 | runtime: a couple more memory stats. | Russ Cox |
| 2010-03-29 | runtime: more malloc statistics | Russ Cox |
| 2010-03-26 | runtime: run all finalizers in a single goroutine. | Russ Cox |
| 2010-03-23 | runtime: add memory profiling, disabled. | Russ Cox |
| 2010-03-08 | runtime: clock garbage collection on bytes allocated, not pages in use | Russ Cox |
| 2010-02-10 | runtime: delete MHeapMapCache, which is useless | Russ Cox |
| 2010-02-10 | runtime: tighten garbage collector | Russ Cox |