Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -3/+3 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+121 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -121/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -2/+2 | |
2010-03-30 | single argument panic | Russ Cox | 1 | -1/+2 | |
note that sortmain.go has been run through hg gofmt; only the formatting of the day initializers changed. i'm happy to revert that formatting if you'd prefer. stop on error in doc/progs/run R=r CC=golang-dev http://codereview.appspot.com/850041 | |||||
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -52/+60 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-11-14 | test/interface/receiver.go: expand to do dynamic | Russ Cox | 1 | -0/+8 | |
versions of static checks in receiver1.go R=r http://codereview.appspot.com/155045 | |||||
2009-05-21 | add test for yesterday's interface rule change (interface/convert1.go). | Russ Cox | 1 | -0/+104 | |
move interface tests to subdirectory. R=r DELTA=1632 (827 added, 804 deleted, 1 changed) OCL=29181 CL=29191 |