aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/error.go
AgeCommit message (Expand)Author
2024-05-08runtime: properly frame panic values in tracebacksAlan Donovan
2024-04-02all: use kind* of abiqiulaidongfeng
2023-11-08runtime: add available godoc linkcui fliter
2023-05-11runtime: redefine _type to abi.Type; add rtype for methods.David Chase
2023-05-05cmd/link, runtime: include full symbol name for generic functions in runtime ...Cherry Mui
2023-05-05internal/abi: refactor (basic) type struct into one definitionDavid Chase
2022-09-19cmd/compile: implement slice-to-array conversionsMatthew Dempsky
2022-04-11all: gofmt main repoRuss Cox
2021-12-13all: gofmt -w -r 'interface{} -> any' srcRuss Cox
2021-04-21cmd/compile: allow conversion from slice to array ptrJosh Bleecher Snyder
2020-09-18runtime/debug: provide Addr method for errors from SetPanicOnFaultKeith Randall
2020-03-03runtime: during panic, print value instead of address, if kind is printableEmmanuel T Odeke
2019-11-15all: fix a bunch of misspellingsVille Skyttä
2019-03-18cmd/compile,runtime: provide index information on bounds check failureKeith Randall
2018-07-11runtime: don't say "different packages" if they may not be differentIan Lance Taylor
2018-06-05runtime: slightly better error message for assertion panics with identical lo...Robert Griesemer
2018-03-02internal/bytealg: move IndexByte asssembly to the new bytealg packageKeith Randall
2018-03-01Revert "runtime: use bytes.IndexByte in findnull"Brad Fitzpatrick
2018-03-01runtime: use bytes.IndexByte in findnullJosh Bleecher Snyder
2018-02-23runtime: don't check for String/Error methods in printanyIan Lance Taylor
2018-01-23runtime: never allocate during an unrecoverable panicAustin Clements
2017-09-22runtime: simplify stack walk in panicwrapAustin Clements
2017-04-09runtime: improve output of panic(x) where x is numericTodd Neal
2017-02-11cmd/compile: make panicwrap argument-freeJosh Bleecher Snyder
2016-04-22cmd/compile, etc: use nameOff for rtype stringDavid Crawshaw
2016-04-10runtime: make execution error panic values implement the Error interfaceEmmanuel Odeke
2016-02-24cmd/compile: embed type string header in rtypeDavid Crawshaw
2015-10-21runtime: make iface/eface handling more type safeMatthew Dempsky
2015-03-20cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)Russ Cox
2015-03-18runtime: fix minor typoJosh Bleecher Snyder
2014-09-18runtime: delete panicstring; move its checks into gopanicRuss Cox
2014-09-08build: move package sources from src/pkg to srcRuss Cox