about summary refs log tree commit diff
path: root/src/libcore/tests/slice.rs
AgeCommit message (Expand)AuthorLines
2017-08-02Fixed errors in libstd.Isaac van Bakel-6/+6
2017-05-21Stop returning k from [T]::rotateScott McMurray-2/+2
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+16
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+13
2017-04-03Move libXtest into libX/testsStjepan Glavina-0/+291