| Age | Commit message (Expand) | Author | Lines |
| 2023-10-02 | Bump version placeholders | Mark Rousskov | -1/+1 |
| 2023-09-16 | Auto merge of #115520 - Finomnis:const_transmute_copy, r=dtolnay | bors | -1/+1 |
| 2023-09-08 | Rollup merge of #104299 - mkrasnitski:discriminant-transmute-docs, r=oli-obk | Guillaume Gomez | -0/+5 |
| 2023-09-03 | Stabilize const_transmute_copy | Finomnis | -1/+1 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -2/+2 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -2/+3 |
| 2023-05-30 | Bump to latest beta compiler | Mark Rousskov | -2/+1 |
| 2023-05-21 | Rename `drop_copy` lint to `dropping_copy_types` | Urgau | -1/+1 |
| 2023-05-10 | Allow the drop_copy lint in some library examples | Urgau | -0/+1 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -3/+3 |
| 2023-04-21 | minor tweaks | DrMeepster | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+42 |
| 2023-04-15 | Add intra-doc links to size_of_* functions | est31 | -6/+13 |
| 2023-03-13 | Clarify stability guarantee for lifetimes in enum discriminants | Michael Krasnitski | -0/+5 |
| 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-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-19 | Adjust `transmute{,_copy}` to be clearer about which of `T` and `U` is input ... | Thom Chiovoloni | -16/+19 |
| 2022-10-10 | Rollup merge of #102072 - scottmcm:ptr-alignment-type, r=thomcc | Yuki Okushi | -5/+4 |
| 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 | -5/+4 |
| 2022-09-14 | Make `core::mem::copy` const | Joshua Nelson | -1/+1 |
| 2022-08-26 | Re-add some justification | 5225225 | -0/+5 |
| 2022-08-26 | Creating uninitialized integers is UB | 5225225 | -8/+3 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -0/+4 |
| 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 | -1/+1 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -0/+4 |
| 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-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-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-03 | Make `std::mem::needs_drop` accept `?Sized` | Nikolai Vazquez | -1/+1 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -3/+3 |
| 2022-04-09 | Rollup merge of #95361 - scottmcm:valid-align, r=Mark-Simulacrum | Dylan DPC | -0/+6 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -0/+6 |
| 2022-04-03 | core: document that the align_of* functions return the alignment in bytes | Adam Sandberg Ericsson | -5/+8 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -2/+2 |
| 2022-02-26 | For MIRI, cfg out the swap logic from 94212 | Scott McMurray | -5/+22 |
| 2022-02-21 | Stop manually SIMDing in swap_nonoverlapping | Scott McMurray | -3/+42 |