| Age | Commit message (Expand) | Author |
| 2015-08-04 | runtime: assist the GC during GC startup and shutdown | Austin Clements |
| 2015-07-11 | all: link to https instead of http | Brad Fitzpatrick |
| 2015-06-22 | runtime: one more Map{Bits,Spans} before arena_used update | Austin Clements |
| 2015-06-19 | runtime: ensure GC sees type-safe memory on weak machines | Austin Clements |
| 2015-06-18 | runtime: reduce latency by aggressively ending mark phase | Rick Hudson |
| 2015-06-17 | cmd/compile: introduce //go:systemstack annotation | Russ Cox |
| 2015-06-15 | runtime: raise maxmem to 512 GB | Russ Cox |
| 2015-06-15 | runtime: gofmt | Russ Cox |
| 2015-06-11 | runtime: wait to update arena_used until after mapping bitmap | Russ Cox |
| 2015-05-13 | runtime: add check for malloc in a signal handler | Brad Fitzpatrick |
| 2015-05-11 | runtime: remove wbshadow mode | Russ Cox |
| 2015-05-06 | runtime: track "scannable" bytes of heap | Austin Clements |
| 2015-05-04 | runtime: Reduce calls to shouldtriggergc | Rick Hudson |
| 2015-04-27 | runtime: replace STW for enabling write barriers with ragged barrier | Austin Clements |
| 2015-04-24 | runtime: implement xadduintptr and update system mstats using it | Srdjan Petrovic |
| 2015-04-21 | runtime: make mcache.local_cachealloc a uintptr | Austin Clements |
| 2015-04-21 | runtime: proportional mutator assist | Austin Clements |
| 2015-04-20 | runtime: replace func-based write barrier skipping with type-based | Russ Cox |
| 2015-04-16 | runtime: darwin/arm64 support | Shenghou Ma |
| 2015-04-10 | runtime, cmd/internal/ld: rename themoduledata to firstmoduledata | Michael Hudson-Doyle |
| 2015-04-06 | runtime: track heap bytes marked by GC | Austin Clements |
| 2015-03-31 | runtime, cmd/internal/ld: change runtime to use a single linker symbol | Michael Hudson-Doyle |
| 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 |