| Age | Commit message (Expand) | Author | Lines |
| 2022-08-01 | Add back Send and Sync impls on ChunksMut iterators | Ben Kimock | -0/+21 |
| 2022-07-27 | Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472 | Guillaume Gomez | -0/+44 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -0/+1 |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -0/+1 |
| 2022-07-19 | Auto merge of #98912 - nrc:provider-it, r=yaahc | bors | -11/+11 |
| 2022-07-19 | Rollup merge of #99434 - timvermeulen:skip_next_non_fused, r=scottmcm | Dylan DPC | -0/+11 |
| 2022-07-18 | Add note to test about `Unfuse` | Tim Vermeulen | -0/+3 |
| 2022-07-18 | Fix `Skip::next` for non-fused inner iterators | Tim Vermeulen | -0/+8 |
| 2022-07-18 | Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomcc | Dylan DPC | -0/+40 |
| 2022-07-17 | Rollup merge of #99306 - JohnTitor:stabilize-future-poll-fn, r=joshtriplett | Yuki Okushi | -1/+0 |
| 2022-07-16 | Auto merge of #98866 - nagisa:nagisa/align-offset-wroom, r=Mark-Simulacrum | bors | -27/+36 |
| 2022-07-17 | Add a special case for align_offset /w stride != 1 | Simonas Kazlauskas | -27/+36 |
| 2022-07-16 | Stabilize `future_poll_fn` | Yuki Okushi | -1/+0 |
| 2022-07-14 | Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillot | bors | -1/+1 |
| 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-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-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-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 |