about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/ub-wide-ptr.stderr
AgeCommit message (Expand)AuthorLines
2025-07-18Show the memory of uninit readsOli Scherer-34/+42
2025-07-17Report the range of uninit bytes in CTFE errorsOli Scherer-2/+2
2025-06-07const-eval error: always say in which item the error occurredRalf Jung-6/+6
2025-06-02Clarify why we are talking about a failed const eval at a random placeOli Scherer-6/+6
2025-06-02Use the informative error as the main const eval error messageOli Scherer-82/+82
2024-08-09interpret: make identity upcasts a NOP again to avoid them generating a new r...Ralf Jung-24/+59
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-2/+2
2024-07-18interpret: add sanity check in dyn upcast to double-check what codegen doesRalf Jung-59/+24
2024-02-29add const test for ptr::metadataRalf Jung-32/+32
2023-12-07also print 'immutable' flagRalf Jung-8/+8
2023-10-16Stop trying to preserve pretty-printing.Camille GILLOT-8/+8
2023-10-16Normalize alloc-id in tests.Camille GILLOT-8/+8
2023-10-15don't UB on dangling ptr deref, instead check inbounds on projectionsRalf Jung-17/+42
2023-09-14don't point at const usage site for resolution-time errorsRalf Jung-3/+3
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-6/+6
2023-01-11Move /src/test to /testsAlbert Larsan-0/+297