| Age | Commit message (Expand) | Author |
| 2023-08-07 | runtime: avoid relying on the unwinder in deferreturn | Matthew Dempsky |
| 2023-08-07 | runtime, cmd/compile: optimize open-coded defers | Matthew Dempsky |
| 2023-08-07 | runtime, cmd/compile: prune unused _defer fields | Matthew Dempsky |
| 2023-07-31 | runtime: refactor defer processing | Matthew Dempsky |
| 2023-05-24 | runtime: cache inner pinner on P | Michael Anthony Knyszek |
| 2023-05-19 | runtime: replace raw traceEv with traceBlockReason in gopark | Michael Anthony Knyszek |
| 2023-05-17 | runtime/cgo: store M for C-created thread in pthread key | Cherry Mui |
| 2023-05-17 | runtime: capture per-p trace state in a type | Michael Anthony Knyszek |
| 2023-05-17 | runtime: capture per-m trace state in a type | Michael Anthony Knyszek |
| 2023-05-17 | runtime: capture per-g trace state in a type | Michael Anthony Knyszek |
| 2023-05-10 | all: fix a lot of comments | cui fliter |
| 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 | 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 |
| 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-21 | runtime: for deep stacks, print both the top 50 and bottom 50 frames | Austin Clements |
| 2023-03-10 | runtime: delete gentraceback | Austin Clements |
| 2023-03-10 | runtime: implement traceback iterator | Austin Clements |
| 2023-03-10 | runtime: create an API for unwinding inlined frames | Austin Clements |
| 2023-02-21 | runtime: record parent goroutine ID, and print it in stack traces | Nick Ripley |
| 2022-11-18 | runtime: add page tracer | Michael Knyszek |
| 2022-10-21 | runtime: gofmt | Cherry Mui |
| 2022-10-18 | runtime: always keep global reference to mp until mexit completes | Michael Pratt |
| 2022-10-14 | cmd/compile,cmd/link,runtime: add start line numbers to func metadata | Michael Pratt |
| 2022-09-27 | runtime/trace: add missing events for the locked g in extra M. | doujiang24 |
| 2022-09-16 | runtime/metrics: add /sync/mutex/wait/total:seconds metric | Michael Anthony Knyszek |
| 2022-09-16 | runtime: set G wait reason more consistently | Michael Anthony Knyszek |
| 2022-09-16 | runtime: make the wait reason for a g blocked on a mutex more specific | Michael Anthony Knyszek |
| 2022-09-16 | runtime/metrics: add CPU stats | Michael Anthony Knyszek |
| 2022-09-07 | runtime: rename _func.entryoff to entryOff | Michael Pratt |
| 2022-09-07 | runtime: rename _func.nameoff and friends to nameOff | Michael Pratt |
| 2022-09-05 | runtime: convert g.atomicstatus to internal atomic type | Andy Pan |
| 2022-09-02 | runtime: document implicit fields at the end of _func | Michael Pratt |
| 2022-09-02 | runtime: consolidate stkframe and its methods into stkframe.go | Austin Clements |
| 2022-09-02 | runtime: replace stkframe.arglen/argmap with methods | Austin Clements |
| 2022-09-02 | runtime: document stkframe | Austin Clements |
| 2022-08-31 | runtime: convert p.numTimers and p.deletedTimers to internal atomic types | Andy Pan |
| 2022-08-26 | runtime: drop padding alignment field for timeHistogram | Cuong Manh Le |
| 2022-08-26 | runtime: convert forcegcstate.idle to internal atomic type | Andy Pan |
| 2022-08-26 | runtime: convert g.selectDone to atomic type | hopehook |
| 2022-08-26 | runtime: convert p.statsSeq to internal atomic type | hopehook |
| 2022-08-18 | runtime: remove p padding field for atomic fields alignment | Cuong Manh Le |
| 2022-08-18 | runtime: convert timer0When/timerModifiedEarliest to atomic.Int64 | Cuong Manh Le |
| 2022-08-18 | runtime: convert m.cgoCallersUse to atomic type | Cuong Manh Le |
| 2022-08-18 | runtime: convert p.timerModifiedEarliest to atomic type | Cuong Manh Le |
| 2022-08-17 | runtime: convert p.timer0When to atomic type | Cuong Manh Le |