| Age | Commit message (Expand) | Author |
| 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-07-30 | cmd/compile: move mips64 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 |
| 2023-11-06 | runtime: add crash stack support for mips64x | Mauri de Souza Meneguzzo |
| 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-24 | runtime/cgo: store M for C-created thread in pthread key | doujiang24 |
| 2023-03-23 | all: replace leading spaces with tabs in assembly | Michael Pratt |
| 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-11-06 | all: remove more leftover // +build lines | Tobias Klauser |
| 2021-08-16 | runtime: make asmcgocall g0/gsignal checks consistent | Joel Sing |
| 2021-08-16 | runtime: correct mips64 asmcgocall signal stack behaviour | 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-13 | all: add //go:build lines to assembly files | Tobias Klauser |
| 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: fix invalid nil g check for for mips64x | Meng Zhuo |
| 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-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-10-05 | runtime: define and use call16 everywhere | Austin Clements |
| 2019-08-29 | runtime: switch default order of hashing algorithms | Keith Randall |
| 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-12 | runtime, reflect: access runtime.reflectcall directly | Austin Clements |
| 2018-05-02 | cmd/compile: intrinsify runtime.getcallerpc on all link register architectures | Wei Xiao |
| 2018-03-08 | runtime: make throw safer to call | Austin Clements |
| 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 |