Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-08-03 | Imported Upstream version 59upstream/59 | Ondřej Surý | 1 | -0/+5 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -1/+3 | |
2010-04-01 | runtime: turn run time errors checks into panics | Russ Cox | 1 | -4/+23 | |
R=ken2, r CC=golang-dev http://codereview.appspot.com/871042 Committer: Russ Cox <rsc@golang.org> | |||||
2010-03-31 | runtime: make type assertion a runtime.Error, the first of many | Russ Cox | 1 | -0/+112 | |
R=r CC=golang-dev http://codereview.appspot.com/805043 |