summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-wide-ptr.rs
AgeCommit message (Expand)AuthorLines
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-0/+1
2021-01-17validation test: turn some const_err back into validation failuresRalf Jung-12/+14
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-4/+8
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-1/+0
2020-05-12strings do not have to be valid UTF-8 any moreRalf Jung-4/+4
2020-05-06convert remaining try_validation to new macroRalf Jung-0/+6
2020-05-06add test for insufficiently aligned vtableRalf Jung-0/+2
2020-03-11fmt, tweak messages and blessRalf Jung-1/+1
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-1/+5
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-0/+6
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-90/+39
2019-12-18Update test now that reference to pointer casts have more checksMatthew Jasper-2/+13
2019-08-30make unions repr(C)Ralf Jung-0/+3
2019-08-30better variable namesRalf Jung-10/+10
2019-08-26adjust testsRalf Jung-2/+1
2019-08-25test for too long slicesRalf Jung-0/+2
2019-08-25validate raw wide pointersRalf Jung-0/+155