about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/union-ice.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-28/+11
2022-07-01Shorten def_span for more items.Camille GILLOT-14/+5
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-3/+3
2022-05-19interpret/validity: separately control checking numbers for being init and no...Ralf Jung-2/+2
2021-06-13update tests involving CTFE validationRémy Rakic-2/+2
2021-04-29remove const_fn feature gate from const testsRalf Jung-3/+3
2021-04-01Limit the problematic tests to x86_64.Hameer Abbasi-0/+47
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-47/+0
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+11
2020-04-16switch back to 'bytes'Ralf Jung-1/+1
2020-04-15reword Miri validity errors: undefined -> uninitializedRalf Jung-1/+1
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-3/+3
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-3/+3
2019-03-11Update testsVadim Petrochenkov-3/+3
2018-12-25Remove licensesMark Rousskov-3/+3
2018-11-19we now do proper validation on scalarsRalf Jung-1/+1
2018-11-19Make const_eval_raw query return just an AllocIdRalf Jung-4/+4
2018-11-15validation: better error when the enum discriminant is UndefRalf Jung-1/+1
2018-10-25Rebase falloutOliver Schneider-2/+2
2018-10-25Report const eval error inside the queryOliver Schneider-6/+6
2018-10-09unify handling of thin and fat pointers by moving primitive type handling out...Ralf Jung-1/+1
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-09-30do not normalize non-scalar constants to a ConstValue::ScalarPairRalf Jung-3/+5
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+34