| Age | Commit message (Expand) | Author |
| 2024-01-03 | pagetrace: fix build when experiment is on | John Howard |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-12-05 | math/rand, math/rand/v2: use ChaCha8 for global rand | Russ Cox |
| 2023-11-27 | all: fix field names | cui fliter |
| 2023-11-21 | runtime: profile contended lock calls | Rhys Hiltner |
| 2023-11-20 | all: add floating point option for ARM targets | Ludi Rehak |
| 2023-11-20 | Revert "runtime: profile contended lock calls" | Matthew Dempsky |
| 2023-11-17 | runtime: profile contended lock calls | Rhys Hiltner |
| 2023-11-15 | runtime/metrics: add STW stopping and total time metrics | Michael Pratt |
| 2023-11-10 | runtime: add execution tracer v2 behind GOEXPERIMENT=exectracer2 | Michael Anthony Knyszek |
| 2023-11-09 | runtime: make it harder to introduce deadlocks with forEachP | Michael Anthony Knyszek |
| 2023-10-18 | runtime: fix comments for itab | bestgopher |
| 2023-09-19 | runtime: set stackguard1 on extra M g0 | Michael Pratt |
| 2023-09-11 | Revert "runtime: set stackguard1 on extra M g0" | Michael Pratt |
| 2023-09-11 | runtime: set stackguard1 on extra M g0 | Michael Pratt |
| 2023-08-25 | cmd/cgo: add #cgo noescape/nocallback annotations | doujiang24 |
| 2023-08-21 | runtime: move pcvalue cache to M | Austin Clements |
| 2023-08-21 | runtime: document maxStack and m.createstack in more details | Andy Pan |
| 2023-08-17 | runtime: change mutex profile to count every blocked goroutine | Russ Cox |
| 2023-08-16 | cmd/compile, runtime: make room for rangefunc defers | Russ Cox |
| 2023-08-07 | Revert "runtime: move pcvalue cache to M" | Austin Clements |
| 2023-08-07 | runtime: move pcvalue cache to M | Austin Clements |
| 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 |