summary refs log tree commit diff
path: root/src/libcore/slice/mod.rs
AgeCommit message (Expand)AuthorLines
2017-04-08slice: Implement .rfind() for slice iterators Iter and IterMutUlrik Sverdrup-0/+13
2017-04-05Rollup merge of #41065 - jorendorff:slice-rsplit-41020, r=alexcrichtonAriel Ben-Yehuda-17/+148
2017-04-05Rollup merge of #40943 - Amanieu:offset_to, r=alexcrichtonAriel Ben-Yehuda-3/+4
2017-04-04simplify implementation of [T]::splitn and friends #41020Jason Orendorff-17/+9
2017-04-04add [T]::rsplit() and rsplit_mut() #41020Jason Orendorff-0/+139
2017-04-03Add ptr::offset_toAmanieu d'Antras-3/+4
2017-03-31Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushibors-28/+24
2017-03-22Checked (and unchecked) slicing for strings?Simonas Kazlauskas-28/+24
2017-03-22Various fixes to wording consistency in the docsStjepan Glavina-5/+5
2017-03-21Unit test heapsortStjepan Glavina-0/+9
2017-03-21Implement feature sort_unstableStjepan Glavina-0/+2460