| Age | Commit message (Expand) | Author | Lines |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -1/+0 |
| 2022-12-13 | Rename `assert_uninit_valid` intrinsic | Nilstrieb | -1/+2 |
| 2022-11-26 | fix broken link fragment | Lukas Markeffsky | -1/+1 |
| 2022-11-26 | explain how to get the discriminant out of a `#[repr(T)] enum` | Lukas Markeffsky | -1/+60 |
| 2022-11-15 | Auto merge of #104054 - RalfJung:byte-provenance, r=oli-obk | bors | -4/+1 |
| 2022-11-14 | Rollup merge of #104332 - Elarcis:maybe_uninit_doc_fix, r=m-ou-se | Matthias Krüger | -2/+2 |
| 2022-11-12 | Fixed some `_i32` notation in `maybe_uninit`’s doc | Elarcis | -2/+2 |
| 2022-11-12 | Rollup merge of #104308 - scottmcm:no-more-validalign, r=thomcc | Guillaume Gomez | -5/+0 |
| 2022-11-11 | Remove the old `ValidAlign` name | Scott McMurray | -5/+0 |
| 2022-11-06 | remove no-longer-needed work-arounds from the standard library | Ralf Jung | -4/+1 |
| 2022-10-30 | Rollup merge of #100006 - jyn514:update-copy, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-10-23 | MaybeUninit: use assume_init_drop() in the partially initialized array example | Andrew Tribick | -2/+1 |
| 2022-10-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -16/+19 |
| 2022-10-16 | Make transpose const and inline | Alex Saveau | -2/+4 |
| 2022-10-15 | Add MaybeUninit array transpose impls | Alex Saveau | -0/+37 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -266/+4 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -2/+2 |
| 2022-09-24 | Add some more documentation | Scott McMurray | -0/+26 |
| 2022-09-22 | Make ZST checks in core/alloc more readable | Scott McMurray | -0/+15 |
| 2022-09-20 | Add `ptr::Alignment` type | Scott McMurray | -266/+4 |
| 2022-09-14 | Make `core::mem::copy` const | Joshua Nelson | -1/+1 |
| 2022-09-04 | Make `const_eval_select` a real intrinsic | Deadbeef | -1/+1 |
| 2022-09-04 | Auto merge of #100726 - jswrenn:transmute, r=oli-obk | bors | -12/+76 |
| 2022-08-26 | Re-add some justification | 5225225 | -0/+5 |
| 2022-08-26 | Creating uninitialized integers is UB | 5225225 | -11/+3 |
| 2022-08-22 | Remove out-of-context comment in `mem::MaybeUninit` documentation | Thiago Trannin | -5/+2 |
| 2022-08-22 | safe transmute: use `Assume` struct to provide analysis options | Jack Wrenn | -12/+76 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -1/+1 |
| 2022-08-10 | Auto merge of #99174 - scottmcm:reoptimize-layout-array, r=joshtriplett | bors | -1/+6 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+47 |
| 2022-07-28 | Auto merge of #99182 - RalfJung:mitigate-uninit, r=scottmcm | bors | -1/+11 |
| 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-26 | Make `transmute_copy` docs read better | asquared31415 | -1/+1 |
| 2022-07-24 | add miri-track-caller to some intrinsic-exposing methods | Ralf Jung | -0/+1 |
| 2022-07-18 | Rollup merge of #98839 - 5225225:assert_transmute_copy_size, r=thomcc | Dylan DPC | -0/+2 |
| 2022-07-13 | Re-optimize `Layout::array` | Scott McMurray | -1/+6 |
| 2022-07-12 | mention mitigation in the docs | Ralf Jung | -0/+2 |
| 2022-07-12 | mem::uninitialized: mitigate many incorrect uses of this function | Ralf Jung | -1/+9 |
| 2022-07-10 | Take advantage of known-valid-align in layout.rs | Christopher Durham | -1/+10 |
| 2022-07-03 | Add size assert in transmute_copy | 5225225 | -0/+2 |
| 2022-06-20 | Rollup merge of #95534 - jyn514:std-mem-copy, r=joshtriplett | Yuki Okushi | -0/+22 |
| 2022-06-19 | Add `core::mem::copy` to complement `core::mem::drop`. | Joshua Nelson | -0/+22 |
| 2022-06-17 | Rollup merge of #97675 - nvzqz:unsized-needs-drop, r=dtolnay | Yuki Okushi | -1/+1 |
| 2022-06-10 | Use relative links instead of linking to doc.rust-lang.org when possible | Guillaume Gomez | -1/+1 |
| 2022-06-03 | Make `std::mem::needs_drop` accept `?Sized` | Nikolai Vazquez | -1/+1 |
| 2022-05-14 | Implement `Hash` for `core::alloc::Layout` | Deadbeef | -1/+8 |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+3 |