rust/library/core/src/ptr
Matthias Krüger 1bf1932453
Rollup merge of #97764 - RalfJung:strict, r=dtolnay
use strict provenance APIs

The stdlib was adjusted to avoid bare int2ptr casts, but recently some casts of that sort have sneaked back in. Let's fix that. :)
2022-06-06 08:37:04 +02:00
..
const_ptr.rs implement ptr.addr() via transmute 2022-06-03 16:45:35 -04:00
metadata.rs Fix a few misspellings. 2021-06-25 13:18:56 -07:00
mod.rs use strict provenance APIs 2022-06-05 11:50:48 -04:00
mut_ptr.rs implement ptr.addr() via transmute 2022-06-03 16:45:35 -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