summary refs log tree commit diff
path: root/src/librustc_data_structures/small_vec.rs
AgeCommit message (Collapse)AuthorLines
2017-08-15Fix typos & us spellingsFourchaux-1/+1
2016-11-22Use SmallVec for TypeWalker's stack.Nicholas Nethercote-0/+12
The change also adds the missing `SmallVec::truncate` method.
2016-11-11Change implementation of syntax::util::SmallVector to use ↵Mark-Simulacrum-0/+203
data_structures::SmallVec.