summaryrefslogtreecommitdiff
path: root/src/runtime/error.go
Commit message (Expand)AuthorAgeFilesLines
* runtime: improve output of panic(x) where x is numericTodd Neal2017-04-091-2/+30
* cmd/compile: make panicwrap argument-freeJosh Bleecher Snyder2017-02-111-1/+37
* cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw2016-04-221-1/+1
* runtime: make execution error panic values implement the Error interfaceEmmanuel Odeke2016-04-101-1/+12
* cmd/compile: embed type string header in rtypeDavid Crawshaw2016-02-241-1/+1
* runtime: make iface/eface handling more type safeMatthew Dempsky2015-10-211-3/+1
* cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)Russ Cox2015-03-201-19/+0
* runtime: fix minor typoJosh Bleecher Snyder2015-03-181-2/+2
* runtime: delete panicstring; move its checks into gopanicRuss Cox2014-09-181-22/+0
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-0/+129