summary refs log tree commit diff
path: root/src/librustc_front/lib.rs
AgeCommit message (Expand)AuthorLines
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-0/+1
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-1/+0
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-18Remove rustc_data_structures from the deps of librustc_front nowNiko Matsakis-1/+0
2015-11-18Refactor the HIR so that items are stored in a map in the `Crate`,Niko Matsakis-1/+2
2015-10-06rustfmt librustc_frontNick Cameron-3/+7
2015-09-26Remove unnecessary `#![feature]` attributesAndrew Paseltiner-1/+0
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-2/+0
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+58