summary refs log tree commit diff
path: root/src/test/ui/consts/offset_from_ub.rs
AgeCommit message (Expand)AuthorLines
2022-07-24interpret, ptr_offset_from: refactor and test too-far-apart checkRalf Jung-2/+37
2022-07-05adjust dangling-int-ptr error messageRalf Jung-2/+2
2022-06-09interpret: unify offset_from check with offset checkRalf Jung-6/+6
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-2/+19
2022-02-13stabilize const_ptr_offsetSaltyKitkat-1/+1
2022-03-10adjust offset_from logic: check that both pointers are in-boundsRalf Jung-1/+27
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+0
2021-07-14adjust testsRalf Jung-2/+2
2021-06-18improve test by using intrinsic directlyRalf Jung-6/+11
2021-06-18bless youRalf Jung-6/+3
2020-08-22remove feature gate from testsRalf Jung-1/+0
2020-04-02tests: remove ignore directives from tests that mention core/alloc/std spans.Eduard-Mihai Burtescu-5/+0
2019-12-28Ignore i586-unknown-linux-gnu and i586-unknown-musl in testsEsteban Küber-1/+4
2019-11-04also test different integersRalf Jung-0/+7
2019-11-04test offset_from with two integersRalf Jung-3/+8
2019-11-02adjust for missing spans on x86 test runnerRalf Jung-2/+1
2019-10-18Ignore a test on musl because its ui output differsOliver Scherer-0/+3
2019-10-18Adjust const eval code to reflect `offset_from` docsOliver Scherer-9/+0
2019-10-11Make <*const/mut T>::offset_from `const fn`Oliver Scherer-0/+44