rust/library/core/src/ptr
Gary Guo 229b0a0fdc Make rust-intrinsic ABI unwindable
Stick `#[rustc_nounwind]` to all except `const_eval_select` to undo the
change for all other intrinsics.
2023-04-12 14:05:05 +01:00
..
alignment.rs Match unmatched backticks in library/ 2023-03-03 03:03:29 +01:00
const_ptr.rs Fix docs for ptr method with_metadata_of() 2023-03-10 02:14:09 +00:00
metadata.rs Update bootstrap cfg 2022-12-28 09:18:43 -05:00
mod.rs Make rust-intrinsic ABI unwindable 2023-04-12 14:05:05 +01:00
mut_ptr.rs Fix docs for ptr method with_metadata_of() 2023-03-10 02:14:09 +00:00
non_null.rs Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=m-ou-se,the8472 2023-03-27 08:46:50 +02:00
unique.rs Implement core::ptr::Unique on top of NonNull 2022-04-14 19:35:40 +02:00