| Age | Commit message (Expand) | Author |
| 2015-06-18 | runtime: remove cgocall and asmcgocall | Alex Brainman |
| 2015-06-02 | runtime: implement GC stack barriers | Austin Clements |
| 2015-05-12 | runtime: fix addmoduledata to follow the platform ABI | Michael Hudson-Doyle |
| 2015-04-29 | runtime: tail call into memeq/cmp body implementations | Keith Randall |
| 2015-04-24 | runtime: implement xadduintptr and update system mstats using it | Srdjan Petrovic |
| 2015-04-15 | cmd/6l: call runtime.addmoduledata from .init_array | Michael Hudson-Doyle |
| 2015-04-07 | cmd/internal/gc: inline runtime.getg | Russ Cox |
| 2015-04-02 | runtime: auto-generate duff routines | Josh Bleecher Snyder |
| 2015-03-30 | runtime: rename ·main·f to ·mainPC to avoid duplicate symbol | Michael Hudson-Doyle |
| 2015-03-20 | runtime: implement atomicand8 atomically | Russ Cox |
| 2015-03-07 | runtime: add argument sizes for asm functions for bytes, strings | Shenghou Ma |
| 2015-02-28 | runtime: fix traceback from goexit1 | Dmitry Vyukov |
| 2015-02-25 | runtime: remove gogetcallerpc and gogetcallersp functions | Matthew Dempsky |
| 2015-02-23 | [dev.cc] all: merge master (48469a2) into dev.cc | Russ Cox |
| 2015-02-20 | runtime: fix cputicks on x86 | Dmitry Vyukov |
| 2015-02-20 | [dev.cc] runtime,syscall: quiet some more vet errors | Rob Pike |
| 2015-02-06 | runtime: speed up eqstring | Josh Bleecher Snyder |
| 2015-02-02 | cmd/6g, liblink, runtime: support saving base pointers | Austin Clements |
| 2015-02-02 | runtime: eliminate uses of BP on amd64 | Austin Clements |
| 2015-01-19 | strings: remove overengineered Compare implementation | Russ Cox |
| 2015-01-15 | strings: add Compare(x, y string) int, for symmetry with bytes.Compare | Alan Donovan |
| 2015-01-07 | runtime: remove stray commas in assembly | Josh Bleecher Snyder |
| 2015-01-07 | runtime: remove size argument from hash and equal algorithms | Keith Randall |
| 2015-01-06 | reflect: add write barriers | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2015-01-02 | runtime: use SETEQ instead of JZ for cas | Josh Bleecher Snyder |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 2014-12-23 | runtime: remove thunk.s | Russ Cox |
| 2014-12-11 | runtime: faster aeshash implementation | Keith Randall |
| 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-12 | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert assembly files for C to Go transition | Russ Cox |
| 2014-11-03 | [dev.power64] all: merge default into dev.power64 | Austin Clements |
| 2014-10-29 | runtime: change top-most return PC from goexit to goexit+PCQuantum | Russ Cox |
| 2014-10-29 | [dev.power64] all: merge default (dd5014ed9b01) into dev.power64 | Russ Cox |
| 2014-10-28 | runtime: fix unrecovered panic on external thread | Russ Cox |
| 2014-10-28 | [dev.power64] cmd/5a, cmd/6a, cmd/8a, cmd/9a: make labels function-scoped | Russ Cox |
| 2014-10-21 | runtime: warn that cputicks() might not be monotonic. | Keith Randall |
| 2014-10-15 | runtime: remove hand-generated ptr bitmaps for reflectcall | Russ Cox |
| 2014-10-07 | runtime: change Windows M.thread from void* to uintptr | Russ Cox |
| 2014-09-25 | runtime: add load_g call in arm callback. | Keith Randall |
| 2014-09-25 | cgo: adjust return value location to account for stack copies. | Keith Randall |
| 2014-09-24 | cmd/cc, cmd/ld, runtime: disallow conservative data/bss objects | Russ Cox |
| 2014-09-16 | liblink: make GO_ARGS the default for functions beginning with · | Russ Cox |
| 2014-09-14 | runtime: mark asmcgocall<>(SB) as having no arguments | Russ Cox |
| 2014-09-12 | runtime: stop scanning stack frames/args conservatively | Russ Cox |
| 2014-09-11 | runtime: fix cgo to handle the case where the G stack is copied. | Keith Randall |
| 2014-09-11 | runtime: allow crash from gsignal stack | Russ Cox |
| 2014-09-10 | runtime: stop plan9/amd64 build from crashing | Anthony Martin |