summaryrefslogtreecommitdiff
path: root/test/ken/array.go
Commit message (Expand)AuthorAgeFilesLines
* test: document ken/*.goRob Pike2012-02-241-0/+2
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* test: test slice beyond lenIan Lance Taylor2012-02-031-0/+3
* test: don't assign address of array to slice.Ian Lance Taylor2010-08-311-4/+4
* 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