aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/slice_test.go
AgeCommit message (Expand)Author
2020-08-17all: add empty line between copyright header and package clauseTobias Klauser
2020-05-07cmd/compile: optimize make+copy pattern to avoid memclrMartin Möhrmann
2018-10-23runtime: use multiplication with overflow check for makesliceMartin Möhrmann
2018-05-06cmd/compile: optimize append(x, make([]T, y)...) slice extensionMartin Möhrmann
2018-04-13runtime: avoid division in growsliceIlya Tocar
2018-02-15runtime: improve test file namingMartin Möhrmann