rust/library/core/src/slice
Stuart Cook 1200d3d733
Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm
Make slice::as_flattened_mut unstably const

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

Unblocked by const_mut_refs being stabilized: https://github.com/rust-lang/rust/pull/129195
2024-12-31 14:12:46 +11:00
..
iter Use &raw in the standard library 2024-09-25 17:03:20 -07:00
sort Rename the FIXMEs, remove a few that dont matter anymore 2024-11-03 18:59:41 +00:00
ascii.rs Auto merge of #130733 - okaneco:is_ascii, r=scottmcm 2024-12-22 02:44:13 +00:00
cmp.rs vectorized SliceContains 2024-10-23 20:14:17 +02:00
index.rs add const_eval_select macro to reduce redundancy 2024-11-05 09:26:08 +01:00
iter.rs Rollup merge of #134579 - hkBst:patch-6, r=jhpratt 2024-12-21 01:18:42 -05:00
memchr.rs update cfgs 2024-11-27 15:14:54 +00:00
mod.rs Rollup merge of #134927 - DaniPopes:const-as_flattened_mut, r=scottmcm 2024-12-31 14:12:46 +11:00
raw.rs clean up const stability around UB checks 2024-11-16 22:50:22 +01:00
rotate.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00