Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test/initcomma.go: restore what it's supposed to be testing | Rob Pike | 2012-02-20 | 1 | -4/+6 |
* | test: use testlib (fourth 100) | Russ Cox | 2012-02-16 | 1 | -1/+1 |
* | delete all uses of panicln by rewriting them using panic or, | Rob Pike | 2010-03-24 | 1 | -19/+64 |
* | Automated g4 rollback of changelist 25024, | Russ Cox | 2009-03-03 | 1 | -4/+4 |
* | convert composite literals from { } to ( ). | Russ Cox | 2009-02-13 | 1 | -4/+4 |
* | fixed and added more tests | Ken Thompson | 2009-01-06 | 1 | -3/+20 |
* | fix some tests. only 3 remain broken (complit, hilbert, initcomma). | Rob Pike | 2008-12-20 | 1 | -1/+1 |
* | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 2008-12-19 | 1 | -1/+1 |
* | allow trailing comma in braced initialized list | Russ Cox | 2008-10-14 | 1 | -0/+17 |