summary refs log tree commit diff
path: root/src/libcore/mem
AgeCommit message (Expand)AuthorLines
2019-06-29Rollup merge of #61199 - ollie27:rustdoc_cfg_test, r=QuietMisdreavusMazdak Farrokhzad-1/+4
2019-06-18Make MaybeUninit #[repr(transparent)]Michael Bradshaw-1/+15
2019-06-09Fix more tests after revert of rustdoc cfg(test) featureOliver Middleton-1/+4
2019-06-07Auto merge of #61130 - jonhoo:mem-take, r=SimonSapinbors-0/+55
2019-06-05Escape needs_drop in the needs_drop documentationChris Gregory-1/+1
2019-06-05Escape HashMap with backticks in needs_drop docsChris Gregory-1/+1
2019-05-29Add std::mem::take as suggested in #61129Jon Gjengset-0/+55
2019-05-29split libcore::mem into multiple filesRalf Jung-0/+1417