| Age | Commit message (Expand) | Author |
| 2010-03-29 | runtime: more malloc statistics | Russ Cox |
| 2010-03-26 | runtime: run all finalizers in a single goroutine. | Russ Cox |
| 2010-03-24 | runtime: malloc sampling, pprof interface | Russ Cox |
| 2010-03-23 | runtime: add memory profiling, disabled. | Russ Cox |
| 2010-03-23 | runtime: add Callers | Russ Cox |
| 2010-03-16 | runtime: add GOROOT and Version | Russ Cox |
| 2010-03-08 | runtime: clock garbage collection on bytes allocated, not pages in use | Russ Cox |
| 2010-02-16 | runtime: fix bug in Caller documentation | Russ Cox |
| 2010-02-08 | runtime: instrument malloc + garbage collector. | Russ Cox |
| 2010-02-07 | runtime: introduce MemStatsType | Russ Cox |
| 2010-02-03 | finalizers; merge package malloc into package runtime | Russ Cox |
| 2009-12-16 | runtime: if os/signal is not in use, crash on | Russ Cox |
| 2009-12-15 | os/signal: new package | David Symonds |
| 2009-11-17 | improve documentation of runtime. there was no mention of types. | Rob Pike |
| 2009-11-05 | gofmt-ify io, json, runtime, encoding | Robert Griesemer |
| 2009-10-15 | publish semacquire and semrelease for use by sync. | Russ Cox |
| 2009-10-07 | apply gofmt to rand reflect regexp rpc runtime sort strconv strings sync sysc... | Russ Cox |
| 2009-08-25 | checkpoint & test (pidigits) before trying to automate. | Russ Cox |
| 2009-08-06 | add runtime.GOMAXPROCS, allowing a program to, in effect, set $GOMAXPROCS | Rob Pike |
| 2009-07-13 | add LockOSThread and UnlockOSThread to | Russ Cox |
| 2009-06-09 | mv src/lib to src/pkg | Rob Pike |