| Age | Commit message (Expand) | Author |
| 2019-03-18 | runtime: fix registers for bounds check calling convention on arm | Keith Randall |
| 2019-03-18 | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall |
| 2018-11-12 | runtime, reflect: access runtime.reflectcall directly | Austin Clements |
| 2018-10-03 | all: this big patch remove whitespace from assembly files | Zhou Peng |
| 2018-09-18 | runtime: support windows/arm | Jordan Rhee |
| 2018-06-12 | runtime: use libc for signal functions on iOS | Elias Naur |
| 2018-05-21 | cmd/link,runtime: move syscalls to libc on iOS | Elias Naur |
| 2018-05-02 | cmd/compile: intrinsify runtime.getcallerpc on all link register architectures | Wei Xiao |
| 2018-03-27 | cmd/internal/obj/arm: add DMB instruction | Yuval Pavel Zholkover |
| 2018-03-08 | runtime: make throw safer to call | Austin Clements |
| 2018-03-04 | internal/bytealg: move compare functions to bytealg | Keith Randall |
| 2018-03-03 | internal/bytealg: move equal functions to bytealg | Keith Randall |
| 2018-03-02 | internal/bytealg: move IndexByte asssembly to the new bytealg package | Keith Randall |
| 2018-02-13 | runtime: buffered write barrier for arm | Austin Clements |
| 2018-02-12 | runtime: remove legacy comments and code from arm morestack | Austin Clements |
| 2018-02-12 | runtime, sync/atomic: use NOFRAME on arm | Austin Clements |
| 2017-10-30 | runtime: make systemstack tail call if already switched | Austin Clements |
| 2017-10-29 | runtime: remove write barriers from newstack, gogo | Austin Clements |
| 2017-10-25 | runtime: unify arm entry point code | Ian Lance Taylor |
| 2017-09-22 | runtime: remove getcallerpc argument | Austin Clements |
| 2017-08-22 | cmd/compile: replace eqstring with memequal | Martin Möhrmann |
| 2017-08-11 | runtime, cmd/compile: add intrinsic getclosureptr | Cholerae Hu |
| 2017-08-08 | runtime: remove unused prefetch functions | Martin Möhrmann |
| 2017-07-07 | runtime: save r11 in ARM addmoduledata | Austin Clements |
| 2017-06-09 | runtime: YIELD in procyield on ARM | Austin Clements |
| 2017-03-07 | cmd/compile, runtime: simplify multiway select implementation | Matthew Dempsky |
| 2017-02-14 | runtime: remove stack barriers | Austin Clements |
| 2017-02-10 | runtime: implement fastrand in go | Sokolov Yura |
| 2016-10-28 | runtime: add deletion barriers on gobuf.ctxt | Austin Clements |
| 2016-10-26 | runtime: simplify reflectcall write barriers | Austin Clements |
| 2016-10-24 | runtime: make morestack less subtle | Austin Clements |
| 2016-10-17 | runtime: print a message on bad morestack | Austin Clements |
| 2016-09-26 | runtime: implement getcallersp in Go | Austin Clements |
| 2016-08-30 | runtime: rename fastrand1 to fastrand | Josh Bleecher Snyder |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-05-31 | runtime: fix restoring PC in ARM version of cgocallback_gofunc | Ian Lance Taylor |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-24 | all: fix typos and spelling | Martin Möhrmann |
| 2016-02-23 | runtime: unify memeq and memequal | Keith Randall |
| 2016-01-27 | runtime: remove redundant empty function call from Breakpoint on arm | Richard Miller |
| 2016-01-27 | cmd/link: correct byte ordering in plan9_arm object header | Richard Miller |
| 2016-01-11 | runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary | Ian Lance Taylor |
| 2015-11-25 | runtime: check that masks and shifts are correct aligned | Shenghou Ma |
| 2015-11-10 | runtime: break atomics out into package runtime/internal/atomic | Michael Matloob |
| 2015-11-08 | cmd/link, runtime: arm implementation of addmoduledata | Michael Hudson-Doyle |
| 2015-10-26 | runtime: use a 64kb system stack on arm | David Crawshaw |
| 2015-09-07 | runtime: add stub sigreturn on arm | Michael Hudson-Doyle |
| 2015-08-24 | runtime: check pointer equality in arm cmpbody | Dave Cheney |
| 2015-08-07 | runtime: run on GOARM=5 and GOARM=6 uniprocessor freebsd/arm systems | Russ Cox |