aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/append_test.go
AgeCommit message (Expand)Author
2018-02-15runtime: improve test file namingMartin Möhrmann
2017-08-15runtime: simplify memory capacity check in growsliceMartin Möhrmann
2016-10-04runtime: make append only clear uncopied memoryCarl Mastrangelo
2016-05-25runtime: use Run for more benchmarksMarcel van Lohuizen
2016-04-18runtime: add benchmarks for in-place appendJosh Bleecher Snyder
2016-04-10runtime: speed up makeslice by avoiding divisionsMartin Möhrmann
2016-03-25runtime: speed up growslice by avoiding divisions 2Marvin Stenger
2016-03-14runtime: speed up growslice by avoiding divisionsMartin Möhrmann
2014-09-08build: move package sources from src/pkg to srcRuss Cox