| Age | Commit message (Expand) | Author | Lines |
| 2022-09-19 | Revert "Auto merge of #95295 - CAD97:layout-isize, r=scottmcm" | Pietro Albini | -14/+20 |
| 2022-09-19 | Revert "Auto merge of #99136 - CAD97:layout-faster, r=scottmcm" | Pietro Albini | -38/+21 |
| 2022-08-03 | Auto merge of #100023 - saethlin:send-sync-chunksmut, r=m-ou-se | bors | -0/+45 |
| 2022-08-03 | Rollup merge of #99614 - RalfJung:transmute-is-not-memcpy, r=thomcc | Dylan DPC | -13/+18 |
| 2022-08-02 | wordsmithing | Ralf Jung | -2/+4 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+47 |
| 2022-08-01 | Add back Send and Sync impls on ChunksMut iterators | Ben Kimock | -0/+45 |
| 2022-07-31 | Add validation to const fn CStr creation | BlackHoleFox | -13/+34 |
| 2022-07-31 | typo | Ralf Jung | -1/+1 |
| 2022-07-29 | Rollup merge of #99781 - workingjubilee:demo-string-from-cstr, r=thomcc | Yuki Okushi | -3/+3 |
| 2022-07-28 | Rollup merge of #99689 - dtolnay:write, r=Mark-Simulacrum | Dylan DPC | -8/+6 |
| 2022-07-28 | add more docs regarding ideographic numbers | Vincenzo Palazzo | -1/+11 |
| 2022-07-28 | Auto merge of #99182 - RalfJung:mitigate-uninit, r=scottmcm | bors | -1/+12 |
| 2022-07-27 | safe transmute: reference tracking issue | Jack Wrenn | -3/+3 |
| 2022-07-27 | safe transmute: add `rustc_on_unimplemented` to `BikeshedIntrinsicFrom` | Jack Wrenn | -0/+4 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+43 |
| 2022-07-27 | Rollup merge of #94247 - saethlin:chunksmut-aliasing, r=the8472 | Guillaume Gomez | -72/+166 |
| 2022-07-27 | Rollup merge of #99704 - fee1-dead-contrib:add_self_tilde_const_trait, r=oli-obk | Yuki Okushi | -2/+3 |
| 2022-07-26 | Clarify safety comments | Ben Kimock | -59/+47 |
| 2022-07-26 | Explain how *mut [T] helps, and how we rely on the check in split_at_mut | Ben Kimock | -20/+55 |
| 2022-07-26 | Force the Cow into a String | Jubilee Young | -3/+3 |
| 2022-07-26 | Use String::from_utf8_lossy in CStr demo | Jubilee Young | -1/+1 |
| 2022-07-26 | Rollup merge of #99757 - asquared31415:patch-1, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-07-26 | Add `Self: ~const Trait` to traits with `#[const_trait]` | Deadbeef | -2/+3 |
| 2022-07-26 | Make `transmute_copy` docs read better | asquared31415 | -1/+1 |
| 2022-07-26 | Rollup merge of #99692 - RalfJung:too-far, r=oli-obk | Dylan DPC | -1/+1 |
| 2022-07-26 | Rollup merge of #99084 - RalfJung:write_bytes, r=thomcc | Yuki Okushi | -37/+14 |
| 2022-07-26 | Rollup merge of #92390 - fee1-dead-contrib:const_cmp, r=oli-obk | Yuki Okushi | -19/+56 |
| 2022-07-24 | interpret, ptr_offset_from: refactor and test too-far-apart check | Ralf Jung | -1/+1 |
| 2022-07-24 | add miri-track-caller to some intrinsic-exposing methods | Ralf Jung | -0/+38 |
| 2022-07-24 | Revert write! and writeln! to late drop temporaries | David Tolnay | -8/+6 |
| 2022-07-24 | add const hack comment | Deadbeef | -0/+6 |
| 2022-07-24 | Add issue numbers | Deadbeef | -17/+17 |
| 2022-07-24 | Constify a few const `(Partial)Ord` impls | Deadbeef | -19/+50 |
| 2022-07-24 | Auto merge of #98674 - RalfJung:miri-stacktrace-pruning, r=Mark-Simulacrum | bors | -0/+75 |
| 2022-07-23 | say some more things about how transmute is UB | Ralf Jung | -11/+13 |
| 2022-07-23 | Auto merge of #93397 - joshtriplett:sort-floats, r=Amanieu | bors | -0/+60 |
| 2022-07-22 | do not claim that transmute is like memcpy | Ralf Jung | -2/+3 |
| 2022-07-22 | adjust UnsafeCell documentation | Ralf Jung | -9/+18 |
| 2022-07-22 | Auto merge of #99491 - workingjubilee:sync-psimd, r=workingjubilee | bors | -0/+2 |
| 2022-07-22 | Rollup merge of #99579 - CleanCut:expect-warning, r=joshtriplett | Dylan DPC | -0/+9 |
| 2022-07-22 | Rollup merge of #98174 - Kixunil:rename_ptr_as_mut_const_to_cast, r=scottmcm | Dylan DPC | -4/+6 |
| 2022-07-22 | Auto merge of #99420 - RalfJung:vtable, r=oli-obk | bors | -2/+37 |
| 2022-07-21 | add same warning to Result::expect as Result::unwrap | Nathan Stocks | -0/+9 |
| 2022-07-21 | Rollup merge of #99454 - benluelo:control-flow/continue-combinators, r=scottmcm | Matthias Krüger | -0/+35 |
| 2022-07-21 | Rename `<*{mut,const} T>::as_{const,mut}` to `cast_` | Martin Habovstiak | -4/+6 |
| 2022-07-20 | Introduce core::simd trait imports in tests | Jubilee Young | -0/+2 |
| 2022-07-20 | various nits from review | Ralf Jung | -2/+1 |
| 2022-07-20 | use extern type for extra opaqueness | Ralf Jung | -7/+8 |
| 2022-07-20 | incorporate some review feedback | Ralf Jung | -0/+3 |