rust/library/core/src/ptr
Dylan DPC deab13c681
Rollup merge of #99692 - RalfJung:too-far, r=oli-obk
interpret, ptr_offset_from: refactor and test too-far-apart check

We didn't have any tests for the "too far apart" message, and indeed that check mostly relied on the in-bounds check and was otherwise probably not entirely correct... so I rewrote that check, and it is before the in-bounds check so we can test it separately.
2022-07-26 14:26:58 +05:30
..
const_ptr.rs Rollup merge of #99692 - RalfJung:too-far, r=oli-obk 2022-07-26 14:26:58 +05:30
metadata.rs various nits from review 2022-07-20 17:12:08 -04:00
mod.rs prune raw pointer read and write methods from Miri backtraces 2022-07-20 16:42:20 -04:00
mut_ptr.rs add miri-track-caller to some intrinsic-exposing methods 2022-07-24 14:49:33 -04:00
non_null.rs Rollup merge of #94640 - Pointerbender:issue-71146-partial-stabilization, r=yaahc 2022-05-28 08:45:50 +02:00
unique.rs Implement core::ptr::Unique on top of NonNull 2022-04-14 19:35:40 +02:00