aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/panic.c
AgeCommit message (Expand)Author
2013-02-21cmd/gc, reflect, runtime: switch to indirect func value representationRuss Cox
2013-02-20runtime: prepare for M's running w/o mcacheDmitriy Vyukov
2013-01-29runtime: dump the full stack of a throwing goroutineDmitriy Vyukov
2012-12-29runtime: say 'fatal error' instead of 'throw'Russ Cox
2012-12-22runtime: aggregate defer allocationsRuss Cox
2012-07-04runtime: move panic/defer/recover-related stuff to a separate fileDmitriy Vyukov