| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: print pc with fp/sp in traceback | Austin Clements | 2017-06-09 | 1 | -1/+1 |
| * | runtime: include inlined calls in result of CallersFrames | David Lazar | 2017-03-29 | 1 | -0/+2 |
| * | runtime: handle inlined calls in runtime.Callers | David Lazar | 2017-03-29 | 1 | -8/+60 |
| * | runtime: avoid repeated findmoduledatap calls | Austin Clements | 2017-03-06 | 1 | -13/+13 |
| * | runtime: use inlining tables to generate accurate tracebacks | David Lazar | 2017-03-03 | 1 | -1/+16 |
| * | runtime: remove stack barriers | Austin Clements | 2017-02-14 | 1 | -55/+0 |
| * | runtime: clean up and improve reflect.methodValue comments | Austin Clements | 2016-12-19 | 1 | -1/+2 |
| * | runtime: do not print runtime panic frame at top of user stack | Russ Cox | 2016-11-22 | 1 | -6/+8 |
| * | runtime: fix getArgInfo for deferred reflection calls | Austin Clements | 2016-10-17 | 1 | -7/+36 |
| * | runtime: add msan calls before calling traceback functions | Ian Lance Taylor | 2016-08-23 | 1 | -0/+6 |
| * | runtime: only permit SetCgoTraceback to be called once | Ian Lance Taylor | 2016-06-02 | 1 | -0/+10 |
| * | runtime: fix typo in comment | Dmitry Vyukov | 2016-06-02 | 1 | -2/+2 |
| * | runtime: pass signal context to cgo traceback function | Ian Lance Taylor | 2016-05-31 | 1 | -6/+16 |
| * | runtime: update SP when jumping stacks in traceback | Austin Clements | 2016-05-24 | 1 | -0/+1 |
| * | runtime: print PC, not the counter, for a cgo traceback | Ian Lance Taylor | 2016-05-18 | 1 | -1/+1 |
| * | runtime: stop traceback at foreign function | Russ Cox | 2016-05-06 | 1 | -0/+5 |
| * | cmd/cgo, runtime, runtime/cgo: use cgo context function | Ian Lance Taylor | 2016-04-29 | 1 | -38/+124 |
| * | runtime: fix SetCgoTraceback doc indentation | Brad Fitzpatrick | 2016-04-27 | 1 | -34/+34 |
| * | runtime: support symbolic backtrace of C code in a cgo crash | Ian Lance Taylor | 2016-04-01 | 1 | -0/+247 |
| * | runtime: eliminate unnecessary type conversions | Matthew Dempsky | 2016-03-07 | 1 | -3/+3 |
| * | all: single space after period. | Brad Fitzpatrick | 2016-03-02 | 1 | -2/+2 |
| * | runtime: eliminate unused _Genqueue state | Austin Clements | 2016-02-25 | 1 | -1/+0 |
| * | runtime: show panics in traceback | Austin Clements | 2016-02-16 | 1 | -3/+7 |
| * | runtime: fix, simplify, and improve scan state in goroutine header | Austin Clements | 2015-12-28 | 1 | -14/+7 |
| * | runtime: improve stack barrier debugging | Austin Clements | 2015-11-23 | 1 | -7/+9 |
| * | runtime: fix new stack barrier check | Russ Cox | 2015-11-20 | 1 | -1/+1 |
| * | runtime: eliminate write barriers from gentraceback | Austin Clements | 2015-11-19 | 1 | -6/+7 |
| * | runtime: handle sigprof in stackBarrier | Austin Clements | 2015-11-19 | 1 | -0/+28 |
| * | runtime: break out system-specific constants into package sys | Michael Matloob | 2015-11-12 | 1 | -16/+19 |
| * | runtime: remove background GC goroutine and mark barriers | Austin Clements | 2015-11-05 | 1 | -3/+0 |
| * | runtime: introduce GOTRACEBACK=single, now the default | Russ Cox | 2015-10-30 | 1 | -5/+5 |
| * | runtime: add pcvalue cache to improve stack scan speed | Austin Clements | 2015-10-22 | 1 | -2/+4 |
| * | runtime: add a constant for the smallest possible stack frame | Michael Hudson-Doyle | 2015-10-18 | 1 | -11/+6 |
| * | runtime: don't install a stack barrier in cgocallback_gofunc's frame | Austin Clements | 2015-08-30 | 1 | -0/+2 |
| * | runtime: check explicitly for short unwinding of stacks | Russ Cox | 2015-08-28 | 1 | -0/+6 |
| * | runtime: implement GC stack barriers | Austin Clements | 2015-06-02 | 1 | -2/+31 |
| * | runtime: make runtime.callers walk calling G, not g0 | Austin Clements | 2015-05-21 | 1 | -1/+2 |
| * | runtime: replace GC programs with simpler encoding, faster decoder | Russ Cox | 2015-05-16 | 1 | -1/+1 |
| * | runtime: enable profiling on g0 | Daniel Morsing | 2015-05-11 | 1 | -1/+15 |
| * | runtime: print stack of G during a signal | Keith Randall | 2015-04-29 | 1 | -1/+5 |
| * | runtime: multi-threaded, utilization-scheduled background mark | Austin Clements | 2015-04-21 | 1 | -1/+4 |
| * | runtime: replace func-based write barrier skipping with type-based | Russ Cox | 2015-04-20 | 1 | -1/+1 |
| * | all: use "reports whether" in place of "returns true if(f)" | Josh Bleecher Snyder | 2015-03-18 | 1 | -1/+1 |
| * | runtime: add support for linux/arm64 | Aram Hăvărneanu | 2015-03-16 | 1 | -0/+4 |
| * | runtime: fix traceback of crash before LR is stored | Russ Cox | 2015-03-02 | 1 | -1/+1 |
| * | runtime: simplify CPU profiling code | Matthew Dempsky | 2015-02-26 | 1 | -9/+9 |
| * | runtime: never show system goroutines in traceback | Dmitry Vyukov | 2015-02-11 | 1 | -1/+22 |
| * | runtime: rearrange framepointer check condition | Austin Clements | 2015-02-03 | 1 | -1/+1 |
| * | runtime: use 2*regSize for saved frame pointer check | Austin Clements | 2015-02-03 | 1 | -1/+1 |
| * | cmd/6g, liblink, runtime: support saving base pointers | Austin Clements | 2015-02-02 | 1 | -0/+6 |