| Age | Commit message (Expand) | Author | Lines |
| 2017-06-13 | Merge crate `collections` into `alloc` | Murarth | -1943/+0 |
| 2017-06-02 | Rollup merge of #42370 - mbrubeck:docs, r=frewsxcv | Mark Simulacrum | -0/+2 |
| 2017-06-02 | Auto merge of #41670 - scottmcm:slice-rotate, r=alexcrichton | bors | -0/+55 |
| 2017-06-01 | Add [[T]] -> [T] examples to SliceConcatExt docs | Matt Brubeck | -0/+2 |
| 2017-05-26 | Update documentation for indexing/slicing methods | Michael Kohl | -2/+12 |
| 2017-05-22 | Slice::into_vec: Don't link to Vec::into_boxed_slice | Colin Wallace | -3/+1 |
| 2017-05-22 | Mention Vec::into_boxed_slice in docs for [T]::into_vec. | Colin Wallace | -0/+5 |
| 2017-05-21 | Stop returning k from [T]::rotate | Scott McMurray | -7/+7 |
| 2017-05-21 | Tweak comment wording | Scott McMurray | -2/+2 |
| 2017-05-21 | Update slice_rotate to a real tracking number | Scott McMurray | -1/+1 |
| 2017-05-21 | Change the doctest example to slide | Scott McMurray | -9/+12 |
| 2017-05-21 | Add an in-place rotate method for slices to libcore | Scott McMurray | -0/+52 |
| 2017-05-06 | Add links between `slice::{copy,clone}_from_slice` in docs. | Corey Farwell | -0/+9 |
| 2017-04-23 | Add Vec::splice and String::splice | Simon Sapin | -5/+1 |
| 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 |