| Age | Commit message (Expand) | Author | Lines |
| 2018-04-24 | Auto merge of #48999 - GuillaumeGomez:add-repeat-on-slice, r=Kimundi | bors | -0/+71 |
| 2018-04-21 | Replace SliceExt with inherent [T] methods in libcore | Simon Sapin | -1391/+5 |
| 2018-04-21 | Move non-allocating [u8] inherent methods to libcore | Simon Sapin | -54/+4 |
| 2018-04-17 | stabilize `swap_with_slice` feature | tinaun | -7/+1 |
| 2018-04-17 | stabilize `slice_rsplit` feature | tinaun | -8/+3 |
| 2018-04-09 | Add trivial early return for sort_by_cached_key | varkor | -0/+1 |
| 2018-03-28 | Add repeat method on slice | Guillaume Gomez | -0/+71 |
| 2018-03-26 | Remove mentions of unstable sort_by_cached key from stable documentation | varkor | -8/+0 |
| 2018-03-18 | Check that the size optimisation is not redundant | varkor | -5/+10 |
| 2018-03-18 | Clarify time complexity | varkor | -2/+3 |
| 2018-03-17 | Improve and fix documentation for sort_by_cached_key | varkor | -8/+12 |
| 2018-03-17 | Fix use of unstable feature in test | varkor | -2/+2 |
| 2018-03-16 | Add sort_by_cached_key method | varkor | -11/+50 |
| 2018-03-16 | Index enumeration by minimally sized type | varkor | -12/+25 |
| 2018-03-16 | Cull the quadratic | varkor | -0/+1 |
| 2018-03-16 | Update documentation | varkor | -10/+11 |
| 2018-03-16 | Clarify behaviour of sort_unstable_by_key with respect to sort_by_key | varkor | -4/+11 |
| 2018-03-16 | Update documentation for sort_by_key | varkor | -7/+4 |
| 2018-03-16 | Compute each key only one during slice::sort_by_key | varkor | -2/+10 |
| 2018-02-22 | Stabilize [T]::rotate_{left,right} | Corey Farwell | -17/+3 |
| 2018-01-21 | Fix broken links to other slice functions in chunks/chunks_mut/exact_chunk/ex... | Sebastian Dröge | -0/+8 |
| 2018-01-15 | Rollup merge of #47126 - sdroege:exact-chunks, r=bluss | kennytm | -0/+74 |
| 2018-01-13 | Mention in the exact_chunks docs that this can often be optimized better by t... | Sebastian Dröge | -0/+15 |
| 2018-01-13 | Fix doctests for slice::exact_chunks() for real | Sebastian Dröge | -2/+2 |
| 2018-01-13 | Fix assertions in examples of the exact_chunk() documentation | Sebastian Dröge | -2/+1 |
| 2018-01-13 | Add #![feature(exact_chunks)] to the documentation examples to fix the doc tests | Sebastian Dröge | -0/+4 |
| 2018-01-13 | Add slice::ExactChunks and ::ExactChunksMut iterators | Sebastian Dröge | -0/+56 |
| 2018-01-13 | Auto merge of #46461 - zackmdavis:elemental_method_suggestion_jamboree, r=est... | bors | -0/+1 |
| 2018-01-09 | Rollup merge of #46777 - frewsxcv:frewsxcv-rotate, r=alexcrichton | Corey Farwell | -35/+64 |
| 2018-01-06 | type error method suggestions use whitelisted identity-like conversions | Zack M. Davis | -0/+1 |
| 2018-01-03 | Rollup merge of #47125 - daboross:patch-3, r=estebank | kennytm | -0/+8 |
| 2018-01-02 | Mention SliceConcatExt's stability in its docs | David Ross | -0/+8 |
| 2018-01-02 | Consistently use chunk_size as the field name for Chunks and ChunksMut | Sebastian Dröge | -6/+6 |
| 2017-12-24 | Deprecate [T]::rotate in favor of [T]::rotate_{left,right}. | Corey Farwell | -35/+64 |
| 2017-12-21 | Clarify docs for split_at_mut | Luc Street | -1/+1 |
| 2017-12-02 | Mark ascii methods on primitive types stable in 1.23.0. | Ralph Giles | -6/+6 |
| 2017-11-29 | Update bootstrap compiler | Alex Crichton | -4/+1 |
| 2017-11-29 | Rollup merge of #46219 - rust-lang:frewsxcv-issue-45636, r=GuillaumeGomez | kennytm | -13/+106 |
| 2017-11-29 | Rollup merge of #46077 - LukasKalbertodt:stabilize-ascii-ctype, r=alexcrichton | kennytm | -114/+0 |
| 2017-11-24 | Improve documentation for slice swap/copy/clone operations. | Corey Farwell | -13/+106 |
| 2017-11-22 | Rename param in `[T]::swap_with_slice` from `src` to `other`. | Corey Farwell | -9/+9 |
| 2017-11-18 | Remove inherent `ascii_ctype` methods from `str` and `[u8]` | Lukas Kalbertodt | -114/+0 |
| 2017-11-03 | Mark several ascii methods as unstable again | Lukas Kalbertodt | -10/+10 |
| 2017-11-03 | Copy `AsciiExt` methods to `str` directly | Lukas Kalbertodt | -1/+1 |
| 2017-11-03 | Copy `AsciiExt` methods to `[u8]` directly | Lukas Kalbertodt | -0/+209 |
| 2017-11-01 | De-stabilize core::slice::{from_ref, from_ref_mut}. | whitequark | -1/+1 |
| 2017-10-23 | Bring back slice::ref_slice as slice::from_ref. | whitequark | -0/+2 |
| 2017-09-04 | Make slice::split_at_mut example demonstrate mutability | Niels Egberts | -20/+25 |
| 2017-08-26 | Rollup merge of #44072 - lukaramu:fix-doc-headings, r=steveklabnik | Corey Farwell | -9/+9 |
| 2017-08-24 | Fix inconsistent doc headings | lukaramu | -9/+9 |