| Age | Commit message (Expand) | Author | Lines |
| 2021-12-23 | Constify `core::intrinsics::black_box` | woppopo | -0/+4 |
| 2021-12-17 | Constify (most) `Option` methods | Deadbeef | -0/+2 |
| 2021-12-15 | Constify `bool::then{,_some}` | Deadbeef | -0/+1 |
| 2021-12-12 | Revert "Auto merge of #89450 - usbalbin:const_try_revert, r=oli-obk" | Deadbeef | -1/+2 |
| 2021-12-09 | Add tests asserting the function-like semantics of `join!()` | Daniel Henry-Mantilla | -0/+1 |
| 2021-12-07 | add tests for `core::future::join` | Ibraheem Ahmed | -0/+3 |
| 2021-12-04 | Add a `try_reduce` method to the Iterator trait | kit | -0/+1 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -3/+1 |
| 2021-12-01 | Rollup merge of #88502 - ibraheemdev:slice-take, r=dtolnay | Matthias Krüger | -0/+1 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -3/+1 |
| 2021-11-28 | Add test for const `MaybeUninit` | Jacob Pratt | -0/+1 |
| 2021-11-22 | Partially stabilize `duration_consts_2` | Jacob Pratt | -1/+1 |
| 2021-11-20 | Implement IEEE 754-2019 minimun and maximum functions for f32/f64 | Loïc BRANSTETT | -0/+1 |
| 2021-11-13 | Auto merge of #89551 - jhpratt:stabilize-const_raw_ptr_deref, r=oli-obk | bors | -1/+1 |
| 2021-11-12 | add slice take methods | Ibraheem Ahmed | -0/+1 |
| 2021-11-13 | Auto merge of #89167 - workingjubilee:use-simd, r=MarkSimulacrum | bors | -0/+3 |
| 2021-11-12 | Test core::simd works | Jubilee Young | -0/+3 |
| 2021-11-06 | Stabilize `const_raw_ptr_deref` for `*const T` | Jacob Pratt | -1/+1 |
| 2021-10-31 | Rollup merge of #89951 - ojeda:stable-unwrap_unchecked, r=dtolnay | Matthias Krüger | -1/+0 |
| 2021-10-25 | Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-10-24 | Rollup merge of #90162 - WaffleLapkin:const_array_slice_from_ref_mut, r=oli-obk | Matthias Krüger | -0/+2 |
| 2021-10-23 | update cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-10-23 | Add tests for `const_slice_from_ref` and `const_array_from_ref` | Maybe Waffle | -0/+2 |
| 2021-10-22 | Implement split_array and split_array_mut | Jethro Beekman | -0/+1 |
| 2021-10-20 | Stabilize `option_result_unwrap_unchecked` | Miguel Ojeda | -1/+0 |
| 2021-10-18 | Make more `From` impls `const` | woppopo | -0/+1 |
| 2021-10-17 | Make Result::as_mut const | woppopo | -0/+1 |
| 2021-10-17 | Add `#![cfg_attr(bootstrap, feature(const_panic))]` to `library/core/tests/li... | woppopo | -0/+1 |
| 2021-10-09 | Rollup merge of #75644 - c410-f3r:array, r=yaahc | Guillaume Gomez | -0/+1 |
| 2021-10-07 | Revert "Stabilize `Iterator::intersperse()`" | Jane Lusby | -0/+1 |
| 2021-10-02 | Revert "Auto merge of #86853 - usbalbin:const_try, r=oli-obk" | Albin Hedman | -3/+1 |
| 2021-09-30 | Add 'core::array::from_fn' and 'core::array::try_from_fn' | Caio | -0/+1 |
| 2021-09-30 | Auto merge of #86853 - usbalbin:const_try, r=oli-obk | bors | -1/+3 |
| 2021-09-17 | Stabilize `Iterator::map_while` | Maybe Waffle | -1/+0 |
| 2021-09-15 | Move tests to library/core/tests | Albin Hedman | -1/+3 |
| 2021-09-02 | Rollup merge of #88582 - jhpratt:int_roundings, r=joshtriplett | Mara Bos | -0/+1 |
| 2021-09-02 | Implement #88581 | Jacob Pratt | -0/+1 |
| 2021-08-31 | Stabilize `Iterator::intersperse()` | inquisitivecrystal | -1/+0 |
| 2021-08-11 | Rollup merge of #87636 - Kixiron:unzip-option, r=scottmcm | Yuki Okushi | -0/+1 |
| 2021-08-09 | Enabled unzip_option feature for core tests & unzip docs | Chase Wilson | -0/+1 |
| 2021-08-07 | Add tests | Albin Hedman | -0/+2 |
| 2021-07-15 | Stabilize `[T; N]::map()` | inquisitivecrystal | -1/+0 |
| 2021-07-07 | Rollup merge of #80918 - yoshuawuyts:int-log2, r=m-ou-se | Yuki Okushi | -0/+1 |
| 2021-07-04 | Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu | bors | -0/+1 |
| 2021-07-03 | Remove the deprecated `core::raw` and `std::raw` module. | Charles Lew | -1/+0 |
| 2021-07-01 | Stabilize `Bound::cloned()` | Aris Merchant | -1/+0 |
| 2021-06-25 | Add Integer::{log,log2,log10} variants | Yoshua Wuyts | -0/+1 |
| 2021-06-22 | Auto merge of #84910 - eopb:stabilize_int_error_matching, r=yaahc | bors | -1/+0 |
| 2021-06-15 | Rollup merge of #85608 - scottmcm:stabilize-control-flow-enum-basics, r=m-ou-se | Yuki Okushi | -1/+0 |
| 2021-06-14 | stabilize `int_error_matching` | Ethan Brierley | -1/+0 |