Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Imported Upstream version 1upstream/1 | Ondřej Surý | 1 | -5/+7 | |
2011-09-13 | Imported Upstream version 60upstream/60 | Ondřej Surý | 1 | -0/+79 | |
2011-09-13 | Imported Upstream version 60 | Ondřej Surý | 1 | -79/+0 | |
2010-03-24 | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 1 | -19/+64 | |
in the tests, println+panic. gofmt some tests too. R=rsc CC=golang-dev http://codereview.appspot.com/741041 | |||||
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -4/+4 | |
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 | -4/+4 | |
only non-trivial changes are in convlit1.go golden.out R=gri OCL=25019 CL=25024 | |||||
2009-01-06 | fixed and added more tests | Ken Thompson | 1 | -3/+20 | |
R=r OCL=22187 CL=22187 | |||||
2008-12-20 | fix some tests. only 3 remain broken (complit, hilbert, initcomma). | Rob Pike | 1 | -1/+1 | |
leaving golden.out alone for now. R=ken DELTA=13 (0 added, 0 deleted, 13 changed) OCL=21682 CL=21682 | |||||
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -1/+1 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-10-14 | allow trailing comma in braced initialized list | Russ Cox | 1 | -0/+17 | |
R=ken OCL=17141 CL=17143 |