summary refs log tree commit diff
path: root/src/librustc_data_structures/accumulate_vec.rs
AgeCommit message (Expand)AuthorLines
2018-03-29Move RangeArguments to {core::std}::ops and rename to RangeBoundsSimon Sapin-3/+2
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-1/+2
2017-06-24Stabilize RangeArgumentSteven Fackler-2/+1
2017-03-27Fix various useless derefs and slicingsOliver Schneider-4/+4
2017-01-29Remove dead recursive partial eq implest31-1/+1
2017-01-03Add drain method to AccumulateVec/ArrayVecAndrew Cann-0/+39
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-6/+152
2016-10-25Add AccumulateVec, a potentially stack-allocated vector.Mark-Simulacrum-0/+52