| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-01-04 | Add note about non_exhaustive to variant_count | Mark Rousskov | -0/+4 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+13 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+1 |
| 2021-08-22 | Fix typos “an”→“a” and a few different ones that appeared in the sa... | Frank Steffahn | -1/+1 |
| 2021-07-30 | Auto merge of #87445 - amalik18:issue-83584-fix, r=kennytm | bors | -1/+1 |
| 2021-07-29 | Fix may not to appropriate might not or must not | Ali Malik | -1/+1 |
| 2021-07-28 | Add #[track_caller] for some function in core::mem. | Mara Bos | -0/+2 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+6 |
| 2021-06-27 | Revert "Revert effects of PRs 81167 and 83091." | Albin Hedman | -2/+4 |
| 2021-06-04 | Revert effects of PRs 81167 and 83091. | Felix S. Klock II | -4/+2 |
| 2021-04-21 | Remove `delete` alias from `mem::drop`. | Mara Bos | -1/+0 |
| 2021-03-21 | Auto merge of #83053 - oli-obk:const_stab_version, r=m-ou-se | bors | -2/+2 |
| 2021-03-15 | Constify mem::transmute_copy | Albin Hedman | -1/+2 |
| 2021-03-15 | Constify mem::replace and ptr::replace | Albin Hedman | -1/+2 |
| 2021-03-15 | Constify mem::swap and ptr::swap[_nonoverlapping] | Albin Hedman | -1/+2 |
| 2021-03-15 | Fix const stability `since` versions. | Oli Scherer | -2/+2 |
| 2021-03-11 | Don't implement mem::replace with mem::swap. | Mara Bos | -3/+9 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -3/+0 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -8/+0 |
| 2021-01-31 | Add doc aliases for "delete" | Konrad Borowski | -0/+1 |
| 2021-01-04 | Make `size_of_val` and `min_align_of_val` intrinsics unsafe | Camelid | -5/+11 |
| 2020-12-31 | Remove many unnecessary manual link resolves from library | Camelid | -1/+0 |
| 2020-12-30 | Rollup merge of #80491 - RalfJung:dangling-of-val, r=oli-obk | Mara Bos | -2/+4 |
| 2020-12-30 | CTFE: test size/align_of_val_raw on dangling pointers | Ralf Jung | -2/+4 |
| 2020-12-29 | Make forget intrinsic safe | Tomasz Miąsko | -1/+6 |
| 2020-10-11 | transmute_copy: explain that alignment is handled correctly | Ralf Jung | -4/+4 |
| 2020-10-01 | Uplift drop-bounds lint from clippy | Michael Howell | -0/+1 |
| 2020-09-14 | Use intra-doc links in `core::mem` | Camelid | -40/+17 |
| 2020-08-25 | Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't used | Scott McMurray | -1/+1 |
| 2020-08-01 | See also X-Link mem::{swap, take, replace} | Ryan Scheel | -0/+16 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -3/+5 |