rust/library/core/src/slice
2020-10-07 19:51:36 -04:00
..
iter Rename Iterator::get_unchecked 2020-09-25 19:52:01 +01:00
ascii.rs Move ascii to new module 2020-09-14 09:35:54 +00:00
cmp.rs Refactor memchr to allow optimization 2020-09-27 15:10:48 +02:00
index.rs hopefully fix rustdoc links 2020-09-15 23:46:26 +02:00
iter.rs Eliminate bounds checking in slice::Windows 2020-10-06 18:23:37 +03:00
memchr.rs Refactor memchr to allow optimization 2020-09-27 15:10:48 +02:00
mod.rs Bump to 1.48 bootstrap compiler 2020-10-07 19:51:36 -04:00
raw.rs use array::from_ref for slices 2020-09-23 21:56:23 +02:00
rotate.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
sort.rs Use T::BITS instead of size_of::<T> * 8. 2020-09-19 06:54:42 +02:00