| Age | Commit message (Expand) | Author | Lines |
| 2022-05-09 | Auto merge of #95960 - jhpratt:remove-rustc_deprecated, r=compiler-errors | bors | -3/+3 |
| 2022-04-15 | MaybeUninit array cleanup | ltdk | -8/+13 |
| 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/+246 |
| 2022-04-08 | Make non-power-of-two alignments a validity error in `Layout` | Scott McMurray | -0/+246 |
| 2022-04-03 | core: document that the align_of* functions return the alignment in bytes | Adam Sandberg Ericsson | -5/+8 |
| 2022-03-31 | Adjust MaybeUninit feature names to avoid changing unstable one | David Tolnay | -4/+4 |
| 2022-03-31 | Adjust feature names that disagree on const stabilization version | David Tolnay | -4/+4 |
| 2022-03-28 | Rollup merge of #88375 - joshlf:patch-3, r=dtolnay | Dylan DPC | -5/+6 |
| 2022-03-04 | Add #![allow(unexpected_cfgs)] in preparation of global --check-cfg | Loïc BRANSTETT | -0/+1 |
| 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-19 | Add MaybeUninit::as_bytes | Amanieu d'Antras | -1/+124 |
| 2022-01-17 | Stabilize vec_spare_capacity | Amanieu d'Antras | -2/+2 |
| 2022-01-11 | Partially stabilize `maybe_uninit_extra` | Miguel Ojeda | -6/+4 |
| 2022-01-04 | Add note about non_exhaustive to variant_count | Mark Rousskov | -0/+4 |
| 2021-12-17 | Add space and 2 grave accents | r00ster | -2/+2 |
| 2021-12-16 | Rollup merge of #91796 - not-my-profile:fix-const_manually_drop-since, r=kennytm | Matthias Krüger | -2/+2 |
| 2021-12-13 | Make `MaybeUninit::zeroed` `const` | woppopo | -1/+2 |
| 2021-12-11 | Fix since attribute for const_manually_drop feature | Martin Fischer | -2/+2 |
| 2021-11-30 | Apply cfg-bootstrap switch | Mark Rousskov | -1/+0 |
| 2021-11-28 | Stabilize some `MaybeUninit` behavior as const | Jacob Pratt | -5/+6 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+13 |
| 2021-10-12 | Auto merge of #89769 - jkugelman:must-use-maybe-uninit-new, r=joshtriplett | bors | -0/+1 |
| 2021-10-11 | Update library/core/src/mem/maybe_uninit.rs | John Kugelman | -1/+1 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -0/+1 |
| 2021-10-11 | Add #[must_use] to MaybeUninit::new | John Kugelman | -0/+1 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -0/+1 |
| 2021-10-10 | Add #[must_use] to core and std constructors | John Kugelman | -0/+3 |
| 2021-09-15 | Const Deref | Deadbeef | -2/+4 |
| 2021-08-26 | Clarify that ManuallyDrop<T> has same layout as T | Joshua Liebow-Feeser | -5/+6 |
| 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/+5 |
| 2021-07-24 | DOC: remove unnecessary feature crate attribute from example code | Matthias Geier | -1/+0 |
| 2021-07-18 | Rollup merge of #87170 - xFrednet:clippy-5393-add-diagnostic-items, r=Manishe... | Yuki Okushi | -0/+6 |
| 2021-07-15 | Added diagnostic items to functions for Clippy | xFrednet | -0/+6 |
| 2021-07-13 | Rollup merge of #86344 - est31:maybe-uninit-extra, r=RalfJung | Yuki Okushi | -15/+43 |
| 2021-07-12 | Use the write function in some more places | est31 | -6/+6 |
| 2021-06-27 | Revert "Revert effects of PRs 81167 and 83091." | Albin Hedman | -2/+4 |
| 2021-06-25 | Fix a few misspellings. | Eric Huss | -5/+5 |
| 2021-06-25 | Fix grammar mistake | est31 | -1/+1 |
| 2021-06-25 | Add another example | est31 | -0/+30 |
| 2021-06-16 | Split MaybeUninit::write into new feature gate and stabilize it | est31 | -8/+6 |
| 2021-06-15 | Rollup merge of #86220 - est31:maybe-uninit-extra, r=RalfJung | Yuki Okushi | -13/+67 |
| 2021-06-14 | Auto merge of #86273 - JohnTitor:stabilize-maybe-uninit-ref, r=RalfJung | bors | -12/+2 |
| 2021-06-14 | Improve maybe_uninit_extra docs | est31 | -13/+67 |
| 2021-06-14 | Auto merge of #85758 - petertodd:2021-revert-manuallydrop-clone-from, r=m-ou-se | bors | -14/+1 |
| 2021-06-14 | Stabilize `maybe_uninit_ref` | Yuki Okushi | -12/+2 |