summary refs log tree commit diff
path: root/src/test/ui/consts/offset_from.rs
AgeCommit message (Expand)AuthorLines
2022-05-11Apply CR suggestions; add real tracking issueScott McMurray-1/+2
2022-05-11Rename `unsigned_offset_from` to `sub_ptr`Scott McMurray-1/+1
2022-05-11Add `unsigned_offset_from` on pointersScott McMurray-0/+8
2021-11-06Stabilize `const_raw_ptr_deref` for `*const T`Jacob Pratt-1/+0
2020-08-22remove feature gate from testsRalf Jung-1/+0
2019-11-04test offset_from with two integersRalf Jung-0/+6
2019-10-18Adjust const eval code to reflect `offset_from` docsOliver Scherer-0/+47