about summary refs log tree commit diff
path: root/library/core/src/mem
AgeCommit message (Expand)AuthorLines
2020-08-25Suggest `mem::forget` if `mem::ManuallyDrop::new` isn't usedScott McMurray-2/+6
2020-08-19Rollup merge of #75038 - rust-lang:Havvy-patch-1, r=steveklabnikYuki Okushi-0/+16
2020-08-15Use intra-doc links in `mem::manually_drop` & `mem::maybe_uninit`chansuke-10/+6
2020-08-07fix feature gate and tracking issueRalf Jung-2/+2
2020-08-07make MaybeUninit::as_(mut_)ptr constRalf Jung-4/+8
2020-08-01See also X-Link mem::{swap, take, replace}Ryan Scheel-0/+16
2020-08-01Rollup merge of #74602 - poliorcetics:maybe-uninit-zeroed-doc-clarification, ...Manish Goregaokar-2/+2
2020-08-01Reword incorrect use of zeroed()Alexis Bourget-3/+2
2020-07-29Make `{align,size}_of_val` `const`Dylan MacKenzie-3/+5
2020-07-28Clarify the doc for MaybeUninit::zeroed on incorrect useAlexis Bourget-2/+3
2020-07-27mv std libs to library/mark-0/+2029