about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-ref.stderr
AgeCommit message (Expand)AuthorLines
2021-02-16add testRalf Jung-75/+0
2020-09-19Stop using the `const_eval` query for initializers of staticsOliver Scherer-1/+1
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-9/+9
2020-05-12Pointer printing: do not print 0 offsetRalf Jung-1/+1
2020-04-27keep 'pointer' terminology aroundRalf Jung-1/+1
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-1/+1
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-3/+3
2020-03-06test that we validate boxesRalf Jung-4/+36
2020-02-18more English grammarRalf Jung-3/+3
2020-02-18miri value visitor: fix some wrong assumptions about layout; improve error me...Ralf Jung-1/+1
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-5/+5
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-3/+3
2019-07-14miri validation: better error messages for dangling referencesRalf Jung-1/+1
2019-02-22#58658 bless after line split for tidyPatrick McCarter-5/+5
2019-02-22Change byte align message wording #58617Patrick McCarter-1/+1
2019-02-22Invalid byte alignment expected/provided in message #58617Patrick McCarter-5/+5
2018-12-25Remove licensesMark Rousskov-5/+5
2018-11-15validation: better error when the enum discriminant is UndefRalf Jung-2/+2
2018-11-05the visitor can already load the value for visit_primitiveRalf Jung-1/+1
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-5/+5
2018-10-25Rebase falloutOliver Schneider-5/+5
2018-10-13validation: accept pointers in integer arraysRalf Jung-1/+9
2018-10-09unify handling of thin and fat pointers by moving primitive type handling out...Ralf Jung-2/+10
2018-10-09switch validation of scalars to be type-drivenRalf Jung-0/+27