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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
slice
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-09-30
address some `FIXME`s whose associated issues were marked as closed
Niv Kaminer
-3
/
+3
2017-09-22
Substitute `...` with the expanded form
Badel2
-9
/
+8
2017-09-22
Add support for `..=` syntax
Alex Burka
-0
/
+4
2017-08-30
Remove Borrow bound from SliceExt::binary_search
Chris Stankus
-15
/
+10
2017-08-21
Add [T]::swap_with_slice
Scott McMurray
-0
/
+13
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-07-20
std: Cut down #[inline] annotations where not necessary
Alex Crichton
-1
/
+1
2017-07-02
Fix tidy errors
Stjepan Glavina
-3
/
+3
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-15
/
+6
2017-06-02
Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton
bors
-0
/
+14
2017-05-24
Rollup merge of #42134 - scottmcm:rangeinclusive-struct, r=aturon
Mark Simulacrum
-40
/
+27
2017-05-21
Stop returning k from [T]::rotate
Scott McMurray
-4
/
+2
2017-05-21
Update slice_rotate to a real tracking number
Scott McMurray
-1
/
+1
2017-05-21
Add an in-place rotate method for slices to libcore
Scott McMurray
-0
/
+16
2017-05-21
Make RangeInclusive just a two-field struct
Scott McMurray
-40
/
+27
2017-05-20
Correct some stability versions
Oliver Middleton
-1
/
+1
2017-05-05
Improve implementation approach comments in [T]::reverse()
Scott McMurray
-4
/
+15
2017-05-04
Make [u8]::reverse() 5x faster
Scott McMurray
-0
/
+38
2017-04-28
Explain why zero-length slices require a non-null pointer
Henri Sivonen
-2
/
+6
2017-04-08
slice: Implement .rfind() for slice iterators Iter and IterMut
Ulrik Sverdrup
-0
/
+13
2017-04-05
Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichton
Ariel Ben-Yehuda
-17
/
+148
2017-04-05
Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichton
Ariel Ben-Yehuda
-3
/
+4
2017-04-04
simplify implementation of [T]::splitn and friends #41020
Jason Orendorff
-17
/
+9
2017-04-04
add [T]::rsplit() and rsplit_mut() #41020
Jason Orendorff
-0
/
+139
2017-04-03
Add ptr::offset_to
Amanieu d'Antras
-3
/
+4
2017-03-31
Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushi
bors
-28
/
+24
2017-03-22
Checked (and unchecked) slicing for strings?
Simonas Kazlauskas
-28
/
+24
2017-03-22
Various fixes to wording consistency in the docs
Stjepan Glavina
-5
/
+5
2017-03-21
Unit test heapsort
Stjepan Glavina
-0
/
+9
2017-03-21
Implement feature sort_unstable
Stjepan Glavina
-0
/
+2460