about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-ref.rs
AgeCommit message (Collapse)AuthorLines
2021-02-16add testRalf Jung-38/+0
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-1/+0
2020-04-16test fast path offset reportingRalf Jung-2/+2
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-1/+1
2020-03-06test that we validate boxesRalf Jung-0/+13
2020-02-18more English grammarRalf Jung-1/+1
2019-08-30explain why REF_AS_USIZE is importantRalf Jung-0/+3
2019-08-17fix testsRalf Jung-1/+1
2019-02-22tidy line length override #58617Patrick McCarter-0/+1
2019-02-22Change byte align message wording #58617Patrick McCarter-1/+1
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-0/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-0/+1
2018-10-25Rebase falloutOliver Schneider-5/+5
2018-10-13validation: accept pointers in integer arraysRalf Jung-0/+3
2018-10-09unify handling of thin and fat pointers by moving primitive type handling ↵Ralf Jung-0/+3
out of aggregate handling Also, make enum variant handling a bit nicer
2018-10-09switch validation of scalars to be type-drivenRalf Jung-0/+24
This does not actually regress anything. It would regress NonNull, but we didn't handle that correctly previously either.