| Age | Commit message (Expand) | Author |
| 2015-03-20 | runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) | Russ Cox |
| 2015-03-16 | runtime: add support for linux/arm64 | Aram Hăvărneanu |
| 2015-03-11 | runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files | Keith Randall |
| 2015-03-10 | runtime: Adjust when write barriers are active | Rick Hudson |
| 2015-02-25 | runtime: fallback to 128M address space on 32bit | David Crawshaw |
| 2015-02-23 | runtime: Add prefetch to allocation code | Rick Hudson |
| 2015-02-20 | runtime: tidy GC driver | Russ Cox |
| 2015-02-19 | runtime: reorganize memory code | Russ Cox |
| 2015-02-11 | runtime: cache workbufs on Ms and add consistency checks | Rick Hudson |
| 2015-02-02 | runtime: rename m.gcing to m.preemptoff and make it a string | Austin Clements |
| 2015-01-28 | runtime: avoid redundant scans | Rick Hudson |
| 2015-01-28 | runtime: add tracing of runtime events | Dmitry Vyukov |
| 2015-01-21 | runtime: fix trigger for concurrent GC | Rick Hudson |
| 2015-01-21 | Revert "runtime: fix trigger for concurrent GC" | Austin Clements |
| 2015-01-21 | runtime: fix trigger for concurrent GC | Rick Hudson |
| 2015-01-19 | runtime: factor out bitmap, finalizer code from malloc/mgc | Russ Cox |
| 2015-01-14 | runtime: fix bugs in previous commit | Russ Cox |
| 2015-01-14 | runtime: change tinyalloc, persistentalloc not to point past allocated data | Russ Cox |
| 2015-01-14 | runtime: fix a few GC-related bugs | Russ Cox |
| 2015-01-12 | runtime: add GODEBUG=gccheckmark=0/1 | Austin Clements |
| 2015-01-08 | runtime: increase GC concurrency. | Rick Hudson |
| 2015-01-08 | runtime: improve GC times printing | Austin Clements |
| 2015-01-06 | runtime: fix two garbage collector bugs | Russ Cox |
| 2015-01-06 | reflect: add write barriers | Russ Cox |
| 2015-01-06 | cmd/gc, runtime: make assertI2T and variants not variadic | Russ Cox |
| 2015-01-06 | runtime: add GODEBUG wbshadow for finding missing write barriers | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | runtime: remove go prefix from a few routines | Keith Randall |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-28 | runtime: rename gothrow to throw | Keith Randall |
| 2014-12-23 | runtime: remove thunk.s | Russ Cox |
| 2014-12-16 | runtime: add profiling infrastructure for the Concurrent GC | Rick Hudson |
| 2014-11-24 | [dev.garbage] all: merge dev.cc (493ad916c3b1) into dev.garbage | Russ Cox |
| 2014-11-20 | [dev.garbage] runtime: Turn concurrent GC on by default. Avoid write barriers... | Rick Hudson |
| 2014-11-20 | [dev.cc] all: merge default (e4ab8f908aac) into dev.cc | Russ Cox |
| 2014-11-19 | runtime: remove assumption that noptrdata data bss noptrbss are ordered and c... | Russ Cox |
| 2014-11-15 | [dev.garbage] all: merge dev.cc into dev.garbage | Russ Cox |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-14 | [dev.garbage] all: merge default (f38460037b72) into dev.garbage | Russ Cox |
| 2014-11-12 | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert memory allocator and garbage collector to Go | Russ Cox |
| 2014-11-10 | [dev.garbage] runtime: Code to implement write barriers | Rick Hudson |
| 2014-11-04 | [dev.garbage] runtime: Add gc mark verification pass. | Rick Hudson |
| 2014-11-03 | runtime: make Go and C mallocgc signatures match | Austin Clements |
| 2014-10-30 | [dev.garbage] cmd/gc, runtime: implement write barriers in terms of writebarr... | Russ Cox |
| 2014-10-29 | [dev.garbage] all: merge dev.power64 (5ad5e85cfb99) into dev.garbage | Russ Cox |
| 2014-10-24 | [dev.garbage] runtime: Concurrent scan code | Rick Hudson |
| 2014-10-22 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-22 | build: merge the great pkg/ rename into dev.power64 | Austin Clements |
| 2014-10-17 | runtime: remove comment that leaked into CL 153710043 | Russ Cox |