]> git.lizzy.rs Git - rust.git/commit
Stabilize [T]::rotate_{left,right}
authorCorey Farwell <coreyf@rwell.org>
Fri, 23 Feb 2018 00:53:44 +0000 (19:53 -0500)
committerCorey Farwell <coreyf@rwell.org>
Fri, 23 Feb 2018 01:12:38 +0000 (20:12 -0500)
commitb1a6c8bdd3a76207eff76b004945bc2a13755eca
tree5bf71b616992a858c052e8a2daf4c306135bb7e8
parentb1f8e6fb06d7362eeb2065347a7db94e76b1cb2f
Stabilize [T]::rotate_{left,right}

https://github.com/rust-lang/rust/issues/41891
src/liballoc/benches/lib.rs
src/liballoc/lib.rs
src/liballoc/slice.rs
src/liballoc/tests/lib.rs
src/libcore/slice/mod.rs
src/libcore/tests/lib.rs