rust/library/core/src/slice
Karl Meakin 377a0c88a9 Consolidate panicking functions in slice/index.rs
Consolidate all the panicking functions in `slice/index.rs` to use a single
`slice_index_fail` function, similar to how it is done in `str/traits.rs`.
2025-08-21 11:07:25 +01:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort Hint that choose_pivot returns index in bounds 2025-07-23 12:01:44 +01:00
ascii.rs Update version placeholders 2025-07-01 10:54:33 -07:00
cmp.rs tidy 2025-08-06 16:55:50 +01:00
index.rs Consolidate panicking functions in slice/index.rs 2025-08-21 11:07:25 +01:00
iter.rs Remove [T]::array_chunks(_mut) 2025-07-27 23:03:07 -07: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 #144515 - scottmcm:ptr_cast_array, r=Mark-Simulacrum 2025-08-14 11:39:34 +02:00
raw.rs Add diagnostic items for Clippy 2025-06-20 17:53:09 +02:00
rotate.rs slice: Mark rotate_left, rotate_right unstably const 2025-07-11 14:41:57 -04:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00