| Age | Commit message (Expand) | Author |
| 2025-11-26 | runtime/secret: implement new secret package | Daniel Morsing |
| 2025-10-30 | runtime: eliminate _Psyscall | Michael Anthony Knyszek |
| 2025-10-20 | runtime: add _Gdeadextra status | Michael Anthony Knyszek |
| 2025-10-02 | runtime,net/http/pprof: goroutine leak detection by using the garbage collector | Vlad Saioc |
| 2025-08-05 | runtime: save scalar registers off stack in amd64 async preemption | Austin Clements |
| 2025-05-05 | Revert "cmd/compile: allow all of the preamble to be preemptible" | Keith Randall |
| 2025-04-25 | cmd/compile: allow all of the preamble to be preemptible | Keith Randall |
| 2025-03-11 | runtime/internal: clean up completely | Jes Cok |
| 2025-03-06 | runtime: explicitly disable async preempt for internal/runtime | Andy Pan |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-02-01 | Revert "runtime: preempt more aggressively when panicking" | Michael Pratt |
| 2024-01-31 | runtime: preempt more aggressively when panicking | Cherry Mui |
| 2023-08-21 | runtime: drop stack-allocated pcvalueCaches | Austin Clements |
| 2023-08-07 | Revert "runtime: drop stack-allocated pcvalueCaches" | Austin Clements |
| 2023-08-07 | runtime: drop stack-allocated pcvalueCaches | Austin Clements |
| 2023-04-21 | runtime: tidy _Stack* constant naming | Austin Clements |
| 2023-04-21 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge PCDATA_* and FUNCDATA_* consts into interna... | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcFlag_* consts into internal/abi | Austin Clements |
| 2023-04-20 | Revert "runtime, cmd: rationalize StackLimit and StackGuard" | 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-20 | runtime, cmd: rationalize StackLimit and StackGuard | Austin Clements |
| 2023-03-10 | runtime: use inlineUnwinder | Austin Clements |
| 2022-09-07 | runtime: rename _func.nameoff and friends to nameOff | Michael Pratt |
| 2022-09-07 | runtime: rename inlinedCall.func_ to inlinedCall.nameOff | Michael Pratt |
| 2022-08-17 | runtime: convert m.preemptGen to atomic type | Cuong Manh Le |
| 2021-10-04 | cmd, runtime: eliminate runtime.no_pointers_stackmap | Josh Bleecher Snyder |
| 2021-09-27 | runtime: convert _func.entry to a method | Josh Bleecher Snyder |
| 2021-08-16 | runtime: accept restartable sequence pcdata values in isAsyncSafePoint | Cherry Mui |
| 2021-06-17 | [dev.typeparams] runtime: fix import sort order [generated] | Michael Anthony Knyszek |
| 2021-06-17 | [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i... | Michael Anthony Knyszek |
| 2021-05-21 | [dev.typeparams] runtime: replace funcPC with internal/abi.FuncPCABIInternal | Cherry Mui |
| 2021-05-21 | [dev.typeparams] runtime: use internal/abi.FuncPCABI0 to take address of asse... | Cherry Mui |
| 2021-05-12 | runtime: fix handling of SPWRITE functions in traceback | Russ Cox |
| 2020-10-30 | runtime: remove go115ReduceLiveness and go115RestartSeq | Cherry Zhang |
| 2020-09-08 | runtime: make PCDATA_RegMapUnsafe more clear and remove magic number | chainhelen |
| 2020-05-06 | cmd/internal/obj, runtime: preempt & restart some instruction sequences | Cherry Zhang |
| 2020-04-29 | cmd/compile,runtime: stack maps only at calls, remove register maps | Austin Clements |
| 2019-12-18 | runtime: use innermost frame's func name for async preemption check | Cherry Zhang |
| 2019-11-27 | cmd/internal/obj, runtime: use register map to mark unsafe points | Cherry Zhang |
| 2019-11-20 | runtime: support preemption on windows/{386,amd64} | Austin Clements |
| 2019-11-07 | runtime: add async preemption support on MIPS and MIPS64 | Cherry Zhang |
| 2019-11-02 | runtime: don't async preempt NO_LOCAL_POINTERS assembly functions | Cherry Zhang |
| 2019-11-02 | runtime: implement async scheduler preemption | Austin Clements |
| 2019-11-02 | runtime: use signals to preempt Gs for suspendG | Austin Clements |
| 2019-11-02 | runtime: asynchronous preemption function for x86 | Austin Clements |
| 2019-10-25 | runtime: abstract M preemption check into a function | Austin Clements |
| 2019-10-25 | runtime: add general suspendG/resumeG | Austin Clements |