about summary refs log tree commit diff
path: root/src/libcore/mem/maybe_uninit.rs
AgeCommit message (Expand)AuthorLines
2020-04-25Bump bootstrap compilerMark Rousskov-12/+0
2020-03-12rename panic_if_ intrinsics to assert_Ralf Jung-0/+12
2020-02-22Fix doc example for `MaybeUninit::get_mut()`Daniel Henry-Mantilla-1/+1
2019-12-22Format the worldMark Rousskov-5/+6
2019-12-21Require issue = "none" over issue = "0" in unstable attributesRoss MacArthur-4/+4
2019-12-18Propagate cfg bootstrapMark Rousskov-11/+5
2019-12-13Require stable/unstable annotations for the constness of all stable functions...Oliver Scherer-0/+8
2019-11-28Auto merge of #65013 - petertodd:2019-maybeuninit-debug, r=sfacklerbors-0/+9
2019-11-10Rollup merge of #66217 - RalfJung:diagnostic-items, r=CentrilYuki Okushi-0/+2
2019-11-09partially port invalid_value lint to diagnostic itemsRalf Jung-0/+2
2019-11-08Rollup merge of #65580 - SimonSapin:maybeuninit-array, r=AmanieuYuki Okushi-0/+63
2019-11-07Implement Debug for MaybeUninitPeter Todd-0/+9
2019-11-07Rollup merge of #63793 - oli-obk:🧹, r=dtolnayMazdak Farrokhzad-0/+2
2019-11-07MaybeUninit::uninit_array docs: better exampleSimon Sapin-14/+20
2019-11-07Apply docs suggestions from reviewSimon Sapin-4/+4
2019-11-07Add `MaybeUninit` methods `uninit_array`, `slice_get_ref`, `slice_get_mut`Simon Sapin-0/+57
2019-11-07Rollup merge of #66044 - RalfJung:uninit-lint, r=oli-obkYuki Okushi-0/+1
2019-11-06Have tidy ensure that we document all `unsafe` blocks in libcoreOliver Scherer-0/+2
2019-11-04Minor style improvementsDaniel Henry-Mantilla-13/+7
2019-11-04more robust method checking through DefId and diagnostic_itemRalf Jung-0/+1
2019-10-30Added a panic-on-uninhabited guard on get_ref and get_mutDaniel Henry-Mantilla-0/+2
2019-10-30Fix doctestsDaniel Henry-Mantilla-7/+19
2019-10-29Improved MaybeUninit::get_{ref,mut} documentationDaniel Henry-Mantilla-8/+151
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