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
/
pkg
/
runtime
/
error.go
Age
Commit message (
Expand
)
Author
2014-09-08
build: move package sources from src/pkg to src
Russ Cox
2014-09-03
runtime: convert symtab.c into symtab.go
Russ Cox
2014-08-28
runtime: convert runtime1.goc, noasm_arm.goc to Go
Russ Cox
2014-08-24
runtime: remove some overuse of uintptr/unsafe.Pointer
Russ Cox
2014-08-23
runtime: adjust errorCString definition to avoid allocation
Russ Cox
2014-06-16
runtime: implement string ops in Go
Keith Randall
2014-01-08
runtime: change errorCString to a struct
Ian Lance Taylor
2013-09-20
runtime: avoid allocation of internal panic values
Russ Cox
2012-02-12
runtime: delete Type and implementations (use reflect instead)
Russ Cox
2011-11-01
all: rename os.Error to error in various non-code contexts
Russ Cox
2011-11-01
runtime: update for error
Russ Cox
2011-06-17
gc: descriptive panic for nil pointer -> value method call
Russ Cox
2010-10-22
runtime: print unknown types in panic
Russ Cox
2010-04-01
runtime: turn run time errors checks into panics
Russ Cox
2010-03-31
runtime: make type assertion a runtime.Error, the first of many
Russ Cox