summaryrefslogtreecommitdiff
path: root/src/runtime/error.go
Commit message (Expand)AuthorAgeFilesLines
* runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall2020-09-181-0/+20
* runtime: during panic, print value instead of address, if kind is printableEmmanuel T Odeke2020-03-031-6/+45
* all: fix a bunch of misspellingsVille Skyttä2019-11-151-1/+1
* cmd/compile,runtime: provide index information on bounds check failureKeith Randall2019-03-181-0/+108
* runtime: don't say "different packages" if they may not be differentIan Lance Taylor2018-07-111-14/+19
* runtime: slightly better error message for assertion panics with identical lo...Robert Griesemer2018-06-051-1/+6
* internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall2018-03-021-8/+3
* Revert "runtime: use bytes.IndexByte in findnull"Brad Fitzpatrick2018-03-011-1/+0
* runtime: use bytes.IndexByte in findnullJosh Bleecher Snyder2018-03-011-0/+1
* runtime: don't check for String/Error methods in printanyIan Lance Taylor2018-02-231-4/+2
* runtime: never allocate during an unrecoverable panicAustin Clements2018-01-231-2/+1
* runtime: simplify stack walk in panicwrapAustin Clements2017-09-221-13/+10
* 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