| Age | Commit message (Expand) | Author | Lines |
| 2020-04-21 | Don't fuse Chain in its second iterator | Josh Stone | -0/+1 |
| 2020-03-11 | Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC | Mazdak Farrokhzad | -0/+1 |
| 2020-03-07 | Add `Layout::dangling()` to return a well-aligned `NonNull<u8>` | Tim Diekmann | -0/+1 |
| 2020-03-02 | const forget tests | Dodo | -0/+1 |
| 2020-02-04 | Auto merge of #68708 - Mark-Simulacrum:stage0-step, r=pietroalbini | bors | -1/+0 |
| 2020-02-04 | Stabilize `core::iter::once_with()` | Yuki Okushi | -1/+0 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-28 | Add `Iterator::map_while` method and corresponding `MapWhile` adapter | Waffle | -0/+1 |
| 2020-01-28 | Auto merge of #68234 - CAD97:slice-from-raw-parts, r=KodrAus | bors | -1/+0 |
| 2020-01-28 | stabilize the debug_map_key_value feature | Ashley Mannix | -1/+0 |
| 2020-01-27 | Auto merge of #68165 - thomcc:lt_ones, r=sfackler | bors | -0/+1 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-14 | Stabilize ptr::slice_from_raw_parts[_mut] | CAD97 | -1/+0 |
| 2020-01-14 | Implement `finish_non_exhaustive` for `DebugStruct`. | Richard Dodd | -0/+1 |
| 2020-01-12 | Tests for leading_trailing_ones | Thom Chiovoloni | -0/+1 |
| 2020-01-11 | Rollup merge of #68114 - ecstatic-morse:fix-feature-gating, r=Centril | Mazdak Farrokhzad | -1/+0 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-11 | Rollup merge of #66045 - mzabaluev:unwrap-infallible, r=dtolnay | Yuki Okushi | -0/+2 |
| 2020-01-02 | Add Iterator::try_find | MOZGIII | -0/+1 |
| 2019-12-22 | libcore: test Result::unwrap_infallible | Mikhail Zabaluev | -0/+2 |
| 2019-12-20 | Make ptr::slice_from_raw_parts a const fn available under a feature flag | Dodo | -0/+3 |
| 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 |