| Age | Commit message (Expand) | Author |
| 2026-02-24 | runtime: simplify pprof labels in tracebacks | David Finkel |
| 2026-01-22 | runtime: guard unexpected return pc gp.m dereference | Michael Pratt |
| 2025-11-24 | runtime: add GODEBUG=tracebacklabels=1 to include pprof labels in tracebacks | David Finkel |
| 2025-11-18 | runtime: add hexdumper | Austin Clements |
| 2025-11-03 | runtime: allow Stack to traceback goroutines in syscall _Grunning window | Michael Anthony Knyszek |
| 2025-10-20 | runtime: add _Gdeadextra status | Michael Anthony Knyszek |
| 2025-10-07 | Revert "cmd/compile: redo arm64 LR/FP save and restore" | Keith Randall |
| 2025-10-06 | cmd/compile: redo arm64 LR/FP save and restore | Keith Randall |
| 2025-10-02 | runtime,net/http/pprof: goroutine leak detection by using the garbage collector | Vlad Saioc |
| 2025-09-29 | runtime: correct reference to getStackMap in comment | Ian Lance Taylor |
| 2025-09-25 | runtime: acquire/release C TSAN lock when calling cgo symbolizer/tracebacker | Michael Pratt |
| 2025-09-23 | runtime: don't report non-blocked goroutines as "(durable)" in stacks | Damien Neil |
| 2025-06-09 | runtime: clarify stack traces for bubbled goroutines | Damien Neil |
| 2025-05-20 | runtime: print blocking status of bubbled goroutines in stacks | Damien Neil |
| 2025-05-08 | runtime: schedule cleanups across multiple goroutines | Michael Anthony Knyszek |
| 2025-05-07 | runtime: use "bubble" terminology for synctest | Damien Neil |
| 2025-05-07 | runtime: print stack traces for bubbled goroutines on synctest deadlock | Damien Neil |
| 2025-03-24 | runtime: rename runfinq to runFinalizersAndCleanups | Michael Pratt |
| 2025-03-24 | runtime: always show runfinq in traceback | Michael Pratt |
| 2024-11-19 | internal/synctest: new package for testing concurrent code | Damien Neil |
| 2024-10-04 | runtime: use stringslite.CutPrefix in isExportedRuntime | Tobias Klauser |
| 2024-09-17 | runtime: move getcallersp to internal/runtime/sys | Michael Pratt |
| 2024-09-17 | runtime: move getcallerpc to internal/runtime/sys | Michael Pratt |
| 2024-07-23 | runtime,internal: move runtime/internal/sys to internal/runtime/sys | David Chase |
| 2024-05-29 | all: document legacy //go:linkname for modules with ≥100 dependents | Russ Cox |
| 2024-05-17 | runtime: make use of stringslite.{HasPrefix, HasSuffix} | Jes Cok |
| 2024-03-25 | runtime: migrate internal/atomic to internal/runtime | Andy Pan |
| 2024-03-15 | runtime: allow omitting virtual PCs from runtime.CallersFrames input | Russ Cox |
| 2024-03-14 | runtime: revert "traceback: include pc=0x%x for inline frames" | Russ Cox |
| 2024-02-08 | runtime: traceback: include pc=0x%x for inline frames | Alan Donovan |
| 2024-01-30 | runtime: print exported methods from the runtime in tracebacks | Keith Randall |
| 2024-01-23 | cmd/compile/internal/ssagen,runtime: merge trace consts into internal/abi | qiulaidongfeng |
| 2023-12-06 | iter, runtime: add coroutine support | Russ Cox |
| 2023-11-16 | runtime: print g pointer in crash stack dump | Cherry Mui |
| 2023-10-12 | runtime: don't print "unexpected SPWRITE" when printing traceback | Cherry Mui |
| 2023-09-18 | all: clean unnecessary casts | Jes Cok |
| 2023-09-06 | runtime: ignore SPWrite on innermost traceback frame | Austin Clements |
| 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-04 | runtime: have ReadMemStats do a nil check before switching stacks | Keith Randall |
| 2023-05-05 | cmd/link, runtime: include full symbol name for generic functions in runtime ... | Cherry Mui |
| 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-21 | internal/abi, runtime, cmd: merge funcID_* consts into internal/abi | Austin Clements |
| 2023-04-06 | runtime: fix typo in traceback.go | Kaiya |
| 2023-03-21 | runtime: for deep stacks, print both the top 50 and bottom 50 frames | Austin Clements |
| 2023-03-15 | runtime: fix callee tracking in traceback printing | Austin Clements |
| 2023-03-10 | runtime: delete gentraceback | Austin Clements |
| 2023-03-10 | runtime: new API for filling PC traceback buffers | Austin Clements |