| Age | Commit message (Expand) | Author | Lines |
| 2019-10-24 | Add unit tests for `array::IntoIter` | Lukas Kalbertodt | -0/+1 |
| 2019-09-14 | Add cmp::{min_by, min_by_key, max_by, max_by_key} | Tim Vermeulen | -0/+1 |
| 2019-09-08 | Rollup merge of #62205 - timvermeulen:iter_order_by, r=KodrAus | Mazdak Farrokhzad | -0/+1 |
| 2019-09-07 | Add `bool::then` and `bool::then_with` | varkor | -0/+2 |
| 2019-09-06 | Add Iterator comparison methods that take a comparison function | Tim Vermeulen | -0/+1 |
| 2019-07-28 | Remove lint annotations in specific crates that are already enforced by rustb... | Vadim Petrochenkov | -1/+0 |
| 2019-07-25 | Rollup merge of #61884 - crlf0710:stablize_euc, r=dtolnay,Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-07-09 | Unit test Iterator::partition_in_place and is_partitioned | Josh Stone | -0/+2 |
| 2019-07-08 | add key and value methods to DebugMap | Ashley Mannix | -0/+1 |
| 2019-07-07 | Stablize Euclidean Modulo (feature euclidean_division) | CrLF0710 | -1/+0 |
| 2019-06-13 | Rollup merge of #61398 - kennytm:stabilize-copy-within, r=SimonSapin | Mazdak Farrokhzad | -1/+0 |
| 2019-06-06 | Rollup merge of #61376 - czipperz:bound-cloned, r=sfackler | Mazdak Farrokhzad | -0/+1 |
| 2019-06-01 | Enable feature bound_cloned for tests | Chris Gregory | -0/+1 |
| 2019-06-01 | Rollup merge of #61364 - lzutao:stabilize-reverse_bits, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2019-05-31 | Stabilize copy_within | kennytm | -1/+0 |
| 2019-05-31 | Stabilize reverse_bits feature | Lzu Tao | -1/+0 |
| 2019-05-30 | Stabilize iter_nth_back feature | Lzu Tao | -1/+0 |
| 2019-05-14 | Add const_unchecked_layout test to libcore/tests | Richard Wiedenhöft | -0/+2 |
| 2019-05-13 | Rollup merge of #60201 - RalfJung:core-tests, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-04-27 | Stabilize Iterator::copied in 1.36.0. | Mazdak Farrokhzad | -1/+0 |
| 2019-04-26 | Remove feature gates from std and tests | Christopher Serr | -1/+0 |
| 2019-04-25 | Add tests for saturating_abs() and saturating_neg functions | Tobias Rapp | -0/+1 |
| 2019-04-23 | deny -> warn | Ralf Jung | -1/+1 |
| 2019-04-20 | Deny rust_2018_idioms in libcore tests | Philipp Hansch | -1/+1 |
| 2019-04-18 | libcore => 2018 | Taiki Endo | -1/+0 |
| 2019-04-03 | Rollup merge of #55448 - Mokosha:SortAtIndex, r=bluss | Mazdak Farrokhzad | -0/+1 |
| 2019-03-31 | Stabilize refcell_replace_swap feature, closes #43570 | Jean-Marie Comets | -1/+0 |
| 2019-03-28 | Rollup merge of #58717 - hellow554:nonzero_parse, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-03-18 | Stabilize refcell_map_split feature | Joshua Liebow-Feeser | -1/+0 |
| 2019-03-16 | Stabilize Option::copied | Aleksey Kladov | -1/+0 |
| 2019-03-11 | Add initial implementation of 'sort_at_index' for slices -- analog to C++'s s... | Pavel Krajcevski | -0/+1 |
| 2019-02-28 | add feature flag to test | Marcel Hellwig | -0/+1 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -1/+0 |
| 2019-02-19 | Stabilize iter::from_fn | Simon Sapin | -1/+0 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -1/+0 |
| 2019-01-17 | Add initial impl of is_sorted to Iterator | Kevin Leimkuhler | -0/+1 |
| 2019-01-13 | Add core::iter::once_with | Stjepan Glavina | -0/+1 |
| 2018-12-26 | Auto merge of #56534 - xfix:copied, r=@SimonSapin | bors | -0/+2 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-23 | Merge branch 'master' into copied | Konrad Borowski | -0/+1 |
| 2018-12-20 | Add DoubleEndedIterator::nth_back | Clar Fon | -0/+1 |
| 2018-12-05 | Add tests for Iterator::copied() | Konrad Borowski | -0/+1 |
| 2018-12-05 | Add tests for Option::copied() | Konrad Borowski | -0/+1 |
| 2018-11-20 | Add std::iter::successors | Simon Sapin | -0/+1 |
| 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/+1 |
| 2018-10-08 | Stabilize the `Option::replace` method | Clément Renault | -1/+0 |