index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
runtime
/
error.go
Age
Commit message (
Expand
)
Author
2022-09-19
cmd/compile: implement slice-to-array conversions
Matthew Dempsky
2022-04-11
all: gofmt main repo
Russ Cox
2021-12-13
all: gofmt -w -r 'interface{} -> any' src
Russ Cox
2021-04-21
cmd/compile: allow conversion from slice to array ptr
Josh Bleecher Snyder
2020-09-18
runtime/debug: provide Addr method for errors from SetPanicOnFault
Keith Randall
2020-03-03
runtime: during panic, print value instead of address, if kind is printable
Emmanuel T Odeke
2019-11-15
all: fix a bunch of misspellings
Ville Skyttä
2019-03-18
cmd/compile,runtime: provide index information on bounds check failure
Keith Randall
2018-07-11
runtime: don't say "different packages" if they may not be different
Ian Lance Taylor
2018-06-05
runtime: slightly better error message for assertion panics with identical lo...
Robert Griesemer
2018-03-02
internal/bytealg: move IndexByte asssembly to the new bytealg package
Keith Randall
2018-03-01
Revert "runtime: use bytes.IndexByte in findnull"
Brad Fitzpatrick
2018-03-01
runtime: use bytes.IndexByte in findnull
Josh Bleecher Snyder
2018-02-23
runtime: don't check for String/Error methods in printany
Ian Lance Taylor
2018-01-23
runtime: never allocate during an unrecoverable panic
Austin Clements
2017-09-22
runtime: simplify stack walk in panicwrap
Austin Clements
2017-04-09
runtime: improve output of panic(x) where x is numeric
Todd Neal
2017-02-11
cmd/compile: make panicwrap argument-free
Josh Bleecher Snyder
2016-04-22
cmd/compile, etc: use nameOff for rtype string
David Crawshaw
2016-04-10
runtime: make execution error panic values implement the Error interface
Emmanuel Odeke
2016-02-24
cmd/compile: embed type string header in rtype
David Crawshaw
2015-10-21
runtime: make iface/eface handling more type safe
Matthew Dempsky
2015-03-20
cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)
Russ Cox
2015-03-18
runtime: fix minor typo
Josh Bleecher Snyder
2014-09-18
runtime: delete panicstring; move its checks into gopanic
Russ Cox
2014-09-08
build: move package sources from src/pkg to src
Russ Cox