summaryrefslogtreecommitdiff
path: root/test/append.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: optimize append(x, make([]T, y)...) slice extensionMartin Möhrmann2018-05-061-9/+16
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-1/+1
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* test: test append with two different named types with same element typeIan Lance Taylor2012-02-011-0/+15
* runtime: append([]byte, string...)Luuk van Dijk2011-10-121-0/+5
* delete float, complex - code changesRuss Cox2011-01-191-1/+1
* test for append() built-inRobert Griesemer2010-10-281-0/+227