summary refs log tree commit diff
path: root/src/librustc/front/map/blocks.rs
AgeCommit message (Expand)AuthorLines
2016-02-12Autoderef in librustcJonas Schievink-3/+3
2015-11-18Port the `map` construction code to use the new visitor.Niko Matsakis-1/+1
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-1/+1
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-1/+1
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-9/+9
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-3/+3
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+255