summary refs log tree commit diff
path: root/src/test/ui/intrinsics/panic-uninitialized-zeroed.rs
AgeCommit message (Expand)AuthorLines
2022-05-24Add flag for stricter checks on uninit/zeroed5225225-6/+38
2022-03-27assert_uninit_valid: ensure we detect at least arrays of uninhabited typesRalf Jung-0/+28
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+1
2021-10-14Revert "Stabilize `arbitrary_enum_discriminant`"Mark Rousskov-1/+1
2021-09-21Disable visible path calculation for PrettyPrinter in Ok path of compilerAlik Aslanyan-5/+6
2021-07-28Stabilize `arbitrary_enum_discriminant`Deadbeef-1/+1
2021-05-27Test THIR unsafeck for unsafe ops in closuresLeSeulArtichaut-0/+2
2020-10-19Fix ui test for updated core::panic behaviour.Mara Bos-2/+2
2020-09-26might_permit_raw_init: also check aggregate fieldsRalf Jung-2/+38
2020-02-29clarify a comment in the testRalf Jung-1/+3
2020-02-29we cannot short-circuit just becuase the Abi seems harmlessRalf Jung-2/+46
2020-02-29make it even more conservative, and note some FIXMEsRalf Jung-0/+2
2020-02-29test some more things that should not panicRalf Jung-5/+14
2020-02-29mem::zeroed/uninit: panic on types that do not permit zero-initializationRalf Jung-0/+113