rust/library/core/src/slice
Guillaume Gomez d1da78b201
Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-Simulacrum
Add `slice::align_to_uninit_mut`

Add new `slice::align_to_uninit_mut` method.

Tracking issue: https://github.com/rust-lang/rust/issues/139062

ACP: https://github.com/rust-lang/libs-team/issues/564
2025-04-06 18:08:10 +02:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort Use cfg_match in core 2025-03-26 14:32:35 -04:00
ascii.rs Remove #[cfg(not(test))] gates in core 2025-03-06 13:21:59 -08:00
cmp.rs Optimize multi-char string patterns 2025-03-15 14:14:25 +00:00
index.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
iter.rs Optimize setting the slice to empty in slice Iter 2025-04-04 15:57:41 +01:00
memchr.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
mod.rs Rollup merge of #139072 - nickkuk:align_to_uninit_mut, r=Mark-Simulacrum 2025-04-06 18:08:10 +02:00
raw.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
rotate.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00