| Age | Commit message (Expand) | Author |
| 2015-11-10 | cmd/cgo, runtime: add checks for passing pointers from Go to C | Ian Lance Taylor |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-10-30 | runtime: introduce GOTRACEBACK=single, now the default | Russ Cox |
| 2015-10-23 | runtime: replace is{plan9,solaris,windows} with GOOS tests | Matthew Dempsky |
| 2015-08-30 | runtime: add GODEBUG for stack barriers at every frame | Austin Clements |
| 2015-07-29 | runtime: set invalidptr=1 by default, as documentedgo1.5beta3 | Russ Cox |
| 2015-07-11 | runtime: abort on fatal errors and panics in c-shared and c-archive modes | Elias Naur |
| 2015-06-15 | runtime: add GODEBUG gcshrinkstackoff, gcstackbarrieroff, and gcstoptheworld ... | Russ Cox |
| 2015-05-07 | runtime: turn off checkmark by default | Russ Cox |
| 2015-05-07 | runtime: fix gccheckmark mode and enable by default | Russ Cox |
| 2015-05-07 | runtime: set heap minimum default based on GOGC | Rick Hudson |
| 2015-05-01 | runtime: detailed debug output of controller state | Austin Clements |
| 2015-04-17 | runtime: leave gccheckmark testing off by default | Russ Cox |
| 2015-04-10 | runtime, cmd/internal/ld: rename themoduledata to firstmoduledata | Michael Hudson-Doyle |
| 2015-04-10 | runtime, reflect: support multiple moduledata objects | Michael Hudson-Doyle |
| 2015-04-08 | runtime, cmd/internal/ld: initialize themoduledata slices directly | Michael Hudson-Doyle |
| 2015-03-31 | runtime, cmd/internal/ld: change runtime to use a single linker symbol | Michael Hudson-Doyle |
| 2015-03-20 | runtime: add GODEBUG=sbrk=1 to bypass memory allocator (and GC) | Russ Cox |
| 2015-03-17 | runtime: copy env strings on startup | David Crawshaw |
| 2015-03-11 | runtime,reflect,cmd/internal/gc: Fix comments referring to .c/.h files | Keith Randall |
| 2015-02-20 | runtime: fix cputicks on x86 | Dmitry Vyukov |
| 2015-02-03 | runtime: Change memprofrate to memprofilerate | Lynn Boger |
| 2015-02-03 | runtime: Add memprofrate value to GODEBUG | Lynn Boger |
| 2015-01-29 | runtime: check alignment of 8-byte atomic loads and stores on 386 | Austin Clements |
| 2015-01-12 | runtime: add GODEBUG=gccheckmark=0/1 | Austin Clements |
| 2015-01-07 | cmd/cgo, runtime/cgo: support ppc64 | Austin Clements |
| 2015-01-06 | runtime: add GODEBUG wbshadow for finding missing write barriers | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | runtime: remove go prefix from a few routines | Keith Randall |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-28 | runtime: rename gothrow to throw | Keith Randall |
| 2014-12-23 | runtime: remove thunk.s | Russ Cox |
| 2014-11-21 | [dev.garbage] runtime: add prefetcht0, prefetcht1, prefetcht2, prefetcht3, pr... | Russ Cox |
| 2014-11-14 | [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.cc | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert basic library routines from C to Go | Russ Cox |