rust/library/core/src/slice
Matthias Krüger 401aaf4ac1
Rollup merge of #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt
stabilize `const_slice_reverse`

cc rust-lang/rust#135120, needs FCP.
2025-07-18 19:14:44 +02:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort use div_ceil instead of manual logic 2025-07-05 10:55:42 +02:00
ascii.rs Update version placeholders 2025-07-01 10:54:33 -07:00
cmp.rs Make slices [const] PartialEq 2025-07-17 17:58:10 +00:00
index.rs constify Index trait and its slice impls 2025-07-15 08:27:15 +00:00
iter.rs Update version placeholders 2025-07-01 10:54:33 -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 #143382 - fee1-dead-contrib:push-trrymlzqmmoz, r=jhpratt 2025-07-18 19:14:44 +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