rust/library/core/src/slice
Lukas Bergdoll 032ad4c4c6 Fix unintended regression for Freeze + Copy types
Freeze + Copy types should be allowed to choose between all three
small-sort variants. With the recent changes to small-sort selection,
a regression was added that only let such types choose between network
and fallback. It can now also choose general where appropriate.
2024-06-17 07:28:18 +02:00
..
iter Convert some iter macros to normal functions 2024-04-25 22:16:02 -07:00
sort Fix unintended regression for Freeze + Copy types 2024-06-17 07:28:18 +02:00
ascii.rs Stabilize byte_slice_trim_ascii for &[u8]/&str 2024-05-10 23:42:40 -04:00
cmp.rs Refer to "slice" instead of "vector" in Ord and PartialOrd trait impl of slice 2024-03-06 10:13:05 +01:00
index.rs doc: describe panic conditions for SliceIndex implementations 2024-03-31 16:13:25 +03:00
iter.rs rename ptr::invalid -> ptr::without_provenance 2024-02-21 20:15:52 +01:00
memchr.rs Use usize::repeat_u8 instead of implementing repeat_byte in memchr.rs 2023-11-26 12:27:56 +00:00
mod.rs Fix linkchecker doc errors 2024-05-16 17:08:56 +02:00
raw.rs move assert_unsafe_preconditions to its own file 2024-03-23 18:44:17 +01:00
rotate.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