summary refs log tree commit diff
path: root/src/libcore/mem/maybe_uninit.rs
AgeCommit message (Expand)AuthorLines
2019-09-28Improve wording in documentation of MaybeUninitNils Liberg-6/+6
2019-08-15Auto merge of #63575 - Centril:rollup-anlv9g5, r=Centrilbors-6/+6
2019-08-14Adjust tracking issues for `MaybeUninit<T>` gatesMazdak Farrokhzad-6/+6
2019-08-14Handle cfg(bootstrap) throughoutMark Rousskov-1/+1
2019-08-11allow the lint if a few UB-demonstrating doc testsRalf Jung-0/+3
2019-08-07Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertjMazdak Farrokhzad-0/+2
2019-08-06clarifyRalf Jung-2/+2
2019-08-06be clear that 1-init Vec being valid (but not safe) is not a stable guaranteeRalf Jung-2/+4
2019-08-05assume_init: warn about valid != safeRalf Jung-0/+7
2019-08-02Fix typos in doc comments.Bruce Mitchener-1/+1
2019-07-29Wrap promoted generator fields in MaybeUninitTyler Mandry-0/+2
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-14Less unsafe in the array example of MaybeUninit docsAndre Bogus-5/+7
2019-07-04Switch master to 1.38Mark Rousskov-1/+1
2019-06-18Make MaybeUninit #[repr(transparent)]Michael Bradshaw-1/+15
2019-05-29split libcore::mem into multiple filesRalf Jung-0/+519