aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic.go
AgeCommit message (Expand)Author
2015-02-04runtime: bound defer poolsDmitry Vyukov
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
2015-01-06reflect: add write barriersRuss Cox
2015-01-06runtime: add GODEBUG wbshadow for finding missing write barriersRuss Cox
2014-12-29runtime: remove go prefix from a few routinesKeith Randall
2014-12-28runtime: rename gothrow to throwKeith Randall
2014-12-23runtime: make stack frames fixed size by modifying goproc/deferproc.Keith Randall
2014-12-05all: power64 is now ppc64Russ Cox
2014-11-18[dev.cc] runtime: two missed references to "M stack"Austin Clements
2014-11-14[dev.cc] all: merge dev.power64 (7667e41f3ced) into dev.ccRuss Cox
2014-11-12[dev.cc] runtime: delete scalararg, ptrarg; rename onM to systemstackRuss Cox
2014-11-11[dev.cc] runtime: convert panic and stack code from C to GoRuss Cox
2014-10-22[dev.power64] all: merge default into dev.power64Austin Clements
2014-10-22build: merge the great pkg/ rename into dev.power64Austin Clements
2014-10-08runtime: clear Defer.fn before removing from the G.defer listRuss Cox
2014-10-07runtime: fix windows/amd64 buildRuss Cox
2014-10-07runtime: clear Defer.panic before removing from G.defer listRuss Cox
2014-09-19runtime: Fix interaction between Goexit and defersKeith Randall
2014-09-18runtime: delete panicstring; move its checks into gopanicRuss Cox
2014-09-16runtime: make it clear that Goexit cannot be recover'd.Keith Randall
2014-09-16runtime: use traceback to traverse defer structuresRuss Cox
2014-09-11runtime: allow crash from gsignal stackRuss Cox
2014-09-09runtime: merge mallocgc, gomallocgcRuss Cox
2014-09-08runtime: let stack copier update Panic structs for usRuss Cox
2014-09-08runtime: mark freedefer and deferclass go:nosplitRuss Cox
2014-09-08runtime: merge panic1.go back into panic.goKeith Randall
2014-09-08liblink, runtime: diagnose and fix C code running on Go stackRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox