aboutsummaryrefslogtreecommitdiff
path: root/test/append.go
AgeCommit message (Expand)Author
2018-05-06cmd/compile: optimize append(x, make([]T, y)...) slice extensionMartin Möhrmann
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2012-02-01test: test append with two different named types with same element typeIan Lance Taylor
2011-10-12runtime: append([]byte, string...)Luuk van Dijk
2011-01-19delete float, complex - code changesRuss Cox
2010-10-28test for append() built-inRobert Griesemer