about summary refs log tree commit diff
path: root/src/librustc_data_structures/array_vec.rs
AgeCommit message (Collapse)AuthorLines
2016-10-25Add AccumulateVec, a potentially stack-allocated vector.Mark-Simulacrum-0/+106
AccumulateVec is generic over the Array trait, which is currently only implemented for [T; 8].