about summary refs log tree commit diff
path: root/tests/ui/consts/offset_from_ub.rs
AgeCommit message (Expand)AuthorLines
2025-06-02Use the informative error as the main const eval error messageOli Scherer-26/+27
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-11/+13
2025-02-28Shorten span of panic failures in const contextEsteban Küber-3/+3
2025-02-17stabilize (const_)ptr_sub_ptrbendn-1/+0
2025-02-02miri: improve error when offset_from preconditions are violatedRalf Jung-5/+5
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