| Age | Commit message (Expand) | Author |
| 2015-07-31 | runtime: fix systemstack tracebacks on nacl/arm | Russ Cox |
| 2015-07-30 | runtime, sync/atomic: add memory barriers in arm cas routines | Russ Cox |
| 2015-07-30 | runtime: replace divide with multiply in runtime.usleep on arm | Russ Cox |
| 2015-06-19 | runtime: ensure GC sees type-safe memory on weak machines | Austin Clements |
| 2015-06-19 | runtime: rename cgocall_errno and asmcgocall_errno into cgocall and asmcgocall | Alex Brainman |
| 2015-06-18 | runtime: remove cgocall and asmcgocall | Alex Brainman |
| 2015-06-04 | runtime, cmd/internal/obj/arm: improve arm function prologue | Josh Bleecher Snyder |
| 2015-06-02 | runtime: implement GC stack barriers | Austin Clements |
| 2015-04-29 | runtime: tail call into memeq/cmp body implementations | Keith Randall |
| 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-25 | runtime: add runtime.cmpstring and bytes.Compare | Dave Cheney |
| 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-20 | [dev.cc] runtime,syscall: quiet some more vet errors | Rob Pike |
| 2015-02-18 | [dev.cc] cmd/asm: make 4(SP) illegal except on 386 | Rob Pike |
| 2015-02-13 | [dev.cc] all: edit assembly source for ARM to be more regular | Rob Pike |
| 2015-02-09 | liblink, runtime: move all references to runtime.tlsg to tls_arm.s | Shenghou Ma |
| 2015-02-06 | runtime: speed up eqstring | Josh Bleecher Snyder |
| 2015-01-14 | runtime: use runtime.sysargs to parse auxv on linux/arm | Dave Cheney |
| 2015-01-07 | runtime: remove size argument from hash and equal algorithms | Keith Randall |
| 2015-01-06 | runtime: fix build for ARM | Shenghou Ma |
| 2015-01-06 | reflect: add write barriers | Russ Cox |
| 2015-01-05 | Revert "liblink, cmd/ld, runtime: remove stackguard1" | Russ Cox |
| 2014-12-29 | liblink, cmd/ld, runtime: remove stackguard1 | Shenghou Ma |
| 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-12 | [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstack | Russ Cox |
| 2014-11-11 | [dev.cc] runtime: convert softfloat_arm.c to Go + build fixes | 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-28 | runtime: fix cgo_topofstack to save clobbered registers | Keith Randall |
| 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-23 | runtime: fix runtime.Breakpoint on ARMv5 | Dave Cheney |
| 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 |