| Age | Commit message (Expand) | Author |
| 2017-10-29 | runtime: remove write barriers from newstack, gogo | Austin Clements |
| 2017-10-25 | bytes: add optimized Equal for arm64 | Wei Xiao |
| 2017-10-17 | reflect: optimize CALLFN wrapper for arm64 | Wei Xiao |
| 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-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-30 | cmd/compile, runtime, etc: get rid of constant FP registers | Cherry Zhang |
| 2016-08-25 | all: fix assembly vet issues | Josh Bleecher Snyder |
| 2016-04-29 | runtime: fix cgocallback_gofunc argument passing on arm64 | 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-23 | runtime: unify memeq and memequal | Keith Randall |
| 2016-01-11 | runtime: fix arm/arm64/ppc64/mips64 to dropm when necessary | Ian Lance Taylor |
| 2015-11-25 | runtime: fix conflict resolution in golang.org/cl/14207 | Michael Hudson-Doyle |
| 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-10 | cmd/link, runtime: arm64 implementation of addmoduledata | Michael Hudson-Doyle |
| 2015-10-28 | cmd/internal/obj, cmd/link, runtime: native-ish support for tls on arm64 | Michael Hudson-Doyle |
| 2015-10-08 | cmd/internal/obj, cmd/link, runtime: lots of TLS cleanup | Michael Hudson-Doyle |
| 2015-09-03 | runtime: fixes for arm64 shared libraries | Michael Hudson-Doyle |
| 2015-08-25 | runtime: check pointer equality in arm64 cmpbody | Dave Cheney |
| 2015-07-29 | runtime, reflect: use correctly aligned stack frame sizes on arm64 | Russ Cox |
| 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-02 | runtime: implement GC stack barriers | Austin Clements |
| 2015-04-29 | runtime: tail call into memeq/cmp body implementations | Keith Randall |
| 2015-04-22 | runtime: fix arm64 asm vet issues | Josh Bleecher Snyder |
| 2015-04-16 | runtime: aeshash stubs for arm64 | David Crawshaw |
| 2015-04-16 | runtime: darwin/arm64 support | Shenghou Ma |
| 2015-04-10 | runtime: fix arm64 build | Josh Bleecher Snyder |
| 2015-04-09 | runtime: add arm64 runtime.cmpstring and bytes.Compare | Dave Cheney |
| 2015-04-08 | runtime: linux/arm64 cgo support | Shenghou Ma |
| 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-16 | runtime: add support for linux/arm64 | Aram Hăvărneanu |