about summary refs log tree commit diff
path: root/src/libcore/slice/rotate.rs
AgeCommit message (Expand)AuthorLines
2017-06-21Reuse the mem::swap optimizations to speed up slice::rotateScott McMurray-8/+1
2017-05-21Remove the optimization in ptr_swap_nScott McMurray-45/+3
2017-05-21Add an in-place rotate method for slices to libcoreScott McMurray-0/+154