summaryrefslogtreecommitdiff
path: root/test/ken/slicearray.go
Commit message (Expand)AuthorAgeFilesLines
* test/ken/slicearray.go: correct type width in commentIan Lance Taylor2021-12-051-1/+1
* test: document ken/*.goRob Pike2012-02-241-0/+2
* test: use testlib (fourth 100)Russ Cox2012-02-161-1/+1
* delete float, complex - code changesRuss Cox2011-01-191-4/+4
* test new slicesRuss Cox2010-09-081-0/+20
* test: don't assign address of array to slice.Ian Lance Taylor2010-08-311-2/+2
* delete all uses of panicln by rewriting them using panic or,Rob Pike2010-03-241-98/+152
* make test/ken safe for optional semisRobert Griesemer2009-12-101-8/+4
* x[lo:] - gc and runtime.Russ Cox2009-11-201-0/+8
* arraytoslice and some cleanupKen Thompson2009-08-281-1/+6
* inline slicearrayKen Thompson2009-08-271-0/+127