| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: use gcpc/gcsp during traceback of goroutines in syscalls | Dmitriy Vyukov | 2013-08-06 | 1 | -2/+2 |
* | undo CL 12250043 / e911f94c4902 | Dmitriy Vyukov | 2013-08-05 | 1 | -2/+2 |
* | runtime: use gcpc/gcsp during traceback of goroutines in syscalls | Dmitriy Vyukov | 2013-08-05 | 1 | -2/+2 |
* | runtime: print "created by" for running goroutines in traceback | Dmitriy Vyukov | 2013-08-01 | 1 | -7/+8 |
* | runtime: remove unused var | Dmitriy Vyukov | 2013-08-01 | 1 | -2/+0 |
* | cmd/gc: record argument size for all indirect function calls | Dmitriy Vyukov | 2013-07-31 | 1 | -1/+1 |
* | runtime: use funcdata to supply garbage collection information | Russ Cox | 2013-07-19 | 1 | -20/+2 |
* | runtime: cleanup: use ArgsSizeUnknown to mark all functions | Keith Randall | 2013-07-19 | 1 | -0/+1 |
* | runtime: handle morestack/lessstack in stack trace | Russ Cox | 2013-07-18 | 1 | -5/+8 |
* | cmd/ld, runtime: use new contiguous pcln table | Russ Cox | 2013-07-18 | 1 | -6/+6 |
* | runtime: use new frame argument size information | Russ Cox | 2013-07-17 | 1 | -28/+52 |
* | cmd/ld, runtime: new in-memory symbol table format | Russ Cox | 2013-07-16 | 1 | -23/+31 |
* | runtime: adjust traceback for new preemptive reality | Dmitriy Vyukov | 2013-07-11 | 1 | -1/+1 |
* | runtime: fix argument printing during traceback | Dmitriy Vyukov | 2013-06-27 | 1 | -5/+5 |
* | runtime: record proper goroutine state during stack split | Russ Cox | 2013-06-27 | 1 | -49/+34 |
* | runtime: add lr, ctxt, ret to Gobuf | Russ Cox | 2013-06-12 | 1 | -9/+2 |
* | runtime: fix build | Russ Cox | 2013-06-12 | 1 | -1/+1 |
* | runtime: adjust traceback / garbage collector boundary | Russ Cox | 2013-06-12 | 1 | -80/+125 |
* | cmd/ld, runtime: restrict stack root scan to locals and arguments | Carl Shapiro | 2013-03-28 | 1 | -14/+23 |
* | undo CL 7301062 / 9742f722b558 | Russ Cox | 2013-03-05 | 1 | -23/+14 |
* | runtime: restrict stack root scan to locals and arguments | Carl Shapiro | 2013-03-04 | 1 | -14/+23 |
* | runtime: delete old closure code | Russ Cox | 2013-02-22 | 1 | -102/+1 |
* | cmd/gc, reflect, runtime: switch to indirect func value representation | Russ Cox | 2013-02-21 | 1 | -2/+2 |
* | cmd/5g, cmd/5l, cmd/6l, cmd/8l, cmd/gc, cmd/ld, runtime: accurate args and lo... | Carl Shapiro | 2013-02-21 | 1 | -1/+1 |
* | runtime: show frame pointer values during throw | Russ Cox | 2013-02-15 | 1 | -0/+2 |
* | runtime: allocate heap metadata at run time | Russ Cox | 2013-02-15 | 1 | -2/+2 |
* | runtime: cgo-related fixes | Russ Cox | 2013-02-01 | 1 | -0/+5 |
* | runtime: clear up lr comments | Russ Cox | 2013-01-29 | 1 | -8/+1 |
* | runtime: dump the full stack of a throwing goroutine | Dmitriy Vyukov | 2013-01-29 | 1 | -3/+4 |
* | runtime: use "mp" and "gp" instead of "m" and "g" for local variable name to ... | Jingcheng Zhang | 2012-12-19 | 1 | -13/+13 |
* | runtime: switch to 64-bit goroutine ids | Dmitriy Vyukov | 2012-10-26 | 1 | -2/+2 |
* | runtime: update field types in preparation for GC changes | Jan Ziak | 2012-05-30 | 1 | -5/+5 |
* | runtime: fix build | Russ Cox | 2011-12-16 | 1 | -0/+303 |