Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-03-04 | Imported Upstream version 1.1~hg20130304upstream/1.1_hg20130304 | Michael Stapelberg | 1 | -7/+64 | |
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -7/+130 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+127 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -127/+0 | |
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -4/+20 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -34/+85 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-12-18 | gc: method expressions on concrete types | Russ Cox | 1 | -1/+9 | |
R=ken2 http://codereview.appspot.com/180092 | |||||
2009-09-14 | fix "declared and not used" in tests; | Russ Cox | 1 | -1/+0 | |
also template/template.go, missed last time. R=r DELTA=116 (61 added, 10 deleted, 45 changed) OCL=34620 CL=34622 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -7/+7 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -7/+7 | |
R=r OCL=23012 CL=23014 | |||||
2008-11-04 | move invalid method uses to new test | Russ Cox | 1 | -10/+0 | |
R=iant DELTA=24 (13 added, 10 deleted, 1 changed) OCL=18424 CL=18439 | |||||
2008-10-07 | update code to follow new semicolon rules: | Russ Cox | 1 | -1/+1 | |
* 1. all statements and declarations are terminated by semicolons * 2. semicolons can be omitted at top level. * 3. semicolons can be omitted before and after the closing ) or } * on a list of statements or declarations. /home/rsc/bin/addsemi and then diff+tweak. R=r,gri OCL=16620 CL=16643 | |||||
2008-10-04 | add method test & fix method name bugs | Russ Cox | 1 | -0/+63 | |
R=ken,r DELTA=86 (72 added, 9 deleted, 5 changed) OCL=16488 CL=16488 |