about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/ub-wide-ptr.stderr
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-297/+0
2022-12-27Fix ui constant tests for big-endian platformsUlrich Weigand-0/+297
2021-03-31Rename stderr->64bit.stderr where needed.Hameer Abbasi-309/+0
2021-03-31Add allocation information to undefined behaviour errors.Hameer Abbasi-0/+78
2021-01-17validation test: turn some const_err back into validation failuresRalf Jung-69/+45
2021-01-04Keep an unoptimized duplicate of `const fn` aroundoli-25/+49
2020-07-11Stabilize `transmute` in constants and statics but not const fnOliver Scherer-28/+28
2020-05-12strings do not have to be valid UTF-8 any moreRalf Jung-4/+4
2020-05-07use hex for pointers in Miri error messages; refine vtable error messageRalf Jung-3/+3
2020-05-06more precise vtable errorsRalf Jung-9/+9
2020-05-06convert remaining try_validation to new macroRalf Jung-5/+29
2020-05-06add test for insufficiently aligned vtableRalf Jung-6/+14
2020-05-01rename InvalidIntPtrUsageRalf Jung-2/+2
2020-05-01bless youRalf Jung-1/+1
2020-04-26organize Debug/Display impls a bit more; avoid sign-ignorant decimal displayRalf Jung-4/+4
2020-04-15reword Miri validity errors: undefined -> uninitializedRalf Jung-2/+2
2020-03-11generalize InvalidNullPointerUsage to InvalidIntPointerUsageRalf Jung-3/+3
2020-03-11fmt, tweak messages and blessRalf Jung-1/+1
2020-03-08fix some cases of unexpected exceptions leaving validationRalf Jung-21/+37
2020-03-06better error messages for invalid boxes (and a few more tests)Ralf Jung-13/+29
2020-03-06const validation ub tests: use transmute instead of unionsRalf Jung-60/+68
2020-02-18more English grammarRalf Jung-2/+2
2020-02-18miri value visitor: fix some wrong assumptions about layout; improve error me...Ralf Jung-4/+4
2019-12-18Update test now that reference to pointer casts have more checksMatthew Jasper-21/+33
2019-11-06--blessRalf Jung-2/+2
2019-09-06Fixed grammar/style in error messages and reblessed tests.Alexander Regueiro-18/+18
2019-08-30make unions repr(C)Ralf Jung-18/+18
2019-08-30better variable namesRalf Jung-18/+18
2019-08-26adjust testsRalf Jung-16/+8
2019-08-25test for too long slicesRalf Jung-7/+15
2019-08-25validate raw wide pointersRalf Jung-0/+147