summary refs log tree commit diff
path: root/src/test/ui/consts/offset_from_ub.rs
AgeCommit message (Expand)AuthorLines
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