summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/append_test.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-190/+0
* runtime: smarter slice growDmitriy Vyukov2014-01-271-0/+19
* cmd/gc: inline copy in frontend to call memmove directly.R?my Oudompheng2013-09-121-0/+40
* runtime: tune append crossover on amd64 and 386Dave Cheney2013-08-061-0/+8
* runtime: benchmark for appending N bytes should not append N? bytes.R?my Oudompheng2013-03-021-6/+2
* runtime: special-case append([]byte, string) for small stringsRob Pike2013-03-011-0/+32
* runtime: special-case small byte appends.Rob Pike2013-03-011-0/+43
* runtime: make TestSideEffectOrder work twiceRuss Cox2011-07-141-1/+2
* gc: inline append when len<capLuuk van Dijk2011-05-111-0/+51