summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-nonnull.stderr
AgeCommit message (Expand)AuthorLines
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-2/+2
2020-02-18miri value visitor: fix some wrong assumptions about layout; improve error me...Ralf Jung-1/+1
2020-01-24Normalise notes with the/isvarkor-1/+1
2020-01-14perf: eagerly convert literals to consts, this avoids creating loads on uneva...Ben Lewis-1/+1
2020-01-10Promoteds also need param envs.Oliver Scherer-1/+1
2020-01-10Promote `Ref`s to constants instead of staticSantiago Pastorino-1/+1
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-6/+6
2019-08-30const-eval tests: make all unions repr(C)Ralf Jung-3/+3
2019-07-28fix testsRalf Jung-12/+17
2019-07-04turns out that dangling pointer branch is dead code; remove it and improve th...Ralf Jung-7/+20
2019-01-21fix validation range printing when encountering undefRalf Jung-3/+11
2018-12-25Remove licensesMark Rousskov-5/+5
2018-11-07test diagnostics for more rangesRalf Jung-1/+17
2018-11-05fix validation error on non-integer enum discriminantsRalf Jung-3/+3
2018-10-25Rebase falloutOliver Schneider-3/+3
2018-10-09unify handling of thin and fat pointers by moving primitive type handling out...Ralf Jung-3/+3
2018-10-09also validate everything that has a Scalar layout, to catch NonNullRalf Jung-0/+27