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
Age
Commit message (
Expand
)
Author
Lines
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-28
libcore: sort_unstable: remove unnecessary loop.
Vadzim Dambrouski
-1
/
+3
2017-03-26
libcore: sort_unstable: improve randomization in break_patterns.
Vadzim Dambrouski
-24
/
+32
2017-03-25
Optimize insertion sort
Stjepan Glavina
-2
/
+2
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
-7
/
+7
2017-03-21
Unit test heapsort
Stjepan Glavina
-2
/
+11
2017-03-21
Use partial insertion sort
Stjepan Glavina
-54
/
+119
2017-03-21
Tweak the constants a bit
Stjepan Glavina
-5
/
+5
2017-03-21
Fix grammar
Stjepan Glavina
-3
/
+3
2017-03-21
Faster sort_unstable on presorted inputs
Stjepan Glavina
-13
/
+21
2017-03-21
Address Alex's PR comments
Stjepan Glavina
-2
/
+0
2017-03-21
Implement feature sort_unstable
Stjepan Glavina
-0
/
+3088
[prev]