about summary refs log tree commit diff
path: root/src/libcore/slice/rotate.rs
AgeCommit message (Expand)AuthorLines
2019-08-06Improve `ptr_rotate` performance, tests, and benchmarksAaron Kutch-69/+152
2019-04-27Rename .cap() methods to .capacity()Matthias Geier-2/+2
2019-04-18libcore => 2018Taiki Endo-3/+3
2019-03-26adjust MaybeUninit API to discussionsRalf Jung-1/+1
2019-02-10tests: doc commentsAlexander Regueiro-4/+4
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-23use MaybeUninit in core::slice::rotateRalf Jung-9/+3
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-3/+9
2018-09-22address Mark-Simulacrum commentsJorge Aparicio-5/+2
2018-09-22core: fix deprecated warningsJorge Aparicio-6/+3
2018-08-20Replace usages of ptr::offset with ptr::{add,sub}.Corey Farwell-7/+7
2018-07-19fix safety-related comment in slice::rotateRalf Jung-1/+1
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