Sign in
go
/
go
/
9bef5cfb9b6f8db3465f1b7e799db66599915096
/
src
/
runtime
/
error.go
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