summary refs log tree commit diff
path: root/library/core/src/slice/specialize.rs
AgeCommit message (Expand)AuthorLines
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