summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/error.go
AgeCommit message (Collapse)AuthorFilesLines
2011-08-03Imported Upstream version 59upstream/59Ondřej Surý1-0/+5
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-1/+3
2010-04-01runtime: turn run time errors checks into panicsRuss Cox1-4/+23
R=ken2, r CC=golang-dev http://codereview.appspot.com/871042 Committer: Russ Cox <rsc@golang.org>
2010-03-31runtime: make type assertion a runtime.Error, the first of manyRuss Cox1-0/+112
R=r CC=golang-dev http://codereview.appspot.com/805043