| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-09-04 | runtime: use new #include "textflag.h" | Russ Cox |
| 2014-09-03 | runtime: make onM and mcall take Go func values | Russ Cox |
| 2014-09-02 | runtime: convert traceback*.c to Go | Russ Cox |
| 2014-09-01 | runtime: convert mprof.goc to mprof.go | Russ Cox |
| 2014-09-01 | runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptr | Russ Cox |
| 2014-08-30 | runtime: rename SysAlloc to sysAlloc for Go | Russ Cox |
| 2014-08-28 | runtime: finish converting iface.goc to iface.go | Russ Cox |
| 2014-08-27 | cmd/{ld,link,objdump}, runtime, debug/gosym: move linker-defined symbols into... | Matthew Dempsky |
| 2014-08-27 | runtime: changes to g->atomicstatus (nee status) to support concurrent GC | Rick Hudson |
| 2014-08-25 | cmd/gc, runtime: treat slices and strings like pointers in garbage collection | Russ Cox |
| 2014-08-25 | runtime: remove dedicated scavenger thread | Dmitriy Vyukov |
| 2014-08-21 | runtime: convert common scheduler functions to Go | Dmitriy Vyukov |
| 2014-08-21 | runtime: fix deadlock when gctrace | Dmitriy Vyukov |
| 2014-08-19 | runtime: make the GC bitmap a byte array | Dmitriy Vyukov |
| 2014-08-18 | cmd/gc, runtime: refactor interface inlining decision into compiler | Russ Cox |
| 2014-08-18 | runtime: fix dump of data/bss | Dmitriy Vyukov |
| 2014-08-13 | runtime: keep objects in free lists marked as allocated. | Dmitriy Vyukov |
| 2014-08-07 | cmd/cc, runtime: eliminate use of the unnamed substructure C extension | Peter Collingbourne |
| 2014-08-07 | runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC | Dmitriy Vyukov |
| 2014-07-29 | runtime: simpler and faster GC | Dmitriy Vyukov |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-05-31 | runtime: mark some C globals as having no pointers. | Keith Randall |
| 2014-05-31 | runtime: make continuation pc available to stack walk | Russ Cox |
| 2014-05-08 | runtime: write memory profile statistics to the heap dump. | Keith Randall |
| 2014-04-28 | runtime: heapdump - make sure spans are swept before dumping. | Keith Randall |
| 2014-04-07 | runtime: fix heapdump bugs. | Keith Randall |
| 2014-04-02 | cmd/gc, cmd/ld, runtime: compact liveness bitmaps | Russ Cox |
| 2014-03-26 | runtime: slience warning on 32-bit platforms | Mikio Hara |
| 2014-03-25 | runtime: WriteHeapDump dumps the heap to a file. | Keith Randall |