rust/library/core/src/slice
2021-10-16 17:30:34 +09:00
..
iter #[inline] slice::advance_by 2021-08-03 21:32:36 +02:00
ascii.rs Add #[must_use] to string/char transformation methods 2021-10-09 01:01:40 -04:00
cmp.rs Remove pointer comparison from slice equality 2020-12-26 06:43:51 +00:00
index.rs Bump slice_index_with_ops_bound_pair to 1.53.0 2021-04-21 22:40:19 +02:00
iter.rs Add #[must_use] to as_type conversions 2021-10-11 13:57:38 -04:00
memchr.rs Document unsafety in core::slice::memchr 2020-10-05 11:34:03 +02:00
mod.rs Remove a mention to copy_from_slice from clone_from_slice doc 2021-10-16 17:30:34 +09:00
raw.rs Convert primitives to use intra-doc links 2021-02-25 20:31:53 -05:00
rotate.rs Add safety comments in private core::slice::rotate::ptr_rotate function 2021-07-14 15:31:12 +02:00
sort.rs Remove ignore-tidy-undocumented-unsafe from core::slice::sort 2021-08-27 21:38:49 -03:00
specialize.rs Remove size_of == 1 case from fill specialization. 2021-08-09 19:25:28 +02:00