about summary refs log tree commit diff
path: root/src/librustc_data_structures/small_vec.rs
AgeCommit message (Expand)AuthorLines
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