Sign in
go
/
go
/
dc3bef36354c7977cfd9e4459e1e6f31bc8624a6
/
src
/
runtime
/
error.go
2edc4d4
runtime: never allocate during an unrecoverable panic
by Austin Clements
· 7 years ago
354fa9a
runtime: simplify stack walk in panicwrap
by Austin Clements
· 8 years ago
0d33dc3
runtime: improve output of panic(x) where x is numeric
by Todd Neal
· 8 years ago
2c91bb4
cmd/compile: make panicwrap argument-free
by Josh Bleecher Snyder
· 8 years ago
1492e7db
cmd/compile, etc: use nameOff for rtype string
by David Crawshaw
· 9 years ago
e4f1d9c
runtime: make execution error panic values implement the Error interface
by Emmanuel Odeke
· 9 years ago
a858931
cmd/compile: embed type string header in rtype
by David Crawshaw
· 9 years ago
84afa1b
runtime: make iface/eface handling more type safe
by Matthew Dempsky
· 9 years ago
4224d81
cmd/internal/gc: inline x := y.(*T) and x, ok := y.(*T)
by Russ Cox
· 10 years ago
6ffed30
runtime: fix minor typo
by Josh Bleecher Snyder
· 10 years ago
c3b5db8
runtime: delete panicstring; move its checks into gopanic
by Russ Cox
· 11 years ago
c007ce8
build: move package sources from src/pkg to src
by Russ Cox
· 11 years ago
[Renamed from src/pkg/runtime/error.go]
97f8386
runtime: convert symtab.c into symtab.go
by Russ Cox
· 11 years ago
6179aca
runtime: convert runtime1.goc, noasm_arm.goc to Go
by Russ Cox
· 11 years ago
6c67dd9
runtime: remove some overuse of uintptr/unsafe.Pointer
by Russ Cox
· 11 years ago
48452a2
runtime: adjust errorCString definition to avoid allocation
by Russ Cox
· 11 years ago
61dca94
runtime: implement string ops in Go
by Keith Randall
· 11 years ago
7e639c0
runtime: change errorCString to a struct
by Ian Lance Taylor
· 11 years ago
551ada4
runtime: avoid allocation of internal panic values
by Russ Cox
· 12 years ago
6a75ece
runtime: delete Type and implementations (use reflect instead)
by Russ Cox
· 13 years ago
492098e
all: rename os.Error to error in various non-code contexts
by Russ Cox
· 13 years ago
c14f71c
runtime: update for error
by Russ Cox
· 13 years ago
e852202
gc: descriptive panic for nil pointer -> value method call
by Russ Cox
· 14 years ago
1dd0319
runtime: print unknown types in panic
by Russ Cox
· 14 years ago
f75d0d2
runtime: turn run time errors checks into panics
by Russ Cox
· 15 years ago
63e878a
runtime: make type assertion a runtime.Error, the first of many
by Russ Cox
· 15 years ago