summaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: Fix interaction between Goexit and defersKeith Randall2014-09-191-1/+17
* runtime: delete panicstring; move its checks into gopanicRuss Cox2014-09-181-30/+29
* runtime: make it clear that Goexit cannot be recover'd.Keith Randall2014-09-161-1/+2
* runtime: use traceback to traverse defer structuresRuss Cox2014-09-161-43/+65
* runtime: allow crash from gsignal stackRuss Cox2014-09-111-2/+2
* runtime: merge mallocgc, gomallocgcRuss Cox2014-09-091-1/+1
* runtime: let stack copier update Panic structs for usRuss Cox2014-09-081-3/+3
* runtime: mark freedefer and deferclass go:nosplitRuss Cox2014-09-081-0/+2
* runtime: merge panic1.go back into panic.goKeith Randall2014-09-081-0/+202
* liblink, runtime: diagnose and fix C code running on Go stackRuss Cox2014-09-081-0/+20
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+216