Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -1/+3 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+182 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -182/+0 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -92/+171 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-12-10 | make test/ken safe for optional semis | Robert Griesemer | 1 | -4/+2 | |
R=rsc, ken2, ken3 http://codereview.appspot.com/174042 | |||||
2009-02-11 | insert type assertions when narrowing. | Russ Cox | 1 | -12/+12 | |
R=r OCL=24349 CL=24913 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -1/+1 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -1/+1 | |
R=r OCL=23012 CL=23014 | |||||
2008-11-07 | Don't use a type guard with a type which is not an interface. | Ian Lance Taylor | 1 | -1/+1 | |
R=r,gri DELTA=2 (0 added, 0 deleted, 2 changed) OCL=18781 CL=18785 | |||||
2008-10-24 | Per discussion earlier today with r and gri: when an interface | Ian Lance Taylor | 1 | -1/+2 | |
object has a value of type "int", it should not automatically convert to type "int32". That is, the type alias "int" should be regarded as having been defined as though "type int int32" appeared outside of the package, and as therefore being a different type from "int32". R=ken DELTA=21 (20 added, 0 deleted, 1 changed) OCL=17587 CL=17842 | |||||
2008-10-15 | basic types/interfaces test | Ken Thompson | 1 | -0/+104 | |
R=r OCL=17247 CL=17247 |