| Age | Commit message (Expand) | Author | Lines |
| 2020-09-21 | Rollup merge of #76150 - matklad:droporder, r=withoutboats | ecstatic-morse | -36/+19 |
| 2020-09-21 | Don't recommend ManuallyDrop to customize drop order | Aleksey Kladov | -36/+19 |
| 2020-09-16 | Rollup merge of #76721 - camelid:intra-doc-links-for-core-mem, r=jyn514 | Tyler Mandry | -40/+17 |
| 2020-09-14 | Use intra-doc links in `core::mem` | Camelid | -40/+17 |
| 2020-09-13 | Rollup merge of #76527 - fusion-engineering-forks:cleanup-uninit, r=jonas-sch... | Jonas Schievink | -8/+0 |
| 2020-09-12 | Rollup merge of #76484 - fusion-engineering-forks:maybe-uninit-drop, r=RalfJung | Ralf Jung | -9/+40 |
| 2020-09-09 | Fix broken doc links in MaybeUninit. | Mara Bos | -0/+3 |
| 2020-09-09 | Add safety docs about T's invariants in MaybeUninit::assume_init_drop. | Mara Bos | -7/+13 |
| 2020-09-09 | Remove internal and unstable MaybeUninit::UNINIT. | Mara Bos | -8/+0 |
| 2020-09-09 | Rename MaybeUninit::read to assume_init_read. | Mara Bos | -9/+9 |
| 2020-09-09 | Rename MaybeUninit::drop to assume_init_drop. | Mara Bos | -1/+1 |
| 2020-09-08 | Capitalize safety comments | Flying-Toast | -2/+2 |
| 2020-09-08 | Fix doc comment on MaybeUninit::drop. | Mara Bos | -2/+1 |
| 2020-09-08 | Add MaybeUninit::drop. | Mara Bos | -0/+23 |
| 2020-09-05 | document remaining unsafety in maybe_uninit.rs | Ralf Jung | -6/+4 |
| 2020-09-05 | rename MaybeUninit slice methods | Ralf Jung | -8/+17 |
| 2020-09-01 | Auto merge of #76047 - Dylan-DPC:rename/maybe, r=RalfJung | bors | -19/+19 |
| 2020-08-31 | the one left behind | DPC | -3/+3 |
| 2020-08-31 | fix | DPC | -1/+1 |
| 2020-08-30 | update fixmes | DPC | -5/+4 |
| 2020-08-29 | fix tests | DPC | -2/+2 |
| 2020-08-29 | rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit | DPC | -15/+16 |
| 2020-08-25 | Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't used | Scott McMurray | -2/+6 |
| 2020-08-19 | Rollup merge of #75038 - rust-lang:Havvy-patch-1, r=steveklabnik | Yuki Okushi | -0/+16 |
| 2020-08-15 | Use intra-doc links in `mem::manually_drop` & `mem::maybe_uninit` | chansuke | -10/+6 |
| 2020-08-07 | fix feature gate and tracking issue | Ralf Jung | -2/+2 |
| 2020-08-07 | make MaybeUninit::as_(mut_)ptr const | Ralf Jung | -4/+8 |
| 2020-08-01 | See also X-Link mem::{swap, take, replace} | Ryan Scheel | -0/+16 |
| 2020-08-01 | Rollup merge of #74602 - poliorcetics:maybe-uninit-zeroed-doc-clarification, ... | Manish Goregaokar | -2/+2 |
| 2020-08-01 | Reword incorrect use of zeroed() | Alexis Bourget | -3/+2 |
| 2020-07-29 | Make `{align,size}_of_val` `const` | Dylan MacKenzie | -3/+5 |
| 2020-07-28 | Clarify the doc for MaybeUninit::zeroed on incorrect use | Alexis Bourget | -2/+3 |
| 2020-07-27 | mv std libs to library/ | mark | -0/+2029 |