| Age | Commit message (Expand) | Author | Lines |
| 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 | Clarify ManuallyDrop bit validity | Joshua Liebow-Feeser | -6/+6 |
| 2023-09-03 | Stabilize const_transmute_copy | Finomnis | -1/+1 |
| 2023-08-22 | Auto merge of #113365 - dima74:diralik/add-deprecated-suggestions, r=workingj... | bors | -2/+2 |
| 2023-08-21 | Add `suggestion` for some `#[deprecated]` items | Dmitry Murzin | -2/+2 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -2/+1 |
| 2023-06-29 | Enable co-induction support for Safe Transmute | Bryan Garza | -0/+1 |
| 2023-06-21 | Auto merge of #111684 - ChayimFriedman2:unused-offset-of, r=WaffleLapkin | bors | -2/+3 |
| 2023-06-21 | Warn on unused offset_of!() result | Chayim Refael Friedman | -2/+3 |
| 2023-06-20 | Merge attrs, better validation | Michael Goulet | -1/+2 |
| 2023-06-20 | Add rustc_do_not_implement_via_object | Michael Goulet | -0/+1 |
| 2023-06-01 | Require that const param tys implement ConstParamTy | Boxy | -0/+5 |
| 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-09 | Rollup merge of #110694 - est31:builtin, r=petrochenkov | Dylan DPC | -3/+3 |
| 2023-05-06 | clean up transmutes in core | Lukas Markeffsky | -2/+2 |
| 2023-05-05 | Migrate offset_of from a macro to builtin # syntax | est31 | -3/+3 |
| 2023-04-22 | Add `intrinsics::transmute_unchecked` | Scott McMurray | -7/+3 |
| 2023-04-21 | minor tweaks | DrMeepster | -1/+1 |
| 2023-04-21 | offset_of | DrMeepster | -0/+42 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -8/+4 |
| 2023-04-16 | Rollup merge of #110347 - est31:size_of_links, r=jyn514 | Yuki Okushi | -6/+13 |
| 2023-04-15 | Add intra-doc links to size_of_* functions | est31 | -6/+13 |
| 2023-04-13 | Improve safe transmute error reporting | Bryan Garza | -4/+0 |
| 2023-04-07 | Avoid some manual slice length calculation | Scott McMurray | -12/+4 |
| 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-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 |