| Age | Commit message (Expand) | Author | Lines |
| 2022-04-02 | Rollup merge of #95556 - declanvk:nonnull-provenance, r=dtolnay | Dylan DPC | -0/+1 |
| 2022-04-01 | Implement provenance preserving method on NonNull | Declan Kelly | -0/+1 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -1/+0 |
| 2022-02-13 | stabilize const_ptr_offset | SaltyKitkat | -1/+0 |
| 2022-03-20 | Don't declare test_variadic_fnptr with two conflicting signatures | bjorn3 | -0/+1 |
| 2022-03-09 | Rollup merge of #93057 - frengor:iter_collect_into, r=m-ou-se | Matthias Krüger | -0/+1 |
| 2022-02-28 | Rollup merge of #89793 - ibraheemdev:from_ptr_range, r=m-ou-se | Matthias Krüger | -0/+1 |
| 2022-02-27 | add `slice::{from_ptr_range, from_mut_ptr_range}` | Ibraheem Ahmed | -0/+1 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -2/+0 |
| 2022-02-20 | Add collect_into | fren_gor | -0/+1 |
| 2022-02-19 | Rollup merge of #93658 - cchiw:issue-77443-fix, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2022-02-16 | Add a `try_collect()` helper method to `Iterator` | Arthur Lafrance | -0/+1 |
| 2022-02-14 | Write {ui,} tests for `pin_macro` and `pin!` | Daniel Henry-Mantilla | -0/+2 |
| 2022-02-10 | added space | Charisee | -1/+1 |
| 2022-02-10 | replace feature expression (cfg_panic) in lib and remove expression from tests | Charisee | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -1/+1 |
| 2022-02-01 | Rollup merge of #91828 - oxalica:feat/waker-getters, r=dtolnay | Matthias Krüger | -0/+2 |
| 2022-01-30 | Remove deprecated and unstable slice_partition_at_index functions | est31 | -1/+0 |
| 2022-01-29 | Rollup merge of #93236 - woppopo:const_nonnull_new, r=oli-obk | Matthias Krüger | -0/+2 |
| 2022-01-28 | Add a test case for using NonNull::new in const context | woppopo | -0/+2 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -0/+1 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -1/+1 |
| 2021-12-23 | Constify `core::intrinsics::black_box` | woppopo | -0/+4 |
| 2021-12-17 | Constify (most) `Option` methods | Deadbeef | -0/+2 |
| 2021-12-17 | Implement data and vtable getters for `RawWaker` | oxalica | -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 |