| Age | Commit message (Expand) | Author | Lines |
| 2018-09-25 | Rollup merge of #54537 - sdroege:chunks-exact, r=alexcrichton | Pietro Albini | -30/+30 |
| 2018-09-24 | Rename slice::exact_chunks() to slice::chunks_exact() | Sebastian Dröge | -30/+30 |
| 2018-09-23 | Introduce the partition_dedup/by/by_key methods for slices | Clément Renault | -0/+60 |
| 2018-09-20 | add tests for copy_within | Jack O'Connor | -0/+47 |
| 2018-09-16 | Auto merge of #53754 - RalfJung:slice_align_to, r=alexcrichton | bors | -1/+0 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -10/+10 |
| 2018-08-28 | stabilize slice_align_to | Ralf Jung | -1/+0 |
| 2018-08-25 | Auto merge of #53385 - matklad:stabilize-find-map, r=KodrAus | bors | -1/+0 |
| 2018-08-19 | Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichton | bors | -0/+14 |
| 2018-08-15 | Stablize Iterator::find_map | Aleksey Kladov | -1/+0 |
| 2018-08-14 | Auto merge of #53033 - RalfJung:manually_dro, r=SimonSapin | bors | -0/+5 |
| 2018-08-06 | unconfuse @eddyb | Ralf Jung | -1/+2 |
| 2018-08-05 | Fix 2018 edition tests | varkor | -1/+0 |
| 2018-08-05 | Fix stage 2 tests | varkor | -1/+0 |
| 2018-08-05 | Remove unnecessary or invalid feature attributes | varkor | -3/+0 |
| 2018-08-03 | unsized ManuallyDrop | Ralf Jung | -0/+4 |
| 2018-08-02 | test that align_of handles alignment properly for the mid part | Ralf Jung | -0/+14 |
| 2018-08-02 | Auto merge of #52206 - RalfJung:zst-slices, r=alexcrichton | bors | -0/+126 |
| 2018-08-02 | test nth better | Ralf Jung | -11/+37 |
| 2018-08-02 | slice iterators: ZST iterators no longer just "make up" addresses | Ralf Jung | -0/+100 |
| 2018-08-01 | Auto merge of #51609 - dscorbett:is_numeric, r=alexcrichton | bors | -1/+2 |
| 2018-08-01 | Rollup merge of #52732 - SimonSapin:spring, r=Mark-Simulacrum | Pietro Albini | -51/+0 |
| 2018-07-30 | Remove unstable and deprecated APIs | Simon Sapin | -51/+0 |
| 2018-07-29 | resolved upstream merge conflicts | Brad Gibson | -133/+885 |
| 2018-07-29 | Auto merge of #52767 - ljedrz:avoid_format, r=petrochenkov | bors | -1/+1 |
| 2018-07-29 | Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakis | bors | -2/+1 |
| 2018-07-28 | Auto merge of #52711 - eddyb:unsized-manuallydrop, r=nikomatsakis | bors | -0/+25 |
| 2018-07-27 | Use str::repeat | Shotaro Yamada | -2/+1 |
| 2018-07-27 | add smoke test for ManuallyDrop | Ralf Jung | -0/+25 |
| 2018-07-27 | Prefer to_string() to format!() | ljedrz | -1/+1 |
| 2018-07-25 | Add missing dyn | Tatsuyuki Ishi | -22/+26 |
| 2018-07-14 | Rollup merge of #52003 - Kerollmops:option-replace, r=Kimundi | kennytm | -0/+16 |
| 2018-07-12 | Auto merge of #51339 - sdroege:exact-chunks-remainder, r=alexcrichton | bors | -0/+14 |
| 2018-07-09 | Add a basic test to `Option::replace` | Clément RENAULT | -0/+16 |
| 2018-07-03 | Auto merge of #51564 - SimonSapin:try-int, r=alexcrichton | bors | -0/+127 |
| 2018-07-01 | Rollup merge of #51511 - Centril:feature/stabilize_iterator_flatten, r=SimonS... | Pietro Albini | -1/+0 |
| 2018-06-28 | Rollup merge of #50342 - fkjogu:euclidean, r=BurntSushi | kennytm | -0/+19 |
| 2018-06-27 | Auto merge of #51598 - Pazzaz:master, r=sfackler | bors | -0/+14 |
| 2018-06-26 | migrate codebase to `..=` inclusive range patterns | Zack M. Davis | -2/+2 |
| 2018-06-26 | Add unit tests for `.mod_euc()` and `.div_euc()` | Fabian Kössel | -0/+19 |
| 2018-06-21 | Auto merge of #51601 - Emerentius:step_by_range_diet, r=sfackler | bors | -0/+8 |
| 2018-06-19 | specialize StepBy<Range(Inclusive)> | Emerentius | -0/+8 |
| 2018-06-17 | Treat gc=No characters as numeric | David Corbett | -1/+2 |
| 2018-06-17 | Auto merge of #51466 - joshlf:ref-split, r=dtolnay | bors | -0/+59 |
| 2018-06-16 | Optimize sum of Durations by using custom function | Pazzaz | -0/+14 |
| 2018-06-13 | Add Ref/RefMut map_split method | Joshua Liebow-Feeser | -0/+59 |
| 2018-06-11 | stabilize Iterator::flatten in 1.29, fixes #48115. | Mazdak Farrokhzad | -1/+0 |
| 2018-06-10 | Auto merge of #51200 - tmccombs:stable-iter-repeat-with, r=Centril,kennytm | bors | -13/+0 |
| 2018-06-06 | Revert "Remove TryFrom impls that might become conditionally-infallible with ... | Simon Sapin | -0/+127 |
| 2018-06-04 | Add ExactChunks::remainder and ExactChunks::into_remainder | Sebastian Dröge | -0/+14 |