| Age | Commit message (Expand) | Author | Lines |
| 2022-07-16 | Stabilize `future_poll_fn` | Yuki Okushi | -1/+0 |
| 2022-07-14 | Rollup merge of #98315 - joshtriplett:stabilize-core-ffi-c, r=Mark-Simulacrum | Dylan DPC | -1/+0 |
| 2022-07-13 | Stabilize `core::ffi:c_*` and rexport in `std::ffi` | Josh Triplett | -1/+0 |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -1/+0 |
| 2022-07-01 | Allow arithmetic and certain bitwise ops on AtomicPtr | Thom Chiovoloni | -0/+1 |
| 2022-06-21 | Add `Iterator::next_chunk` | Ross MacArthur | -0/+1 |
| 2022-06-10 | Auto merge of #91970 - nrc:provide-any, r=scottmcm | bors | -0/+1 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -1/+0 |
| 2022-06-06 | Add the Provider api to core::any | Nick Cameron | -0/+1 |
| 2022-06-03 | test const_copy to make sure bytewise pointer copies are working | Ralf Jung | -0/+1 |
| 2022-05-29 | Use Box::new() instead of box syntax in core tests | est31 | -1/+0 |
| 2022-05-22 | [RFC 2011] Library code | Caio | -0/+2 |
| 2022-05-20 | Stabilize core::array::from_fn | Caio | -1/+1 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -0/+1 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+1 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+1 |
| 2022-04-12 | Auto merge of #95399 - gilescope:plan_b, r=scottmcm | bors | -0/+1 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+1 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+1 |
| 2022-04-04 | from_u32(0) can just be default() | Giles Cope | -0/+1 |
| 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-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-13 | stabilize const_ptr_offset | SaltyKitkat | -1/+0 |
| 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 |