rust/library/alloc/src/vec
Josh Stone f4d9d1a0ea Use &raw in the standard library
Since the stabilization in #127679 has reached stage0, 1.82-beta, we can
start using `&raw` freely, and even the soft-deprecated `ptr::addr_of!`
and `ptr::addr_of_mut!` can stop allowing the unstable feature.

I intentionally did not change any documentation or tests, but the rest
of those macro uses are all now using `&raw const` or `&raw mut` in the
standard library.
2024-09-25 17:03:20 -07:00
..
cow.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
drain.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
extract_if.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
in_place_collect.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
in_place_drop.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
into_iter.rs Use &raw in the standard library 2024-09-25 17:03:20 -07:00
is_zero.rs Use generic NonZero everywhere in alloc. 2024-02-22 15:17:34 +01:00
mod.rs Add Vec::as_non_null 2024-09-20 22:19:53 +07:00
partial_eq.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
set_len_on_drop.rs Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted 2022-11-24 19:14:19 -08:00
spec_extend.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
spec_from_elem.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
spec_from_iter.rs Add NonNull convenience methods to Vec 2024-09-07 14:48:25 +07:00
spec_from_iter_nested.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
splice.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00