summaryrefslogtreecommitdiff
path: root/test/ken/array.go
Commit message (Expand)AuthorAgeFilesLines
* single argument panicRuss Cox2010-03-301-87/+76
* make test/ken safe for optional semisRobert Griesemer2009-12-101-24/+12
* code changes for array conversion.Russ Cox2009-04-151-4/+4
* convert tests; nothing interesting.Russ Cox2009-01-161-4/+4
* new new & makeRuss Cox2009-01-061-3/+3
* fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike2008-12-201-3/+3
* change *map to map; *chan to chan; new(T) to new(*T)Russ Cox2008-12-191-1/+1
* arraysKen Thompson2008-12-181-4/+4
* compiler catches out of bounds; work aroundRob Pike2008-11-241-1/+2
* update testsRob Pike2008-09-031-5/+4
* fix type of (1<<x)Ken Thompson2008-08-291-0/+156