about summary refs log tree commit diff
path: root/src/librustc_data_structures/small_vec.rs
AgeCommit message (Expand)AuthorLines
2018-08-01Another SmallVec.extend optimizationAndre Bogus-12/+5
2018-08-01Rollup merge of #52859 - ljedrz:smallvec_true_extend, r=Mark-SimulacrumPietro Albini-4/+128
2018-07-31Benchmarks for SmallVecljedrz-0/+116
2018-07-30Use Vec::extend in SmallVec::extend when applicableljedrz-4/+12
2018-07-24Simplify a few functions in rustc_data_structuresljedrz-6/+2
2018-07-17Avoid most allocations in `Canonicalizer`.Nicholas Nethercote-0/+4
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2016-11-22Use SmallVec for TypeWalker's stack.Nicholas Nethercote-0/+12
2016-11-11Change implementation of syntax::util::SmallVector to use data_structures::Sm...Mark-Simulacrum-0/+203