about summary refs log tree commit diff
path: root/src/librustc/front/map
AgeCommit message (Collapse)AuthorLines
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-2/+2
PathSegment, PatIdent, ExprWhile, ExprLoop, ExprBreak and ExprAgain - they need Idents for resolve
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-28/+28
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-3/+3
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-2/+2
This could be a [breaking-change] if your lint or syntax extension (is that even possible?) uses HIR attributes or literals.
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+1391