summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-nonnull.rs
AgeCommit message (Expand)AuthorLines
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-3/+3
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-0/+1
2019-08-17fix testsRalf Jung-1/+1
2019-07-28fix testsRalf Jung-3/+4
2019-07-04turns out that dangling pointer branch is dead code; remove it and improve th...Ralf Jung-0/+10
2019-01-21fix validation range printing when encountering undefRalf Jung-0/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-07test diagnostics for more rangesRalf Jung-1/+15
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-0/+1
2018-10-25Rebase falloutOliver Schneider-3/+3
2018-10-09also validate everything that has a Scalar layout, to catch NonNullRalf Jung-0/+25