| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-09-03 | runtime: convert symtab.c into symtab.go | Russ Cox |
| 2014-09-03 | runtime: deferproc/deferreturn in Go | Keith Randall |
| 2014-09-02 | runtime: convert traceback*.c to Go | Russ Cox |
| 2014-09-01 | runtime: convert mprof.goc to mprof.go | Russ Cox |
| 2014-08-30 | runtime: translate env*.c to Go | Russ Cox |
| 2014-08-28 | runtime: convert runtime1.goc, noasm_arm.goc to Go | Russ Cox |
| 2014-08-25 | runtime: restore scavenger constants | Dmitriy Vyukov |
| 2014-08-22 | runtime: add Go symtab implementation | Josh Bleecher Snyder |
| 2014-08-19 | runtime: convert Gosched to Go | Dmitriy Vyukov |
| 2014-07-30 | runtime: rewrite malloc in Go. | Keith Randall |
| 2014-05-20 | runtime: revise the document of Version() | Shenghou Ma |
| 2014-04-16 | runtime: crash when func main calls Goexit and all other goroutines exit | Russ Cox |
| 2014-03-25 | runtime: redo stack map entries to avoid false retention | Keith Randall |
| 2013-12-17 | runtime: don't crash in SetFinalizer if sizeof *x is zero | Brad Fitzpatrick |
| 2013-12-06 | runtime: add GODEBUG option for an electric fence like heap mode | Carl Shapiro |
| 2013-12-03 | runtime: add an allocation and free tracing for gc debugging | Carl Shapiro |
| 2013-08-14 | runtime: make SetFinalizer(x, f) accept any f for which f(x) is valid | Russ Cox |
| 2013-08-14 | runtime: dump scheduler state if GODEBUG=schedtrace is set | Dmitriy Vyukov |
| 2013-07-29 | runtime: allow SetFinalizer with a func(interface{}) | Pieter Droogendijk |
| 2013-07-16 | cmd/ld, runtime: new in-memory symbol table format | Russ Cox |
| 2013-06-28 | runtime: introduce GODEBUG env var | Dmitriy Vyukov |
| 2013-06-06 | runtime: remove unused mid function | Ian Lance Taylor |
| 2013-05-28 | cmd/5l, cmd/6l, cmd/8l, cmd/gc, runtime: generate and use bitmaps of argument... | Carl Shapiro |
| 2013-03-15 | runtime: accept GOTRACEBACK=crash to mean 'crash after panic' | Russ Cox |
| 2013-02-21 | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro |
| 2012-11-26 | runtime: re-format comments. | Oling Cat |
| 2012-05-24 | runtime: fix docs for Caller and Callers | Rob Pike |
| 2012-04-10 | runtime.Callers: make documentation match code | Rob Pike |
| 2012-02-19 | runtime: API | Russ Cox |
| 2012-02-17 | runtime: rename Cgocalls and Goroutines to NumCgoCall and NumGoroutine, respe... | David Symonds |
| 2012-01-25 | runtime: move NumCPU declaration into debug.go. | David Symonds |
| 2012-01-16 | runtime: fix typo in comment | Maxim Pimenov |
| 2012-01-12 | effective_go: provide reference to runtime.NumCPU() | Dmitriy Vyukov |
| 2012-01-11 | runtime: delete duplicate implementation of pcln walker | Russ Cox |
| 2012-01-09 | runtime: add NumCPU | Russ Cox |
| 2012-01-04 | runtime: fix typo in comment | Robert Griesemer |
| 2011-10-06 | runtime: faster finalizers | Dmitriy Vyukov |
| 2011-04-20 | src/pkg: make package doc comments consistently start with "Package foo". | Nigel Tao |
| 2011-02-02 | runtime: more detailed panic traces, line number work | Russ Cox |
| 2011-01-31 | runtime: generate Go defs for C types. | Luuk van Dijk |
| 2010-11-30 | runtime: parallel definitions in Go for all C structs. | Luuk van Dijk |
| 2010-10-13 | runtime: remove done TODO from SetFinalizer | Andrew Gerrand |
| 2010-09-02 | runtime: add GOOS, GOARCH; fix FuncLine | Russ Cox |
| 2010-07-24 | runtime/extern.go: clear a small error in a comment. | Vinu Rajashekhar |
| 2010-07-15 | Clarify that a new goroutine is not started for each finalizer. | Ian Lance Taylor |
| 2010-06-21 | runtime: split extern.go into debug.go, extern.go, sig.go. | Russ Cox |
| 2010-05-06 | runtime.GOMAXPROCS: hack it to have it return the old value. | Rob Pike |
| 2010-03-29 | runtime: run deferred calls at Goexit | Russ Cox |
| 2010-03-29 | runtime: a couple more memory stats. | Russ Cox |