about summary refs log tree commit diff
path: root/library/core/src/slice/specialize.rs
AgeCommit message (Expand)AuthorLines
2021-08-09Remove size_of == 1 case from `fill` specialization.Mara Bos-14/+2
2021-03-18generalize slice::fill specialization for byte-sized itemsThe8472-36/+13
2021-02-08Specialize slice::fill for Copy type and u8/i8/boolLzu Tao-0/+58