rust/library/core/src/slice
The 8472 99ab27f90c specialize slice::fill to use memset when possible
LLVM generally can do this on its own, but it helps miri and other backends.
2025-10-08 20:14:24 +02:00
..
iter rename sub_ptr 😅 2025-02-23 23:11:00 +07:00
sort Change the cfg to a dash 2025-09-21 13:12:20 -04:00
ascii.rs Update version placeholders 2025-07-01 10:54:33 -07:00
cmp.rs Constify Eq, Ord, PartialOrd 2025-09-12 12:39:31 +03:00
index.rs Auto merge of #146317 - saethlin:panic=immediate-abort, r=nnethercote 2025-09-23 06:37:03 +00:00
iter.rs Change ArrayWindows to use a slice 2025-10-01 08:03:19 -05:00
memchr.rs library: Use size_of from the prelude instead of imported 2025-03-06 20:20:38 -08:00
mod.rs Change the cfg to a dash 2025-09-21 13:12:20 -04:00
raw.rs Add diagnostic items for Clippy 2025-06-20 17:53:09 +02:00
rotate.rs slice: Mark rotate_left, rotate_right unstably const 2025-07-11 14:41:57 -04:00
specialize.rs specialize slice::fill to use memset when possible 2025-10-08 20:14:24 +02:00