| Age | Commit message (Expand) | Author |
| 2014-09-08 | build: move package sources from src/pkg to src | Russ Cox |
| 2014-09-05 | runtime: convert panic/recover to Go | Keith Randall |
| 2014-09-04 | runtime: use new #include "textflag.h" | Russ Cox |
| 2014-09-03 | runtime: deferproc/deferreturn in Go | Keith Randall |
| 2014-09-03 | runtime: make onM and mcall take Go func values | Russ Cox |
| 2014-09-01 | runtime: change PC, SP values in Stkframe, Panic, Defer from byte* to uintptr | Russ Cox |
| 2014-08-28 | runtime: convert print.c to Go | Russ Cox |
| 2014-08-27 | runtime: rename Lock to Mutex | Russ Cox |
| 2014-08-27 | runtime: changes to g->atomicstatus (nee status) to support concurrent GC | Rick Hudson |
| 2014-08-18 | runtime: move panicindex/panicslice to Go. | Keith Randall |
| 2014-08-07 | runtime: remove mal/malloc/FlagNoGC/FlagNoInvokeGC | Dmitriy Vyukov |
| 2014-07-31 | runtime: get rid of free | Dmitriy Vyukov |
| 2014-07-23 | runtime: rename throwgo to gothrow | Dave Cheney |
| 2014-07-22 | runtime: pass correct size to malloc | Dmitriy Vyukov |
| 2014-07-18 | runtime: add throwgo | Dave Cheney |
| 2014-06-26 | all: remove 'extern register M *m' from runtime | Russ Cox |
| 2014-05-31 | runtime: make continuation pc available to stack walk | Russ Cox |
| 2014-04-08 | reflect, runtime: fix crash in GC due to reflect.call + precise GC | Russ Cox |
| 2014-04-03 | runtime: fix fault during arm software floating point | Russ Cox |
| 2014-03-14 | cmd/6g, runtime: alignment fixes for amd64p32. | Rémy Oudompheng |
| 2014-03-13 | runtime: harden conditions when runtime panics on crash | Dmitriy Vyukov |
| 2014-03-07 | runtime: refactor and fix stack management code | Dmitriy Vyukov |
| 2014-03-07 | runtime: fix memory corruption and leak in recursive panic handling | Dmitriy Vyukov |
| 2014-02-27 | runtime: fix and improve comments | Dmitriy Vyukov |
| 2014-02-25 | runtime: fix 386, arm build | Russ Cox |
| 2014-02-24 | runtime: stack allocate Panic structure during runtime.panic | Dave Cheney |
| 2014-01-21 | runtime: if "panic during panic"'s stacktrace fails, don't recurse. | Keith Randall |
| 2014-01-21 | runtime: per-P defer pool | Dmitriy Vyukov |
| 2014-01-17 | runtime: print stack trace when "panic during panic" | Keith Randall |
| 2013-12-02 | runtime: don't use ... formal argument to deferreturn. | Keith Randall |
| 2013-09-20 | runtime: avoid allocation of internal panic values | Russ Cox |
| 2013-09-12 | runtime, cmd/gc, cmd/ld: ignore method wrappers in recover | Russ Cox |
| 2013-09-11 | runtime: show m stack during crash on m stack | Russ Cox |
| 2013-08-15 | runtime: impose stack size limit | Russ Cox |
| 2013-08-14 | runtime: dump scheduler state if GODEBUG=schedtrace is set | Dmitriy Vyukov |
| 2013-08-12 | runtime: change textflags from numbers to symbols | Keith Randall |
| 2013-08-09 | runtime: traceback running goroutines | Dmitriy Vyukov |
| 2013-08-08 | runtime: fix traceback in cgo programs | Dmitriy Vyukov |
| 2013-08-02 | runtime: reimplement reflect.call to not use stack splitting. | Keith Randall |
| 2013-07-18 | runtime: disable preemption during deferreturn | Russ Cox |
| 2013-07-17 | runtime: use new frame argument size information | Russ Cox |
| 2013-07-16 | runtime: print g0 stack if we throw on it and GOTRACEBACK>=2. | Keith Randall |
| 2013-07-01 | runtime: fix memory leaks due to defers | Dmitriy Vyukov |
| 2013-06-27 | runtime: record proper goroutine state during stack split | Russ Cox |
| 2013-06-12 | runtime: add lr, ctxt, ret to Gobuf | Russ Cox |
| 2013-06-12 | runtime: adjust traceback / garbage collector boundary | Russ Cox |
| 2013-06-03 | runtime: add stackguard0 to G | Dmitriy Vyukov |
| 2013-05-28 | runtime: make mheap statically allocated again | Dmitriy Vyukov |
| 2013-03-15 | runtime: accept GOTRACEBACK=crash to mean 'crash after panic' | Russ Cox |
| 2013-03-14 | runtime: make panic possible before malloc is ready | Russ Cox |