Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-02-11 | insert type assertions when narrowing. | Russ Cox | 1 | -1/+1 | |
R=r OCL=24349 CL=24913 | |||||
2009-01-20 | delete export | Russ Cox | 1 | -3/+3 | |
TBR=r OCL=23121 CL=23127 | |||||
2009-01-16 | convert tests; nothing interesting. | Russ Cox | 1 | -3/+3 | |
R=r OCL=23012 CL=23014 | |||||
2009-01-06 | new new & make | Russ Cox | 1 | -7/+7 | |
R=r OCL=22166 CL=22166 | |||||
2009-01-05 | clean up some tests | Rob Pike | 1 | -3/+2 | |
R=rsc DELTA=10 (1 added, 2 deleted, 7 changed) OCL=22033 CL=22033 | |||||
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 | -7/+7 | |
fix bugs left over from *[] to [] conversion. TBR=r OCL=21576 CL=21581 | |||||
2008-12-18 | convert *[] to []. | Russ Cox | 1 | -1/+1 | |
R=r OCL=21563 CL=21571 | |||||
2008-09-03 | update tests | Rob Pike | 1 | -0/+62 | |
add commands to two new ken tests R=gri OCL=14751 CL=14751 |