about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-enum.stderr
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-7/+7
2018-11-19we now do proper validation on scalarsRalf Jung-4/+4
2018-11-15do not accept out-of-bounds pointers in enum discriminants, they might be NULLRalf Jung-6/+14
2018-11-15validation: better error when the enum discriminant is UndefRalf Jung-1/+1
2018-11-12miri-engine value visitor update to VariantIdxOliver Scherer-1/+1
2018-11-07pretty-print scalar range that only has an upper boundRalf Jung-1/+1
2018-11-07do not print wrapping ranges like normal ranges in diagnosticsRalf Jung-12/+28
2018-11-05Also test for undef in enum discriminantRalf Jung-3/+11
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-5/+5
2018-10-25Report const eval error inside the queryOliver Schneider-3/+3
2018-10-09also validate everything that has a Scalar layout, to catch NonNullRalf Jung-1/+1
2018-10-09switch validation of scalars to be type-drivenRalf Jung-1/+1
2018-08-28address nitsRalf Jung-2/+2
2018-08-27validate enum discriminant whenever it is readRalf Jung-2/+2
2018-08-22optimize sanity check path printingRalf Jung-0/+27