about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/union-const-eval-field.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2022-11-16cleanup and dedupe CTFE and Miri error reportingRalf Jung-3/+9
2022-08-26make read_immediate error immediately on uninit, so ImmTy can carry initializ...Ralf Jung-9/+4
2022-07-01Shorten def_span for more items.Camille GILLOT-1/+1
2022-06-29interpret: adjust error from constructing an invalid valueRalf Jung-1/+1
2022-05-19interpret/validity: separately control checking numbers for being init and no...Ralf Jung-1/+1
2022-03-23separate const prop lint from optimizationsCarl Scherer-1/+7
2021-04-29remove const_fn feature gate from const testsRalf Jung-1/+1
2021-04-01Limit the problematic tests to x86_64.Hameer Abbasi-0/+14
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-14/+0
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+3
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-1/+1
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-1/+1
2018-12-25Remove licensesMark Rousskov-1/+1
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/+5
2018-10-25add the lint back to the list, and fix testsRalf Jung-21/+1
2018-10-25Deduplicate all the ~~things~~ errorsOliver Schneider-9/+3
2018-10-25Report const eval error inside the queryOliver Schneider-3/+29
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+10