| Age | Commit message (Expand) | Author | Lines |
| 2022-07-09 | Partially stabilize const_slice_from_raw_parts | Konrad Borowski | -1/+0 |
| 2022-07-08 | revert changes to unicode stability | Jane Losare-Lusby | -1/+1 |
| 2022-07-06 | Rollup merge of #96935 - thomcc:atomicptr-strict-prov, r=dtolnay | Guillaume Gomez | -0/+86 |
| 2022-07-05 | core::any: replace some unstable generic types with impl Trait | Nick Cameron | -11/+11 |
| 2022-07-05 | Rollup merge of #97712 - RalfJung:untyped, r=scottmcm | Dylan DPC | -0/+25 |
| 2022-07-03 | Add size assert in transmute_copy | 5225225 | -0/+40 |
| 2022-07-03 | Fix slice::ChunksMut aliasing | Ben Kimock | -0/+44 |
| 2022-07-01 | update cfg(bootstrap)s | Pietro Albini | -10/+7 |
| 2022-07-01 | Rename AtomicPtr::fetch_{add,sub}{,_bytes} | Thom Chiovoloni | -10/+10 |
| 2022-07-01 | Allow arithmetic and certain bitwise ops on AtomicPtr | Thom Chiovoloni | -0/+86 |
| 2022-06-27 | libcore tests: avoid int2ptr casts | Ralf Jung | -19/+20 |
| 2022-06-21 | Add `Iterator::next_chunk` | Ross MacArthur | -0/+10 |
| 2022-06-17 | Stabilized Option::unzip() | Chase Wilson | -1/+0 |
| 2022-06-16 | Move/rename `lazy::{OnceCell, Lazy}` to `cell::{OnceCell, LazyCell}` | Maybe Waffle | -3/+2 |
| 2022-06-10 | Auto merge of #91970 - nrc:provide-any, r=scottmcm | bors | -0/+63 |
| 2022-06-08 | Stabilize `const_intrinsic_copy` | Yuki Okushi | -1/+0 |
| 2022-06-07 | Use repr(C) when depending on struct layout in ptr tests | Ben Kimock | -0/+1 |
| 2022-06-06 | Add some more tests | Nick Cameron | -2/+42 |
| 2022-06-06 | Modify the signature of the request_* methods so that trait_upcasting is not ... | Nick Cameron | -3/+3 |
| 2022-06-06 | Add the Provider api to core::any | Nick Cameron | -0/+23 |
| 2022-06-05 | change ptr::swap methods to do untyped copies | Ralf Jung | -0/+25 |
| 2022-06-03 | test const_copy to make sure bytewise pointer copies are working | Ralf Jung | -0/+41 |
| 2022-05-30 | Implement carrying_add and borrowing_sub on signed numbers | Stovent | -0/+49 |
| 2022-05-29 | Use Box::new() instead of box syntax in core tests | est31 | -10/+13 |
| 2022-05-25 | Auto merge of #94954 - SimonSapin:null-thin3, r=yaahc | bors | -0/+12 |
| 2022-05-22 | [RFC 2011] Library code | Caio | -0/+39 |
| 2022-05-22 | Auto merge of #97265 - JohnTitor:rollup-kgthnjt, r=JohnTitor | bors | -2/+4 |
| 2022-05-20 | Fix `Display` for `cell::{Ref,RefMut}` | Josh Stone | -2/+4 |
| 2022-05-20 | Stabilize core::array::from_fn | Caio | -2/+2 |
| 2022-05-18 | Stage-step cfgs | Mark Rousskov | -2/+0 |
| 2022-05-14 | Auto merge of #95602 - scottmcm:faster-array-intoiter-fold, r=the8472 | bors | -0/+32 |
| 2022-05-13 | Extend ptr::null and null_mut to all thin (including extern) types | Simon Sapin | -0/+12 |
| 2022-05-06 | Auto merge of #94598 - scottmcm:prefix-free-hasher-methods, r=Amanieu | bors | -0/+5 |
| 2022-05-06 | Add a dedicated length-prefixing method to `Hasher` | Scott McMurray | -0/+5 |
| 2022-05-05 | Rollup merge of #95359 - jhpratt:int_roundings, r=joshtriplett | Matthias Krüger | -14/+14 |
| 2022-05-04 | Update `int_roundings` methods from feedback | Jacob Pratt | -14/+14 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -12/+0 |
| 2022-04-18 | Auto merge of #92287 - JulianKnodt:slice_remainder, r=yaahc | bors | -0/+13 |
| 2022-04-18 | Remove unused macro rules | est31 | -12/+0 |
| 2022-04-17 | Replace u8to64_le macro with u64::from_le_bytes | est31 | -24/+2 |
| 2022-04-17 | Add slice::remainder | kadmin | -0/+13 |
| 2022-04-12 | Auto merge of #95399 - gilescope:plan_b, r=scottmcm | bors | -1/+71 |
| 2022-04-11 | better def of is signed in tests. | Giles Cope | -8/+2 |
| 2022-04-11 | fix Layout struct member naming style | liangyongrui | -1/+1 |
| 2022-04-10 | Use Add, Sub, Mul traits instead of unsafe | Giles Cope | -1/+31 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -0/+18 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -0/+18 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+17 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+17 |