summary refs log tree commit diff
path: root/tests/ui/consts/offset_from_ub.rs
AgeCommit message (Expand)AuthorLines
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-08-01on a signed deref check, mention the right pointer in the errorRalf Jung-2/+2
2024-07-27improve dangling/oob errors and make them more uniformRalf Jung-2/+3
2024-07-27miri: fix offset_from behavior on wildcard pointersRalf Jung-1/+1
2024-07-06offset_from intrinsic: always allow pointers to point to the same addressRalf Jung-14/+19
2024-07-04offset_from: "the difference must fit in an isize" is a corollaryRalf Jung-0/+8
2024-05-13offset, offset_from: allow zero-byte offset on arbitrary pointersRalf Jung-4/+4
2024-05-09interpret/miri: better errors on failing offset_fromRalf Jung-4/+4
2023-01-11Move /src/test to /testsAlbert Larsan-0/+125