summary refs log tree commit diff
path: root/library/core/src/mem/mod.rs
AgeCommit message (Expand)AuthorLines
2020-10-11transmute_copy: explain that alignment is handled correctlyRalf Jung-4/+4
2020-10-01Uplift drop-bounds lint from clippyMichael Howell-0/+1
2020-09-14Use intra-doc links in `core::mem`Camelid-40/+17
2020-08-25Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't usedScott McMurray-1/+1
2020-08-01See also X-Link mem::{swap, take, replace}Ryan Scheel-0/+16
2020-07-29Make `{align,size}_of_val` `const`Dylan MacKenzie-3/+5
2020-07-27mv std libs to library/mark-0/+1044