summary refs log tree commit diff
path: root/library/alloc/src/vec/is_zero.rs
AgeCommit message (Expand)AuthorLines
2022-05-01Tweak the calloc optimization to only apply to shortish-arraysScott McMurray-1/+8
2022-03-27Support arrays of zeros in Vec's __rust_alloc_zeroed optimizationScott McMurray-1/+8
2021-05-30Fix a typor00ster-1/+1
2021-05-26Enable Vec's calloc optimization for Option<NonZero>Scott McMurray-0/+33
2020-12-29style: applying Rust styleC-1/+1
2020-12-29refactor: moved IsZero into is_zero.rsC-0/+71