| Age | Commit message (Expand) | Author |
| 2026-03-18 | runtime: implement part of library initialization in Go | qmuntal |
| 2026-03-18 | runtime: make asmcgocall more robust to missing G | qmuntal |
| 2025-10-20 | runtime: wrap procyield assembly and check for 0 | Michael Anthony Knyszek |
| 2025-08-06 | all: remove support for windows/arm | qiulaidongfeng |
| 2025-07-29 | cmd/compile: move arm32 over to new bounds check strategy | Keith Randall |
| 2025-02-26 | runtime: remove ret field from gobuf | Keith Randall |
| 2025-02-25 | cmd/compile, runtime: use PC of deferreturn for panic transfer | David Chase |
| 2024-02-23 | runtime: add crash stack support for arm | Mauri de Souza Meneguzzo |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-06-14 | all: fix spelling errors | Alexander Yastrebov |
| 2023-06-10 | runtime: fix typos | Jes Cok |
| 2023-05-17 | runtime/cgo: store M for C-created thread in pthread key | Cherry Mui |
| 2023-05-05 | Revert "runtime/cgo: store M for C-created thread in pthread key" | Chressie Himpel |
| 2023-04-26 | runtime/cgo: store M for C-created thread in pthread key | Michael Pratt |
| 2023-04-21 | runtime: tidy _Stack* constant naming | Austin Clements |
| 2023-04-20 | Revert "runtime: tidy _Stack* constant naming" | Austin Clements |
| 2023-04-20 | runtime: tidy _Stack* constant naming | Austin Clements |
| 2023-04-17 | Revert "runtime/cgo: store M for C-created thread in pthread key" | Michael Pratt |
| 2023-04-03 | runtime/cgo: store M for C-created thread in pthread key | doujiang24 |
| 2023-03-31 | Revert "runtime/cgo: store M for C-created thread in pthread key" | Cherry Mui |
| 2023-03-31 | Revert "runtime: fix ARM assembly code in cgocallback" | Cherry Mui |
| 2023-03-24 | runtime: fix ARM assembly code in cgocallback | Cherry Mui |
| 2023-03-24 | runtime/cgo: store M for C-created thread in pthread key | doujiang24 |
| 2023-02-24 | cmd/compile: batch write barrier calls | Keith Randall |
| 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 |
| 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-05-21 | [dev.typeparams] runtime: fix newproc arg size on ARM | Cherry Mui |
| 2021-05-09 | runtime: switch openbsd/arm to pthreads | Joel Sing |
| 2021-05-05 | runtime: remove redundant save_g call in mcall for arm | Joel Sing |
| 2021-04-21 | cmd/compile: allow conversion from slice to array ptr | Josh Bleecher Snyder |
| 2021-02-19 | runtime: fix spurious stack overflow detection | Russ Cox |
| 2021-02-19 | runtime: use TOPFRAME to identify top-of-frame functions | Russ Cox |
| 2021-02-19 | runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples | 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-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2019-10-09 | all: remove the nacl port (part 1) | Brad Fitzpatrick |
| 2019-08-29 | runtime: switch default order of hashing algorithms | Keith Randall |
| 2019-05-09 | runtime: fix vet complaints for linux/386 | Russ Cox |
| 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 |