index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
slice
/
rotate.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-06
Improve `ptr_rotate` performance, tests, and benchmarks
Aaron Kutch
-69
/
+152
2019-04-27
Rename .cap() methods to .capacity()
Matthias Geier
-2
/
+2
2019-04-18
libcore => 2018
Taiki Endo
-3
/
+3
2019-03-26
adjust MaybeUninit API to discussions
Ralf Jung
-1
/
+1
2019-02-10
tests: doc comments
Alexander Regueiro
-4
/
+4
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-11-23
use MaybeUninit in core::slice::rotate
Ralf Jung
-9
/
+3
2018-09-29
Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"
Ralf Jung
-3
/
+9
2018-09-22
address Mark-Simulacrum comments
Jorge Aparicio
-5
/
+2
2018-09-22
core: fix deprecated warnings
Jorge Aparicio
-6
/
+3
2018-08-20
Replace usages of ptr::offset with ptr::{add,sub}.
Corey Farwell
-7
/
+7
2018-07-19
fix safety-related comment in slice::rotate
Ralf Jung
-1
/
+1
2017-06-21
Reuse the mem::swap optimizations to speed up slice::rotate
Scott McMurray
-8
/
+1
2017-05-21
Remove the optimization in ptr_swap_n
Scott McMurray
-45
/
+3
2017-05-21
Add an in-place rotate method for slices to libcore
Scott McMurray
-0
/
+154