about summary refs log tree commit diff
path: root/src/test/run-pass/panic-uninitialized-zeroed.rs
AgeCommit message (Expand)AuthorLines
2019-03-26fix some uses I missedRalf Jung-3/+3
2019-02-05fix test caseRalf Jung-3/+3
2018-12-27panic when calling MaybeUninhabited::into_inner on uninhabited typeRalf Jung-7/+34
2018-12-25Remove licensesMark Rousskov-10/+0
2018-09-30the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-30allow dead_codeJorge Aparicio-0/+1
2018-09-30add empty enum to the test casesJorge Aparicio-0/+20
2018-09-30improve the run-pass testJorge Aparicio-4/+34
2018-09-30panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+31
2018-09-29Revert "Auto merge of #53508 - japaric:maybe-uninit, r=RalfJung"Ralf Jung-83/+0
2018-09-23allow dead_codeJorge Aparicio-0/+1
2018-09-22the test requires unwinding so we don't run it on the wasm32-bare targetJorge Aparicio-0/+1
2018-09-22add empty enum to the test casesJorge Aparicio-0/+20
2018-09-22improve the run-pass testJorge Aparicio-4/+34
2018-09-22panic when instantiating an uninhabited type via mem::{uninitialized,zeroed}Jorge Aparicio-0/+31