aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/error.go
AgeCommit message (Expand)Author
2014-09-08build: move package sources from src/pkg to srcRuss Cox
2014-09-03runtime: convert symtab.c into symtab.goRuss Cox
2014-08-28runtime: convert runtime1.goc, noasm_arm.goc to GoRuss Cox
2014-08-24runtime: remove some overuse of uintptr/unsafe.PointerRuss Cox
2014-08-23runtime: adjust errorCString definition to avoid allocationRuss Cox
2014-06-16runtime: implement string ops in GoKeith Randall
2014-01-08runtime: change errorCString to a structIan Lance Taylor
2013-09-20runtime: avoid allocation of internal panic valuesRuss Cox
2012-02-12runtime: delete Type and implementations (use reflect instead)Russ Cox
2011-11-01all: rename os.Error to error in various non-code contextsRuss Cox
2011-11-01runtime: update for errorRuss Cox
2011-06-17gc: descriptive panic for nil pointer -> value method callRuss Cox
2010-10-22runtime: print unknown types in panicRuss Cox
2010-04-01runtime: turn run time errors checks into panicsRuss Cox
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox