| Age | Commit message (Expand) | Author |
| 2025-06-27 | [release-branch.go1.23] runtime: prevent mutual deadlock between GC stopTheWo... | Michael Anthony Knyszek |
| 2024-11-27 | [release-branch.go1.23] runtime: reserve 4kB for system stack on windows-386 | Russ Cox |
| 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 |
| 2021-11-05 | runtime: fix racy stackForceMove check | Austin Clements |
| 2021-11-05 | runtime: add always-preempt maymorestack hook | Austin Clements |
| 2021-11-02 | runtime, syscall: add calls to asan functions | fanzha02 |
| 2021-10-29 | runtime: track the amount of scannable allocated stack for the GC pacer | Michael Anthony Knyszek |
| 2021-10-05 | Revert "runtime: use unsafe.Slice in getStackMap" | Josh Bleecher Snyder |
| 2021-10-05 | cmd/link,runtime: remove relocations from stkobjs | Josh Bleecher Snyder |
| 2021-09-29 | runtime: use unsafe.Slice in getStackMap | Josh Bleecher Snyder |
| 2021-09-28 | reflect,runtime: add reflect support for regabi on PPC64 | Lynn Boger |
| 2021-09-27 | runtime: convert _func.entry to a method | Josh Bleecher Snyder |