| Commit message (Expand) | Author | Age | Files | Lines |
| * | runtime: support for debugger function calls on linux/arm64 | eric fang | 2022-04-23 | 1 | -1/+1 |
| * | runtime: print goid when throwing in gentraceback | Michael Pratt | 2022-03-07 | 1 | -2/+2 |
| * | runtime: support cgo traceback on linux arm64 | eric fang | 2022-03-04 | 1 | -3/+3 |
| * | runtime: start ARM atomic kernel helper traceback in caller | Michael Pratt | 2021-11-12 | 1 | -0/+14 |
| * | runtime, syscall: add calls to asan functions | fanzha02 | 2021-11-02 | 1 | -0/+6 |
| * | cmd/compile, runtime: track argument stack slot liveness | Cherry Mui | 2021-10-27 | 1 | -4/+29 |
| * | runtime: handle async fatal signals in VDSO | Michael Pratt | 2021-10-26 | 1 | -2/+9 |
| * | runtime: convert _func.entry to a method | Josh Bleecher Snyder | 2021-09-27 | 1 | -13/+13 |
| * | all: fix typos | Yasuhiro Matsumoto | 2021-08-17 | 1 | -1/+1 |
| * | [dev.typeparams] runtime/internal/sys: replace BigEndian with goarch.BigEndia... | Michael Anthony Knyszek | 2021-06-17 | 1 | -1/+1 |
| * | [dev.typeparams] runtime: fix import sort order [generated] | Michael Anthony Knyszek | 2021-06-17 | 1 | -1/+1 |
| * | [dev.typeparams] runtime: replace uses of runtime/internal/sys.PtrSize with i... | Michael Anthony Knyszek | 2021-06-17 | 1 | -10/+11 |
| * | [dev.typeparams] all: merge master (fdab5be) into dev.typeparams | Matthew Dempsky | 2021-06-14 | 1 | -5/+1 |
| |\ |
|
| | * | runtime: remove out-of-date comments about frame skipping | Matthew Dempsky | 2021-06-08 | 1 | -5/+1 |
| * | | [dev.typeparams] runtime: remove tracebackdefers | Cherry Mui | 2021-06-08 | 1 | -32/+0 |
| * | | [dev.typeparams] runtime: remove variadic defer/go calls | Cherry Mui | 2021-06-08 | 1 | -6/+3 |
| |/ |
|
| * | runtime: fix handling of SPWRITE functions in traceback | Russ Cox | 2021-05-12 | 1 | -5/+12 |
| * | cmd/compile, runtime: add metadata for argument printing in traceback | Cherry Zhang | 2021-04-22 | 1 | -11/+78 |
| * | reflect: add register ABI support for makeFuncStub and methodValueCall | Michael Anthony Knyszek | 2021-04-02 | 1 | -1/+1 |
| * | runtime: encapsulate access to allgs | Michael Pratt | 2021-03-05 | 1 | -12/+9 |
| * | runtime: ignore SPWRITE in syscall functions | Russ Cox | 2021-02-19 | 1 | -0/+6 |
| * | runtime: enable framepointer on all arm64 | Russ Cox | 2021-02-19 | 1 | -1/+16 |
| * | runtime: do not treat asmcgocall as a topofstack on g0 | Russ Cox | 2021-02-19 | 1 | -12/+1 |
| * | runtime: do not treat morestack as a topofstack | Russ Cox | 2021-02-19 | 1 | -1/+0 |
| * | runtime: do not treat mcall as a topofstack | Russ Cox | 2021-02-19 | 1 | -1/+0 |
| * | runtime: use TOPFRAME to identify top-of-frame functions | Russ Cox | 2021-02-19 | 1 | -4/+1 |
| * | runtime: use FuncInfo SPWRITE flag to identify untraceable profile samples | Russ Cox | 2021-02-19 | 1 | -24/+28 |
| * | runtime: document, clean up internal/sys | Russ Cox | 2021-02-19 | 1 | -12/+8 |
| * | runtime: don't take allglock in tracebackothers | Michael Pratt | 2021-01-05 | 1 | -10/+17 |
| * | runtime: use inlined function name for traceback elision | Austin Clements | 2020-11-24 | 1 | -2/+13 |
| * | Revert "runtime: make stack traces of endless recursion print only top and bo... | Emmanuel Odeke | 2020-11-09 | 1 | -126/+47 |
| * | runtime: make stack traces of endless recursion print only top and bottom 50 | Emmanuel T Odeke | 2020-11-06 | 1 | -47/+126 |
| * | runtime,cmd/cgo: simplify C -> Go call path | Austin Clements | 2020-10-26 | 1 | -1/+1 |
| * | runtime: framepointers are no longer an experiment - hard code them | Keith Randall | 2020-08-27 | 1 | -3/+3 |
| * | runtime: remove tracebackinit and unused skipPC | liu-xuewen | 2020-08-17 | 1 | -13/+0 |
| * | runtime: replace index and contains with bytealg calls | Austin Clements | 2020-08-17 | 1 | -1/+2 |
| * | runtime: fix line number for faulting instructions | Keith Randall | 2019-11-08 | 1 | -1/+14 |
| * | runtime: add async preemption support on ARM | Cherry Zhang | 2019-11-05 | 1 | -2/+3 |
| * | runtime: add general suspendG/resumeG | Austin Clements | 2019-10-25 | 1 | -0/+1 |
| * | runtime: make goroutine for wasm async events short-lived | Richard Musiol | 2019-10-11 | 1 | -2/+2 |
| * | all: remove nacl (part 3, more amd64p32) | Brad Fitzpatrick | 2019-10-10 | 1 | -2/+2 |
| * | runtime: do not omit stack trace of goroutine that handles async events | Richard Musiol | 2019-10-07 | 1 | -3/+3 |
| * | Revert "Revert "cmd/compile,runtime: allocate defer records on the stack"" | Keith Randall | 2019-06-10 | 1 | -35/+7 |
| * | Revert "cmd/compile,runtime: allocate defer records on the stack" | Keith Randall | 2019-06-05 | 1 | -7/+35 |
| * | cmd/compile,runtime: allocate defer records on the stack | Keith Randall | 2019-06-04 | 1 | -35/+7 |
| * | runtime: get map of args of unstarted goroutines like we do for defers | Keith Randall | 2019-06-03 | 1 | -6/+10 |
| * | all: simplify multiple for loops | Daniel Martà | 2019-03-08 | 1 | -4/+1 |
| * | runtime: store incremented PC in result of runtime.Callers | Keith Randall | 2019-01-08 | 1 | -3/+5 |
| * | runtime: proper panic tracebacks with mid-stack inlining | Keith Randall | 2019-01-04 | 1 | -54/+48 |
| * | cmd/compile,runtime: redo mid-stack inlining tracebacks | Keith Randall | 2018-12-28 | 1 | -46/+42 |