| Age | Commit message (Expand) | Author | Lines |
| 2017-04-13 | Auto merge of #41009 - scottmcm:toowned-clone-into, r=alexcrichton | bors | -0/+13 |
| 2017-04-12 | Add ToOwned::clone_into (unstable as toowned_clone_into) | Scott McMurray | -0/+13 |
| 2017-04-09 | Move away from the ad-hoc NoDrop unions | Simonas Kazlauskas | -9/+3 |
| 2017-04-04 | add [T]::rsplit() and rsplit_mut() #41020 | Jason Orendorff | -0/+68 |
| 2017-03-31 | Auto merge of #40737 - nagisa:safe-slicing-strs, r=BurntSushi | bors | -4/+4 |
| 2017-03-23 | Fix markdown links to pdqsort | Stjepan Glavina | -3/+3 |
| 2017-03-22 | Checked (and unchecked) slicing for strings? | Simonas Kazlauskas | -4/+4 |
| 2017-03-22 | Various fixes to wording consistency in the docs | Stjepan Glavina | -19/+18 |
| 2017-03-21 | Tweak the constants a bit | Stjepan Glavina | -2/+2 |
| 2017-03-21 | Fix a doctest | Stjepan Glavina | -1/+1 |
| 2017-03-21 | Address Alex's PR comments | Stjepan Glavina | -0/+6 |
| 2017-03-21 | Implement feature sort_unstable | Stjepan Glavina | -28/+128 |
| 2017-03-19 | Rollup merge of #40646 - russmack:issue-40435-mention-none, r=frewsxcv | Corey Farwell | -4/+4 |
| 2017-03-19 | Rollup merge of #40603 - QuietMisdreavus:slice-ptr-docs, r=GuillaumeGomez | Corey Farwell | -4/+4 |
| 2017-03-19 | Add mention of None as possible return. Closes #40435. | Russell Mackenzie | -4/+4 |
| 2017-03-17 | minor wording tweak to slice::{as_ptr, as_mut_ptr} | QuietMisdreavus | -4/+4 |
| 2017-03-13 | Remove function invokation parens from documentation links. | Corey Farwell | -11/+11 |
| 2017-02-04 | Slightly optimize slice::sort | Stjepan Glavina | -32/+36 |
| 2017-01-26 | Rewrite the first sentence in slice::sort | Stjepan Glavina | -2/+2 |
| 2017-01-25 | Remove trailing whitespace | Stjepan Glavina | -1/+1 |
| 2017-01-25 | Fix: insertion_len -> max_insertion | Stjepan Glavina | -1/+1 |
| 2017-01-25 | Expand the sort docs | Stjepan Glavina | -11/+33 |
| 2017-01-25 | Fix wording around sort guarantees | Steve Klabnik | -2/+5 |
| 2017-01-19 | Rollup merge of #39165 - frewsxcv:slice, r=GuillaumeGomez | Guillaume Gomez | -10/+24 |
| 2017-01-18 | A few improvements to the slice docs. | Corey Farwell | -10/+24 |
| 2017-01-18 | collections: update docs of slice get() and friends | Georg Brandl | -8/+17 |
| 2017-01-12 | [libcollections] [doc] Fix typo in documentation | Behnam Esfahbod | -1/+1 |
| 2016-12-17 | Minor fix in the merge_sort comments | Stjepan Glavina | -3/+3 |
| 2016-12-08 | Inline nested fn collapse | Stjepan Glavina | -0/+1 |
| 2016-12-07 | Implement a faster sort algorithm | Stjepan Glavina | -180/+298 |
| 2016-11-26 | Overload get{,_mut}{,_unchecked} | Steven Fackler | -4/+14 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -1/+1 |
| 2016-10-08 | Add missing urls in slice doc module | Guillaume Gomez | -7/+19 |
| 2016-09-30 | Rollup merge of #36623 - GuillaumeGomez:doc_typos, r=steveklabnik | Steve Klabnik | -23/+25 |
| 2016-09-24 | Fix some typos and improve doc comments style | Guillaume Gomez | -23/+25 |
| 2016-09-20 | Minor correction in `sort_by_key` doc comment | Nick Platt | -1/+1 |
| 2016-08-08 | Auto merge of #34762 - creativcoder:slice-ext, r=alexcrichton | bors | -4/+4 |
| 2016-08-09 | extend lifetime on binary_search_by_key of SliceExt trait | Rahul Sharma | -4/+4 |
| 2016-07-30 | Rewrite `slice::chunks` doc example to not require printing. | Corey Farwell | -9/+7 |
| 2016-07-25 | Rewrite/expansion of `slice::split` doc examples. | Corey Farwell | -6/+31 |
| 2016-07-23 | Doc example improvements for `slice::windows`. | Corey Farwell | -7/+14 |
| 2016-07-11 | Auto merge of #34725 - GuillaumeGomez:doc_slice, r=steveklabnik | bors | -9/+236 |
| 2016-07-09 | Auto merge of #34745 - alexandermerritt:slice-doc, r=brson | bors | -1/+1 |
| 2016-07-09 | make clone_from_slice consistent with copy_from_slice | Alexander Merritt | -1/+1 |
| 2016-07-09 | Improve slice docs | Guillaume Gomez | -9/+236 |
| 2016-07-08 | Remove useless doc comment for slice | Guillaume Gomez | -1/+0 |
| 2016-05-25 | Auto merge of #33699 - alexcrichton:stabilize-1.10, r=aturon | bors | -2/+1 |
| 2016-05-24 | std: Stabilize APIs for the 1.10 release | Alex Crichton | -2/+1 |
| 2016-05-20 | Clarify docs for sort(&mut self) | Stefan Schindler | -7/+4 |
| 2016-05-04 | Replace copy-pasted variable name with relevant one | Jake Goulding | -2/+2 |