summaryrefslogtreecommitdiff
path: root/src/runtime/slice_test.go
Commit message (Expand)AuthorAgeFilesLines
* all: add empty line between copyright header and package clauseTobias Klauser2020-08-171-0/+1
* cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann2020-05-071-0/+78
* runtime: use multiplication with overflow check for makesliceMartin Möhrmann2018-10-231-8/+56
* cmd/compile: optimize append(x, make([]T, y)...) slice extensionMartin Möhrmann2018-05-061-0/+30
* runtime: avoid division in growsliceIlya Tocar2018-04-131-0/+6
* runtime: improve test file namingMartin Möhrmann2018-02-151-0/+338