rust/library/core/src/slice
Matthias Krüger 8168915639
Rollup merge of #112704 - RalfJung:dont-wrap-slices, r=ChrisDenton
slice::from_raw_parts: mention no-wrap-around condition

Cc https://github.com/rust-lang/rust/issues/83996. This probably needs to be mentioned in more places, so I am not closing that issue, but this here should help at least.
2023-06-23 13:18:13 +02:00
..
iter use indexed loop instead of ptr bumping 2023-06-14 22:22:41 +02:00
ascii.rs Tune the is_ascii implementation used for short slices 2023-05-06 22:56:43 -07:00
cmp.rs Merge two different equality specialization traits in core 2023-03-01 14:42:06 -08:00
index.rs rm const traits in libcore 2023-04-16 06:49:27 +00:00
iter.rs Remove useless assumes from slice::iter(_mut) 2023-05-12 17:34:55 -07:00
memchr.rs fix tidy 2023-04-16 07:27:28 +00:00
mod.rs Rollup merge of #111974 - Sp00ph:update_guarantees, r=Amanieu 2023-06-14 18:10:29 +02:00
raw.rs slice::from_raw_parts: mention no-wrap-around condition 2023-06-16 14:56:31 +02:00
rotate.rs Make ZST checks in core/alloc more readable 2022-09-22 23:12:29 -07:00
select.rs Use helper functions for min/max_idx 2023-05-24 19:33:04 +00:00
sort.rs Add Median of Medians fallback to introselect 2023-05-24 00:38:20 +00:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00