about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-enum.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-19we now do proper validation on scalarsRalf Jung-5/+5
2018-11-15do not accept out-of-bounds pointers in enum discriminants, they might be NULLRalf Jung-0/+5
2018-11-07do not print wrapping ranges like normal ranges in diagnosticsRalf Jung-10/+19
2018-11-05Also test for undef in enum discriminantRalf Jung-0/+5
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-0/+2
2018-10-25Report const eval error inside the queryOliver Schneider-3/+3
2018-08-22optimize sanity check path printingRalf Jung-0/+49