| Age | Commit message (Expand) | Author | Lines |
| 2019-01-17 | Add is_sorted impl for [T] | Kevin Leimkuhler | -0/+15 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+14 |
| 2019-01-17 | Add signed num::NonZeroI* types | Simon Sapin | -1/+9 |
| 2019-01-14 | Remove unnecessary mut | Stjepan Glavina | -1/+1 |
| 2019-01-14 | Fix failing test | Stjepan Glavina | -6/+7 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+18 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -0/+40 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -499/+0 |
| 2018-12-23 | Merge branch 'master' into copied | Konrad Borowski | -23/+79 |
| 2018-12-23 | Rollup merge of #56936 - ubsan:euclidean_div_rem, r=dtolnay | kennytm | -15/+15 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -0/+28 |
| 2018-12-17 | fix tests | Nicole Mazzuca | -2/+2 |
| 2018-12-17 | rename div_euc -> div_euclid, and mod_euc -> rem_euclid | Nicole Mazzuca | -15/+15 |
| 2018-12-17 | Remove `<Cycle as Iterator>::try_fold` override | Shotaro Yamada | -0/+2 |
| 2018-12-11 | std: Depend directly on crates.io crates | Alex Crichton | -6/+13 |
| 2018-12-09 | Auto merge of #56630 - sinkuu:core_iter, r=kennytm | bors | -0/+2 |
| 2018-12-09 | Override Cycle::try_fold | Shotaro Yamada | -0/+2 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -2/+2 |
| 2018-12-05 | Add a test for cloned side effects | Konrad Borowski | -0/+17 |
| 2018-12-05 | Add tests for Iterator::copied() | Konrad Borowski | -0/+18 |
| 2018-12-05 | Add tests for Option::copied() | Konrad Borowski | -0/+22 |
| 2018-11-20 | Add std::iter::successors | Simon Sapin | -0/+12 |
| 2018-11-20 | Auto merge of #56049 - newpavlov:revert_51601, r=sfackler | bors | -0/+7 |
| 2018-11-19 | fix test | Артём Павлов [Artyom Pavlov] | -1/+1 |
| 2018-11-18 | tests | Артём Павлов [Artyom Pavlov] | -0/+10 |
| 2018-11-18 | revert | Артём Павлов [Artyom Pavlov] | -5/+2 |
| 2018-11-14 | core/tests/num: Simplify `test_int_from_str_overflow()` test code | Tobias Bieniek | -16/+8 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+0 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -1/+1 |
| 2018-10-18 | Stabilize slice::rchunks(), rchunks_mut(), rchunks_exact(), rchunk_exact_mut() | Sebastian Dröge | -1/+0 |
| 2018-10-18 | Stabilize slice::chunks_exact() and slice::chunks_exact_mut() | Sebastian Dröge | -1/+0 |
| 2018-10-18 | Add slice::rchunks(), rchunks_mut(), rchunks_exact() and rchunks_exact_mut() | Sebastian Dröge | -0/+223 |
| 2018-10-08 | Stabilize the `Option::replace` method | Clément Renault | -1/+0 |
| 2018-09-29 | Activate the feature in the libcore tests too | Scott McMurray | -0/+1 |
| 2018-09-29 | Use impl_header_lifetime_elision in libcore | Scott McMurray | -1/+1 |
| 2018-09-29 | Auto merge of #54240 - csmoe:nonzero_from, r=alexcrichton | bors | -0/+7 |
| 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-17 | move from_nonzero test from run-pass to libcore | csmoe | -0/+7 |
| 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 |