summaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
Commit message (Expand)AuthorAgeFilesLines
* all: power64 is now ppc64Russ Cox2014-12-051-1/+1
* [dev.cc] runtime: two missed references to "M stack"Austin Clements2014-11-181-1/+1
* [dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox2014-11-141-23/+27
|\
| * [dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox2014-11-121-10/+10
| * [dev.cc] runtime: convert panic and stack code from C to GoRuss Cox2014-11-111-16/+20
* | [dev.power64] all: merge default into dev.power64Austin Clements2014-10-221-2/+2
|\ \ | |/ |/|
| * build: merge the great pkg/ rename into dev.power64Austin Clements2014-10-221-1/+1
* | runtime: clear Defer.fn before removing from the G.defer listRuss Cox2014-10-081-0/+13
* | runtime: fix windows/amd64 buildRuss Cox2014-10-071-2/+8
* | runtime: clear Defer.panic before removing from G.defer listRuss Cox2014-10-071-0/+8
* | 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