summary refs log tree commit diff
path: root/src/libcollections/tests/slice.rs
AgeCommit message (Expand)AuthorLines
2017-05-21Stop returning k from [T]::rotateScott McMurray-2/+1
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+36
2017-05-04Make [u8]::reverse() 5x fasterScott McMurray-0/+10
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+1180