summary refs log tree commit diff
path: root/src/librustc_front/visit.rs
AgeCommit message (Expand)AuthorLines
2015-10-16Provide span for visit_enum_defVadim Petrochenkov-5/+3
2015-10-13Merge struct fields and struct kindVadim Petrochenkov-1/+1
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-4/+4
2015-10-13Provide span for visit_struct_def + remove some dead codeVadim Petrochenkov-3/+6
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-12/+13
2015-10-13Unify structures and enum variants in HIRVadim Petrochenkov-14/+1
2015-10-06rustfmt librustc_frontNick Cameron-51/+90
2015-09-29Restore `if let`s replaced with `for`sVadim Petrochenkov-3/+3
2015-09-29Fill in some missing parts in the default HIR visitorVadim Petrochenkov-314/+220
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-2/+1
2015-09-22Fix rebaseVadim Petrochenkov-1/+1
2015-09-22Restore `fold_ident` and `visit_ident`Vadim Petrochenkov-3/+8
2015-09-22Use Names in the remaining HIR structures with exception of...Vadim Petrochenkov-5/+5
2015-09-22Use Names in HIR ItemsVadim Petrochenkov-9/+9
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-24/+22
2015-09-17Resolve prefix in imports with empty bracesVadim Petrochenkov-2/+1
2015-09-17Workaround for imports with empty bracesVadim Petrochenkov-2/+2
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-12/+21
2015-09-17Remove hir::ExprParenNick Cameron-3/+0
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1/+1
2015-09-03create a region-map for types in genericsAriel Ben-Yehuda-7/+10
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+841