| Age | Commit message (Expand) | Author |
| 2023-02-17 | cmd/compile: move raw writes out of write barrier code | Keith Randall |
| 2023-02-17 | runtime: remove the restriction that write barrier ptrs come in pairs | Keith Randall |
| 2022-08-25 | runtime: mark morestack_noctxt SPWRITE on LR architectures | Cherry Mui |
| 2022-07-25 | runtime: fix runtime.Breakpoint() on windows/arm64 | qmuntal |
| 2022-05-18 | all: fix spelling | John Bampton |
| 2022-05-04 | runtime: improve the annotation of debugCallV2 for arm64 | eric fang |
| 2022-04-23 | runtime: support for debugger function calls on linux/arm64 | eric fang |
| 2022-03-30 | runtime: unify C->Go ABI transitions on arm64 | eric fang |
| 2022-03-18 | all: delete ARM64 non-register ABI fallback path | Cherry Mui |
| 2022-03-18 | all: delete regabireflect goexperiment | Cherry Mui |
| 2021-10-29 | runtime: remove unnecessary argument stores for panicIndex etc. on ARM64 | Cherry Mui |
| 2021-08-16 | runtime: make asmcgocall g0/gsignal checks consistent | Joel Sing |
| 2021-08-03 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-07-30 | [dev.typeparams] Revert "[dev.typeparams] runtime,cmd/compile,cmd/link: repla... | Austin Clements |
| 2021-07-30 | [dev.typeparams] runtime,cmd/compile,cmd/link: replace jmpdefer with a loop | Austin Clements |
| 2021-06-08 | [dev.typeparams] cmd/compile, runtime: remove the siz argument of newproc/def... | Cherry Mui |
| 2021-06-03 | [dev.typeparams] runtime: call cgocallbackg indirectly on ARM64 | Cherry Mui |
| 2021-06-03 | [dev.typeparams] runtime, internal/bytealg: port performance-critical functio... | Cherry Mui |
| 2021-06-02 | [dev.typeparams] runtime: update ABIInternal assembly with register ABI on ARM64 | Cherry Mui |
| 2021-06-02 | [dev.typeparams] runtime: implement register ABI for reflectcall on ARM64 | Cherry Mui |
| 2021-06-02 | [dev.typeparams] runtime: mark assembly functions called directly from compil... | Cherry Mui |
| 2021-04-21 | cmd/compile: allow conversion from slice to array ptr | Josh Bleecher Snyder |
| 2021-03-25 | cmd/compile: mark R16, R17 clobbered for non-standard calls on ARM64 | Cherry Zhang |
| 2021-02-19 | runtime: fix spurious stack overflow detection | Russ Cox |
| 2021-02-19 | runtime: convert windows/arm64 assembly | Russ Cox |
| 2021-02-19 | runtime: use TOPFRAME to identify top-of-frame functions | Russ Cox |
| 2021-02-19 | runtime: remove unnecessary writes to gp.sched.g | Russ Cox |
| 2021-02-19 | runtime: unify asmcgocall and systemstack traceback setup | Russ Cox |
| 2021-02-19 | runtime: clean up system calls during cgo callback init | Russ Cox |
| 2021-02-16 | [dev.regabi] reflect: support for register ABI on amd64 for reflect.(Value).Call | Michael Anthony Knyszek |
| 2021-02-05 | [dev.regabi] runtime: delete gosave function | Cherry Zhang |
| 2020-10-28 | runtime: save/restore g unconditionally on darwin/arm64 | Cherry Zhang |
| 2020-10-28 | runtime: set up TLS without cgo on darwin/arm64 | Cherry Zhang |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-10-05 | runtime: clean up runtime.call* frame sizes on ARM64 | Austin Clements |
| 2020-10-05 | runtime: define and use call16 everywhere | Austin Clements |
| 2020-03-03 | runtime: use CBZ/CBNZ in linux/arm64 assembly code | Xiangdong Ji |
| 2019-08-30 | runtime: use all 64 bits of hash seed on arm64 | Keith Randall |
| 2019-08-29 | runtime: switch default order of hashing algorithms | Keith Randall |
| 2019-04-20 | runtime: move linux specific code into linux specific files | Maya Rashish |
| 2019-04-15 | cmd/link, runtime: mark goexit as the top of the call stack | Michael Munday |
| 2019-03-18 | cmd/compile,runtime: provide index information on bounds check failure | Keith Randall |
| 2018-11-17 | runtime: don't use thread local storage before it is set up on iOS | Elias Naur |
| 2018-11-13 | cmd,runtime: enable race detector on arm64 | Fangming.Fang |
| 2018-11-12 | runtime, reflect: access runtime.reflectcall directly | Austin Clements |
| 2018-08-29 | build: support frame-pointer for arm64 | Zheng Xu |
| 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-04-30 | cmd/compile: intrinsify runtime.getcallerpc on arm64 | Wei Xiao |
| 2018-04-04 | runtime: implement aeshash for arm64 platform | Meng Zhuo |