| Age | Commit message (Expand) | Author | Lines |
| 2019-03-19 | Rollup merge of #58778 - xfix:exact_size_case_mapping_iter, r=SimonSapin | Mazdak Farrokhzad | -0/+4 |
| 2019-03-18 | Stabilize refcell_map_split feature | Joshua Liebow-Feeser | -1/+0 |
| 2019-03-16 | Rollup merge of #59231 - matklad:copied, r=Centril | kennytm | -1/+0 |
| 2019-03-16 | Rollup merge of #59206 - sntdevco:master, r=dtolnay | kennytm | -34/+34 |
| 2019-03-16 | Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytm | kennytm | -34/+0 |
| 2019-03-16 | Stabilize Option::copied | Aleksey Kladov | -1/+0 |
| 2019-03-15 | Improved test output for libcore/num/int_macros | sntdevco | -24/+24 |
| 2019-03-15 | Improved test output for libcore/ops | sntdevco | -4/+4 |
| 2019-03-15 | Improved test output for libcore/cell | sntdevco | -6/+6 |
| 2019-03-13 | Rollup merge of #59138 - timvermeulen:simplify_select_fold1, r=sfackler | Mazdak Farrokhzad | -0/+28 |
| 2019-03-12 | Add tests to ensure that Iterator::min and Iterator::max are stable | Tim Vermeulen | -0/+28 |
| 2019-03-12 | Replace assert with assert_eq for better debugging | Sayan Nandan | -118/+118 |
| 2019-03-11 | Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s... | Pavel Krajcevski | -0/+119 |
| 2019-03-10 | we can now skip should_panic tests with the libtest harness | Ralf Jung | -34/+0 |
| 2019-03-06 | Implement `iter::Sum` and `iter::Product` for `Option` | John Downey | -0/+16 |
| 2019-02-28 | fixed tests again | Marcel Hellwig | -14/+12 |
| 2019-02-28 | add feature flag to test | Marcel Hellwig | -0/+1 |
| 2019-02-28 | fixed nonzero tests | Marcel Hellwig | -4/+3 |
| 2019-02-27 | replaced nonzeroparseerror with regular interror | Marcel Hellwig | -7/+13 |
| 2019-02-27 | Remove copy paste error in char tests | Oliver Middleton | -1/+1 |
| 2019-02-27 | Implement ExactSizeIterator for ToLowercase and ToUppercase | Konrad Borowski | -0/+4 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -1/+0 |
| 2019-02-25 | Add FromStr impl for NonZero types | Marcel Hellwig | -0/+17 |
| 2019-02-24 | implement nth_back for Windows | Adrian Friedli | -0/+13 |
| 2019-02-23 | Rollup merge of #58122 - matthieu-m:range_incl_perf, r=dtolnay | Mazdak Farrokhzad | -3/+21 |
| 2019-02-20 | Rollup merge of #58576 - SimonSapin:successors, r=Centril | kennytm | -1/+0 |
| 2019-02-19 | Stabilize iter::from_fn | Simon Sapin | -1/+0 |
| 2019-02-17 | Remove UB in test_ptr_subtraction test | Konrad Borowski | -2/+4 |
| 2019-02-17 | Remove UB in test_is_null test | Konrad Borowski | -3/+2 |
| 2019-02-13 | review failures in btree, string | Ralf Jung | -1/+0 |
| 2019-02-13 | the formatting issue got fixed | Ralf Jung | -3/+3 |
| 2019-02-13 | review or fix remaining miri failures in libcore | Ralf Jung | -9/+28 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -1/+0 |
| 2019-02-13 | review or fix miri failures in iter, slice, cell, time | Ralf Jung | -15/+11 |
| 2019-02-13 | mark failures expected due to panics | Ralf Jung | -15/+15 |
| 2019-02-10 | libs: doc comments | Alexander Regueiro | -2/+2 |
| 2019-02-09 | Fix exhaustion of inclusive range try_fold and try_rfold | Matthieu M | -3/+21 |
| 2019-02-07 | disable tests in Miri | Ralf Jung | -0/+38 |
| 2019-01-22 | Auto merge of #57475 - SimonSapin:signed, r=estebank | bors | -1/+9 |
| 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 |