| Age | Commit message (Expand) | Author | Lines |
| 2018-09-25 | Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton | Pietro Albini | -52/+52 |
| 2018-09-25 | Also rename ExactChunks iterator name to ChunksExact | Sebastian Dröge | -25/+25 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -29/+29 |
| 2018-09-23 | Introduce the partition_dedup/by/by_key methods for slices | Clément Renault | -0/+172 |
| 2018-09-22 | address Mark-Simulacrum comments | Jorge Aparicio | -9/+6 |
| 2018-09-22 | core: fix deprecated warnings | Jorge Aparicio | -13/+10 |
| 2018-09-22 | Rollup merge of #54422 - ljedrz:simplify_first_last, r=Mark-Simulacrum | Pietro Albini | -6/+6 |
| 2018-09-21 | Simplify slice's first(_mut) and last(_mut) with get | ljedrz | -6/+6 |
| 2018-09-20 | define copy_within on slices | Jack O'Connor | -0/+57 |
| 2018-09-16 | Auto merge of #53754 - RalfJung:slice_align_to, r=alexcrichton | bors | -8/+8 |
| 2018-09-03 | Link to more detailed docs in `slice::from_raw_parts_mut` | Tobias Bucher | -4/+7 |
| 2018-08-29 | Fix a comment in src/libcore/slice/mod.rs | Tobias Bucher | -6/+1 |
| 2018-08-28 | stabilize slice_align_to | Ralf Jung | -8/+8 |
| 2018-08-21 | Rollup merge of #53329 - frewsxcv:frewsxcv-ptr-add-sub, r=RalfJung | kennytm | -35/+35 |
| 2018-08-21 | Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor | kennytm | -3/+3 |
| 2018-08-20 | Replace usages of ptr::offset with ptr::{add,sub}. | Corey Farwell | -35/+35 |
| 2018-08-19 | Fix typos found by codespell. | Matthias Krüger | -3/+3 |
| 2018-08-19 | Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton | bors | -0/+4 |
| 2018-08-12 | Rollup merge of #53059 - ljedrz:unneeded_returns, r=kennytm | Guillaume Gomez | -10/+10 |
| 2018-08-05 | Correct invalid feature attributes | varkor | -5/+5 |
| 2018-08-04 | Remove redundant field names in structs | ljedrz | -6/+6 |
| 2018-08-04 | Remove explicit returns where unnecessary | ljedrz | -10/+10 |
| 2018-08-02 | test that align_of handles alignment properly for the mid part | Ralf Jung | -0/+2 |
| 2018-08-02 | debug_assert to ensure that from_raw_parts is only used properly aligned | Ralf Jung | -0/+2 |
| 2018-08-02 | Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton | bors | -212/+151 |
| 2018-08-02 | use the same length computation everywhere | Ralf Jung | -21/+10 |
| 2018-08-02 | Introduce another way to compute the length, to fix position codegen regression | Ralf Jung | -8/+21 |
| 2018-08-02 | simplify len macro: No longer require the type | Ralf Jung | -12/+19 |
| 2018-08-02 | macro-inline len() and is_empty() to fix performance regressions | Ralf Jung | -20/+29 |
| 2018-08-02 | make the code for nth closer to what it used to be | Ralf Jung | -3/+4 |
| 2018-08-02 | use wrapping_offset; fix logic error in nth | Ralf Jung | -10/+12 |
| 2018-08-02 | comments | Ralf Jung | -2/+3 |
| 2018-08-02 | slice iterators: ZST iterators no longer just "make up" addresses | Ralf Jung | -211/+128 |
| 2018-07-30 | fix memrchr in miri | Ralf Jung | -10/+16 |
| 2018-07-28 | Auto merge of #52744 - RalfJung:align_offset, r=Kimundi | bors | -10/+7 |
| 2018-07-27 | use slice::align_to | Ralf Jung | -26/+7 |
| 2018-07-26 | make memrchr use align_offset | Ralf Jung | -1/+17 |
| 2018-07-19 | fix safety-related comment in slice::rotate | Ralf Jung | -1/+1 |
| 2018-07-13 | Auto merge of #51622 - kennytm:three-field-range-inclusive, r=SimonSapin | bors | -10/+10 |
| 2018-07-13 | Change RangeInclusive to a three-field struct. | kennytm | -10/+10 |
| 2018-07-12 | Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichton | bors | -8/+40 |
| 2018-07-11 | Rollup merge of #51701 - anirudhb:master, r=frewsxcv | Guillaume Gomez | -0/+6 |
| 2018-07-10 | Change wording for {copy, clone}_from_slice | Anirudh Balaji | -6/+6 |
| 2018-07-09 | Add "or destination" to {copy, clone}_from_slice example | Anirudh Balaji | -4/+4 |
| 2018-06-30 | Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichton | bors | -3/+0 |
| 2018-06-30 | Bootstrap from 1.28.0-beta.3 | Mark Simulacrum | -3/+0 |
| 2018-06-28 | Rollup merge of #51765 - jonas-schievink:patch-1, r=KodrAus | Mark Rousskov | -2/+2 |
| 2018-06-27 | Nit: Remove leading whitespace | Anirudh Balaji | -2/+2 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -3/+3 |
| 2018-06-24 | Make line-breaking more consistent. | Anirudh Balaji | -8/+6 |