Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -22/+23 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-05-08 | move things out of sys into os and runtime | Russ Cox | 1 | -1/+2 | |
R=r OCL=28569 CL=28573 | |||||
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -9/+9 | |
plus significant hand editing. Back to T{x} for composite literals. R=r OCL=25612 CL=25632 | |||||
2009-02-13 | convert composite literals from { } to ( ). | Russ Cox | 1 | -9/+9 | |
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024 | |||||
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 | |||||
2009-01-16 | casify, cleanup sys | Russ Cox | 1 | -1/+1 | |
R=r OCL=22978 CL=22984 | |||||
2009-01-15 | convert strconv | Russ Cox | 1 | -5/+5 | |
R=r DELTA=568 (0 added, 9 deleted, 559 changed) OCL=22898 CL=22901 | |||||
2008-12-10 | another bug cleanup. | Rob Pike | 1 | -0/+58 | |
R=rsc DELTA=117 (54 added, 62 deleted, 1 changed) OCL=20924 CL=20927 |