| Age | Commit message (Expand) | Author |
| 2018-02-13 | runtime: avoid bad unwinding from sigpanic in C code | Austin Clements |
| 2018-01-31 | runtime: suppress "unexpected return pc" any time we're in cgo | Austin Clements |
| 2018-01-31 | runtime: fail silently if we unwind over sigpanic into C code | Austin Clements |
| 2018-01-31 | runtime: don't unwind past asmcgocall | Austin Clements |
| 2018-01-22 | runtime: print hexdump on traceback failure | Austin Clements |
| 2017-11-13 | runtime: don't elide wrapper functions that call panic or at TOS | Austin Clements |
| 2017-09-22 | runtime: hide <autogenerated> methods from call stack | Austin Clements |
| 2017-09-22 | runtime: remove getcallerpc argument | Austin Clements |
| 2017-09-15 | runtime: change lockedg/lockedm to guintptr/muintptr | Ian Lance Taylor |
| 2017-06-09 | runtime: print pc with fp/sp in traceback | Austin Clements |
| 2017-03-29 | runtime: include inlined calls in result of CallersFrames | David Lazar |
| 2017-03-29 | runtime: handle inlined calls in runtime.Callers | David Lazar |
| 2017-03-06 | runtime: avoid repeated findmoduledatap calls | Austin Clements |
| 2017-03-03 | runtime: use inlining tables to generate accurate tracebacks | David Lazar |
| 2017-02-14 | runtime: remove stack barriers | Austin Clements |
| 2016-12-19 | runtime: clean up and improve reflect.methodValue comments | Austin Clements |
| 2016-11-22 | runtime: do not print runtime panic frame at top of user stack | Russ Cox |
| 2016-10-17 | runtime: fix getArgInfo for deferred reflection calls | Austin Clements |
| 2016-08-23 | runtime: add msan calls before calling traceback functions | Ian Lance Taylor |
| 2016-06-02 | runtime: only permit SetCgoTraceback to be called once | Ian Lance Taylor |
| 2016-06-02 | runtime: fix typo in comment | Dmitry Vyukov |
| 2016-05-31 | runtime: pass signal context to cgo traceback function | Ian Lance Taylor |
| 2016-05-24 | runtime: update SP when jumping stacks in traceback | Austin Clements |
| 2016-05-18 | runtime: print PC, not the counter, for a cgo traceback | Ian Lance Taylor |
| 2016-05-06 | runtime: stop traceback at foreign function | Russ Cox |
| 2016-04-29 | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor |
| 2016-04-27 | runtime: fix SetCgoTraceback doc indentation | Brad Fitzpatrick |
| 2016-04-01 | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor |
| 2016-03-07 | runtime: eliminate unnecessary type conversions | Matthew Dempsky |
| 2016-03-02 | all: single space after period. | Brad Fitzpatrick |
| 2016-02-25 | runtime: eliminate unused _Genqueue state | Austin Clements |
| 2016-02-16 | runtime: show panics in traceback | Austin Clements |
| 2015-12-28 | runtime: fix, simplify, and improve scan state in goroutine header | Austin Clements |
| 2015-11-23 | runtime: improve stack barrier debugging | Austin Clements |
| 2015-11-20 | runtime: fix new stack barrier check | Russ Cox |
| 2015-11-19 | runtime: eliminate write barriers from gentraceback | Austin Clements |
| 2015-11-19 | runtime: handle sigprof in stackBarrier | Austin Clements |
| 2015-11-12 | runtime: break out system-specific constants into package sys | Michael Matloob |
| 2015-11-05 | runtime: remove background GC goroutine and mark barriers | Austin Clements |
| 2015-10-30 | runtime: introduce GOTRACEBACK=single, now the default | Russ Cox |
| 2015-10-22 | runtime: add pcvalue cache to improve stack scan speed | Austin Clements |
| 2015-10-18 | runtime: add a constant for the smallest possible stack frame | Michael Hudson-Doyle |
| 2015-08-30 | runtime: don't install a stack barrier in cgocallback_gofunc's frame | Austin Clements |
| 2015-08-28 | runtime: check explicitly for short unwinding of stacks | Russ Cox |
| 2015-06-02 | runtime: implement GC stack barriers | Austin Clements |
| 2015-05-21 | runtime: make runtime.callers walk calling G, not g0 | Austin Clements |
| 2015-05-16 | runtime: replace GC programs with simpler encoding, faster decoder | Russ Cox |
| 2015-05-11 | runtime: enable profiling on g0 | Daniel Morsing |
| 2015-04-29 | runtime: print stack of G during a signal | Keith Randall |
| 2015-04-21 | runtime: multi-threaded, utilization-scheduled background mark | Austin Clements |