| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-04-15 | slice: Add tracking issue for slice_binary_search_by_key | Kamal Marhubi | -1/+1 |
| 2016-04-12 | collections: Add slice::binary_search_by_key | Kamal Marhubi | -0/+38 |
| 2016-04-11 | std: Stabilize APIs for the 1.9 release | Alex Crichton | -2/+1 |
| 2016-03-12 | std: Clean out deprecated APIs | Alex Crichton | -3/+0 |
| 2016-03-08 | doc: Fix a bunch of broken links | Alex Crichton | -1/+1 |
| 2016-02-26 | Auto merge of #31834 - ubsan:copy_from_slice, r=alexcrichton | bors | -0/+24 |
| 2016-02-25 | Add unstable copy_from_slice | Nicholas Mazzuca | -0/+24 |
| 2016-02-20 | Correct size of returned iterator | Stephan Hügel | -4/+4 |
| 2016-02-20 | Clarify chunks() and chunks_mut() iterator content | Stephan Hügel | -2/+2 |
| 2016-01-26 | Fix warnings during tests | Alex Crichton | -13/+2 |
| 2016-01-16 | std: Stabilize APIs for the 1.7 release | Alex Crichton | -20/+13 |
| 2015-12-17 | doc: no need to duplicate docs on renamed API | Tshepang Lekhonkhobe | -9/+0 |
| 2015-12-13 | restore tests accidentally removed in #30182 | Tamir Duberstein | -0/+3 |
| 2015-12-10 | std: Remove deprecated functionality from 1.5 | Alex Crichton | -3/+0 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -3/+30 |
| 2015-11-25 | Auto merge of #30017 - nrc:fmt, r=brson | bors | -36/+76 |
| 2015-11-24 | rustfmt libcollections | Nick Cameron | -36/+76 |
| 2015-11-20 | Rename #[deprecated] to #[rustc_deprecated] | Vadim Petrochenkov | -1/+1 |