summaryrefslogtreecommitdiff
path: root/test/ken/array.go
AgeCommit message (Expand)AuthorFilesLines
2009-04-15code changes for array conversion.Russ Cox1-4/+4
2009-01-16convert tests; nothing interesting.Russ Cox1-4/+4
2009-01-06new new & makeRuss Cox1-3/+3
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike1-3/+3
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox1-1/+1
2008-12-18arraysKen Thompson1-4/+4
2008-11-24compiler catches out of bounds; work aroundRob Pike1-1/+2
2008-09-03update testsRob Pike1-5/+4
2008-08-29fix type of (1<<x)Ken Thompson1-0/+156