about summary refs log tree commit diff
path: root/src/libcore/mem
AgeCommit message (Expand)AuthorLines
2019-08-02Fix typos in doc comments.Bruce Mitchener-1/+1
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-0/+2
2019-07-28Rollup merge of #62360 - Aaron1011:patch-2, r=RalfJungMazdak Farrokhzad-0/+2
2019-07-27Update wordingAaron Hill-1/+2
2019-07-24Fix typo in mem::uninitialized docMika Lehtinen-1/+1
2019-07-21tidy is being sillyRalf Jung-5/+2
2019-07-21use a const to hack around promotion limitationsRalf Jung-1/+8
2019-07-19use const array repeat expressions for uninit_arrayRalf Jung-0/+1
2019-07-15Rollup merge of #62634 - llogiq:uninit-array-docs, r=RalfJungMark Rousskov-5/+7
2019-07-14Less unsafe in the array example of MaybeUninit docsAndre Bogus-5/+7
2019-07-11move mem::uninitialized deprecation back by 1 release, to 1.39Ralf Jung-1/+1
2019-07-05Rollup merge of #62150 - alex:mem-uninit-refactor, r=RalfJungMazdak Farrokhzad-4/+2
2019-07-04Switch master to 1.38Mark Rousskov-1/+1
2019-07-04Implement mem::{zeroed,uninitialized} in terms of MaybeUninit.Alex Gaynor-4/+2
2019-07-03Improve formatting of 'ManuallyDrop'Aaron Hill-1/+1
2019-07-03Document that ManuallyDrop::drop should not called more than onceAaron Hill-1/+2
2019-06-30Update mem::replace example to not be identical to mem::takeChris Gregory-8/+20
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