Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | misc cleanup: gofmt + &x -> x[0:] conversion | Russ Cox | 2010-06-08 | 1 | -3/+3 |
* | single argument panic | Russ Cox | 2010-03-30 | 1 | -48/+54 |
* | make test/ken safe for optional semis | Robert Griesemer | 2009-12-10 | 1 | -2/+1 |
* | x[y:] for strings | Russ Cox | 2009-11-20 | 1 | -1/+1 |
* | string([]int) is now implemented | Rob Pike | 2009-06-04 | 1 | -5/+15 |
* | make string take []byte only, so have to use *[10]byte to convert | Russ Cox | 2009-04-16 | 1 | -2/+2 |
* | new new & make | Russ Cox | 2009-01-06 | 1 | -1/+1 |
* | 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 |
* | fix bug depot: | Rob Pike | 2008-08-11 | 1 | -17/+17 |
* | remove receclarations from tests | Ken Thompson | 2008-06-21 | 1 | -10/+10 |
* | add ken's tests. | Rob Pike | 2008-06-06 | 1 | -0/+103 |