summaryrefslogtreecommitdiff
path: root/src/runtime/panic.c
Commit message (Expand)AuthorAgeFilesLines
* [dev.cc] runtime: convert panic and stack code from C to GoRuss Cox2014-11-111-200/+0
* runtime: clear Defer.panic before removing from G.defer listRuss Cox2014-10-071-0/+2
* runtime: zero pointer-looking scalararg valuesKeith Randall2014-10-071-0/+2
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-2/+3
* runtime: assume precisestack, copystack, StackCopyAlways, ScanStackByFramesRuss Cox2014-09-091-30/+5
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+1
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+219