rust/library/core/src/slice
2023-12-25 01:59:37 +03:00
..
iter Get !nonnull metadata consistently in slice iterators, without needing assumes 2023-07-20 11:33:49 -07:00
ascii.rs Add ASCII whitespace trimming functions to &str 2023-12-12 12:53:59 -05:00
cmp.rs Add a new compare_bytes intrinsic instead of calling memcmp directly 2023-08-06 15:47:40 -07:00
index.rs use assume(idx < self.len()) in [T]::get_unchecked 2023-12-04 06:00:12 +07:00
iter.rs Documented unsafe blocks 2023-12-25 01:59:37 +03: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 remove redundant imports 2023-12-10 10:56:22 +08:00
raw.rs Add more diagnostic items for clippy 2023-10-05 18:21:47 -04: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 Avoid unnecessary comparison in partition_equal 2023-10-25 19:37:14 +02:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00