aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/panic1.go
AgeCommit message (Expand)Author
2015-10-16runtime: merge panic1.go into panic.goNodir Turakulov
2015-06-07runtime: unwind stack barriers when writing above the current frameAustin Clements
2015-06-02runtime: implement GC stack barriersAustin Clements
2015-03-16runtime: add support for linux/arm64Aram Hăvărneanu
2015-02-02runtime: rename m.gcing to m.preemptoff and make it a stringAustin Clements
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-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-09-08runtime: merge panic1.go back into panic.goKeith Randall
2014-09-08build: move package sources from src/pkg to srcRuss Cox