Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2009-03-03 | Automated g4 rollback of changelist 25024, | Russ Cox | 1 | -30/+30 |
2009-02-13 | convert composite literals from { } to ( ). | Russ Cox | 1 | -30/+30 |
2009-01-15 | convert strconv | Russ Cox | 1 | -86/+86 |
2009-01-06 | new new & make | Russ Cox | 1 | -2/+2 |
2008-12-19 | change *map to map; *chan to chan; new(T) to new(*T) | Russ Cox | 1 | -1/+1 |
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -10/+10 |
2008-11-19 | essentially 100% coverage of strconv in tests. | Russ Cox | 1 | -2/+8 |
2008-11-17 | correctly rounded floating-point conversions | Russ Cox | 1 | -0/+385 |