about summary refs log tree commit diff
path: root/src/libsyntax/util/move_map.rs
AgeCommit message (Collapse)AuthorLines
2017-05-12Fix some clippy warnings in libsyntaxAndre Bogus-4/+4
This is mostly removing stray ampersands, needless returns and lifetimes.
2016-11-11Change implementation of syntax::util::SmallVector to use ↵Mark-Simulacrum-0/+49
data_structures::SmallVec.
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-4/+2
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-0/+79