| Age | Commit message (Expand) | Author |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-07-31 | runtime: refactor defer processing | Matthew Dempsky |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2022-04-05 | cmd/internal/objabi: fix FuncID of runtime.rt0_go and runtime.systemstack_switch | zhouguangyuan |
| 2021-10-04 | cmd, runtime: mark assembly routines in FuncFlags | Josh Bleecher Snyder |
| 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] runtime: remove variadic defer/go calls | Cherry Mui |
| 2021-04-14 | runtime: update debug call protocol for register ABI | Michael Anthony Knyszek |
| 2021-04-13 | runtime: eliminate externalthreadhandler | Austin Clements |
| 2021-04-06 | runtime: use funcID to identify abort in isAbortPC | Michael Anthony Knyszek |
| 2021-03-31 | runtime: replace reflectcall of defers with direct call | Austin Clements |
| 2021-02-19 | cmd/asm, cmd/link, runtime: introduce FuncInfo flag bits | Russ Cox |
| 2021-02-19 | runtime: clean up funcID assignment | Russ Cox |
| 2020-10-26 | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements |
| 2020-08-03 | [dev.link] move FuncID creation into the compiler/assembler | Jeremy Faller |
| 2019-11-04 | runtime: ensure that Goexit cannot be aborted by a recursive panic/recover | Dan Scales |
| 2019-11-02 | runtime: scan stacks conservatively at async safe points | Austin Clements |
| 2019-10-24 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-16 | Revert "cmd/compile, cmd/link, runtime: make defers low-cost through inline c... | Bryan C. Mills |
| 2019-10-16 | cmd/compile, cmd/link, runtime: make defers low-cost through inline code and ... | Dan Scales |
| 2019-10-11 | runtime: make goroutine for wasm async events short-lived | Richard Musiol |
| 2019-10-07 | runtime: do not omit stack trace of goroutine that handles async events | Richard Musiol |
| 2019-01-27 | cmd/compile: hide init functions in tracebacks | Keith Randall |
| 2019-01-04 | runtime: proper panic tracebacks with mid-stack inlining | Keith Randall |
| 2018-12-28 | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall |
| 2018-10-03 | runtime: on a signal, set traceback address to a deferreturn call | Keith Randall |
| 2018-05-22 | runtime: support for debugger function calls | Austin Clements |
| 2018-05-07 | runtime: replace system goroutine whitelist with symbol test | Austin Clements |
| 2018-03-15 | runtime: identify special functions by flag instead of address | Keith Randall |