| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-09-04 | runtime: correct various Go -> C function calls | Russ Cox |
| 2014-09-02 | runtime: convert cpuprof from C to Go | Matthew Dempsky |
| 2014-09-01 | runtime: convert mprof.goc to mprof.go | Russ Cox |
| 2014-08-28 | runtime: convert runtime1.goc, noasm_arm.goc to Go | Russ Cox |
| 2014-08-26 | runtime: convert Stack to Go. | Rémy Oudompheng |
| 2014-08-21 | runtime: convert MemProfile, BlockProfile, ThreadCreateProfile to Go. | Rémy Oudompheng |
| 2012-11-26 | runtime: re-format comments. | Oling Cat |
| 2012-11-16 | runtime: remove extra parentheses. | Oling Cat |
| 2012-10-06 | pprof: add goroutine blocking profiling | Dmitriy Vyukov |
| 2012-02-22 | runtime: goroutine profile, stack dumps | Russ Cox |
| 2012-02-19 | runtime: API | Russ Cox |
| 2012-02-17 | runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe... | David Symonds |
| 2012-02-08 | runtime, pprof: add profiling of thread creation | Russ Cox |
| 2012-01-25 | runtime: move NumCPU declaration into debug.go. | David Symonds |
| 2012-01-12 | effective_go: provide reference to runtime.NumCPU() | Dmitriy Vyukov |
| 2011-10-27 | runtime: lock the main goroutine to the main OS thread during init | Russ Cox |
| 2011-03-23 | runtime: cpu profiling support | Russ Cox |
| 2011-03-11 | runtime: split non-debugging malloc interface out of debug.go into mem.go | Russ Cox |
| 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-13 | gc: align structs according to max alignment of fields | Russ Cox |
| 2010-12-07 | runtime: add Goroutines | Keith Rarick |
| 2010-09-07 | runtime: use manual stack for garbage collection | Russ Cox |
| 2010-06-21 | runtime: split extern.go into debug.go, extern.go, sig.go. | Russ Cox |