aboutsummaryrefslogtreecommitdiff
path: root/test/ken/array.go
AgeCommit message (Expand)Author
2012-02-24test: document ken/*.goRob Pike
2012-02-16test: use testlib (fourth 100)Russ Cox
2012-02-03test: test slice beyond lenIan Lance Taylor
2010-08-31test: don't assign address of array to slice.Ian Lance Taylor
2010-03-30single argument panicRuss Cox
2009-12-10make test/ken safe for optional semisRobert Griesemer
2009-04-15code changes for array conversion.Russ Cox
2009-01-16convert tests; nothing interesting.Russ Cox
2009-01-06new new & makeRuss Cox
2008-12-20fix some tests. only 3 remain broken (complit, hilbert, initcomma).Rob Pike
2008-12-19change *map to map; *chan to chan; new(T) to new(*T)Russ Cox
2008-12-18arraysKen Thompson
2008-11-24compiler catches out of bounds; work aroundRob Pike
2008-09-03update testsRob Pike
2008-08-29fix type of (1<<x)Ken Thompson