rust/library/core/src/slice
fee1-dead da884d25da
Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead
Constify slice.split_at_mut(_unchecked)

Tracking Issue: [Tracking Issue for const_slice_split_at_mut](https://github.com/rust-lang/rust/issues/101804)

Feature gate: `#![feature(const_slice_split_at_mut)]`

Still requires const_mut_refs to be actually used, but this feature removes the need to manually re implement these functions in a user crate.
2022-09-25 22:06:38 +08:00
..
iter Make ZST checks in core/alloc more readable 2022-09-22 23:12:29 -07:00
ascii.rs Make some usize-typed masks definition agnostic to the size of usize 2022-04-15 17:04:59 +02:00
cmp.rs make memcmp return a value of c_int_width instead of i32 2022-04-02 17:21:08 -07:00
index.rs Auto merge of #100982 - fee1-dead-contrib:const-impl-requires-const-trait, r=oli-obk 2022-09-22 04:22:24 +00:00
iter.rs rustfmt 2022-09-22 23:13:12 -07:00
memchr.rs Rollup merge of #100823 - WaffleLapkin:less_offsets, r=scottmcm 2022-09-24 14:29:52 +02:00
mod.rs Rollup merge of #101800 - chriss0612:feat/const_split_at_mut, r=fee1-dead 2022-09-25 22:06:38 +08:00
raw.rs Make const_eval_select a real intrinsic 2022-09-04 20:35:23 +08:00
rotate.rs Make ZST checks in core/alloc more readable 2022-09-22 23:12:29 -07:00
sort.rs Make ZST checks in core/alloc more readable 2022-09-22 23:12:29 -07:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00