|
iter
|
Convert some iter macros to normal functions
|
2024-04-25 22:16:02 -07:00 |
|
ascii.rs
|
Stabilize byte_slice_trim_ascii for &[u8]/&str
|
2024-05-10 23:42:40 -04:00 |
|
iter.rs
|
Add the impls for Box<[T]>: IntoIterator
|
2024-05-20 19:21:30 -04:00 |
|
mod.rs
|
Rename flatten(_mut) → as_flattened(_mut)
|
2024-05-15 23:39:33 -07: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 |
|
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 |