about summary refs log tree commit diff
path: root/src/librustc_front/util.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-362/+0
2016-03-21Expose attached attributes to `FnKind` abstraction so that I can look at them...Felix S. Klock II-3/+3
2016-03-02Move span into `StructField`Vadim Petrochenkov-1/+1
2016-02-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-2/+3
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-11/+11
2016-02-12Make more use of autoderef in librustc_frontJonas Schievink-8/+8
2015-12-19Improve OwnedSlice and use it in HIRVadim Petrochenkov-3/+3
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-5/+5
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-4/+3
2015-12-05Do MTWT resolution during lowering to HIRVadim Petrochenkov-1/+1
2015-11-18Refactor the HIR so that items are stored in a map in the `Crate`,Niko Matsakis-50/+44
2015-11-09Rustfmting librustc_front (again).Jose Narvaez-6/+6
2015-10-31Remove PatWildMultiVadim Petrochenkov-1/+1
2015-10-13Merge VariantData and VariantData_Vadim Petrochenkov-1/+1
2015-10-13Dict -> Struct, StructDef -> VariantData, def -> dataVadim Petrochenkov-2/+2
2015-10-13Provide span for visit_struct_def + remove some dead codeVadim Petrochenkov-1/+2
2015-10-13Remove now redundant NodeId from VariantVadim Petrochenkov-7/+1
2015-10-13Decouple structure kinds from NodeIdsVadim Petrochenkov-7/+1
2015-10-06rustfmt librustc_frontNick Cameron-46/+53
2015-09-29Fill in some missing parts in the default HIR visitorVadim Petrochenkov-2/+2
2015-09-26Auto merge of #28642 - petrochenkov:name3, r=nrcbors-2/+2
2015-09-24Remove the deprecated box(PLACE) syntax.Eduard Burtescu-4/+3
2015-09-23Remove random Idents outside of libsyntaxVadim Petrochenkov-2/+2
2015-09-22Use Names in HIR visitors and foldersVadim Petrochenkov-2/+2
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-54/+0
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+427