| Age | Commit message (Expand) | Author |
| 2025-06-27 | runtime: account for missing frame pointer in preamble | Michael Anthony Knyszek |
| 2025-06-18 | runtime: prevent mutual deadlock between GC stopTheWorld and suspendG | Michael Anthony Knyszek |
| 2025-05-21 | runtime: add valgrind instrumentation | Roland Shoemaker |
| 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-04-23 | runtime: move sizeclass defs to new package internal/runtime/gc | Michael Anthony Knyszek |
| 2025-03-04 | runtime: decorate anonymous memory mappings | Lénaïc Huard |
| 2024-11-18 | cmd/compile: remove gc programs from stack frame objects | Keith Randall |
| 2024-11-13 | runtime: reserve 4kB for system stack on windows-386 | Russ Cox |
| 2024-07-25 | runtime: allow the tracer to be reentrant | Michael Anthony Knyszek |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-05-22 | runtime: skip tracing events that would cause reentrancy | Michael Anthony Knyszek |
| 2024-05-08 | runtime: add traceallocfree GODEBUG for alloc/free events in traces | Michael Anthony Knyszek |
| 2024-04-05 | runtime: take a stack trace during tracing only when we own the stack | Michael Anthony Knyszek |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 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-07-31 | runtime: refactor defer processing | Matthew Dempsky |
| 2023-05-03 | runtime: remove systemstack logic from adjustframe | Felix Geisendörfer |
| 2023-05-03 | runtime: add test for systemstack frame pointer adjustment | Felix Geisendörfer |
| 2023-04-30 | runtime: fix systemstack frame pointer adjustment | Felix Geisendörfer |
| 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 StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-20 | Revert "internal/abi, runtime, cmd: merge StackSmall, StackBig consts into in... | 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-04-20 | internal/abi, runtime, cmd: merge StackSmall, StackBig consts into internal/abi | Austin Clements |
| 2023-04-18 | runtime: adjust frame pointer on stack copy on ARM64 | Cherry Zhang |
| 2023-03-10 | runtime: replace all callback uses of gentraceback with unwinder | Austin Clements |
| 2022-11-18 | runtime,cmd/link: increase stack guard space when building with -race | Keith Randall |
| 2022-11-07 | runtime: fix a few function names on comments | cui fliter |
| 2022-10-18 | runtime: replace all uses of CtzXX with TrailingZerosXX | Youlin Feng |
| 2022-09-02 | runtime: consolidate stkframe and its methods into stkframe.go | Austin Clements |
| 2022-09-02 | runtime: make getStackMap a method of stkframe | Austin Clements |
| 2022-09-02 | runtime: replace stkframe.arglen/argmap with methods | Austin Clements |
| 2022-08-19 | runtime: fix formula for computing number of padding bytes | Ludi Rehak |
| 2022-08-19 | runtime: add and use runtime/internal/sys.NotInHeap | Cuong Manh Le |
| 2022-08-17 | runtime: convert g.parkingOnChan to atomic type | Cuong Manh Le |
| 2022-05-12 | runtime: measure stack usage; start stacks larger if needed | Keith Randall |
| 2022-05-11 | runtime: use unsafe.Slice in getStackMap | Cuong Manh Le |
| 2022-04-11 | all: gofmt main repo | Russ Cox |
| 2022-04-01 | reflect, runtime: add reflect support for regabi on riscv64 | Meng Zhuo |
| 2022-03-28 | Revert "reflect, runtime: add reflect support for regabi on riscv64" | mzh |
| 2022-03-27 | reflect, runtime: add reflect support for regabi on riscv64 | Meng Zhuo |
| 2021-12-13 | all: gofmt -w -r 'interface{} -> any' src | Russ Cox |