about summary refs log tree commit diff
path: root/src/librustc_front
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-8443/+0
2016-04-02Add `Crate` and `Restricted` variants to `ast::Visibility`Jeffrey Seyfried-1/+2
2016-04-02Make `ast::Visibility` non-copyableJeffrey Seyfried-5/+5
2016-03-31Remove incorrect comment about `PartialEq` implementationTobias Bucher-1/+0
2016-03-24address nitsAlex Burka-1/+1
2016-03-24fatal error instead of ICE for impossible range during HIR loweringAlex Burka-1/+8
2016-03-22fix alignmentJorge Aparicio-53/+53
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-698/+698
2016-03-21Expose attached attributes to `FnKind` abstraction so that I can look at them...Felix S. Klock II-13/+31
2016-03-17hir_map: Provide expression and statement attributes.Eduard Burtescu-1/+20
2016-03-17hir, mir: Separate HIR expressions / MIR operands from InlineAsm.Eduard Burtescu-46/+24
2016-03-14Add pretty printer output for `default`Aaron Turon-0/+5
2016-03-14Move specialization graph walks to iterators; make associated typeAaron Turon-0/+10
2016-03-14Add `default` as contextual keyword, and parse it for impl items.Aaron Turon-4/+20
2016-03-11removed suffixes for librustc_frontsrinivasreddy-2/+2
2016-03-07implement the `?` operatorJorge Aparicio-0/+70
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-22/+94
2016-03-02Move span into `StructField`Vadim Petrochenkov-33/+27
2016-03-02Use numeric field `Name`s ("0", "1" etc) for positional fieldsVadim Petrochenkov-35/+17
2016-03-02Get rid of hir::StructFieldKindVadim Petrochenkov-65/+48
2016-02-27fix stability holeAlex Burka-1/+6
2016-02-27fallout from removing hir::ExprRangeAlex Burka-17/+0
2016-02-27HIR: add inclusive ranges, desugar all ranges (remove ExprRange)Alex Burka-5/+89
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-0/+1
2016-02-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-25/+43
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-88/+87
2016-02-13Split ast::PatKind::Enum into tuple struct and path patternsVadim Petrochenkov-1/+4
2016-02-13Rename ast::Pat_ and its variantsVadim Petrochenkov-12/+14
2016-02-12Make more use of autoderef in librustc_frontJonas Schievink-109/+108
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+14
2016-02-11[breaking-change] don't glob export ast::PathListItem_ variantsOliver 'ker' Schneider-18/+18
2016-02-11[breaking-change] don't glob export ast::StrStyle variantsOliver 'ker' Schneider-6/+6
2016-02-11[breaking-change] don't glob export ast::Visibility variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::TraitItemKind variantsOliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::Mutablity variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-5/+5
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-16/+16
2016-02-11[breaking-change] don't glob export ast::ForeignItem_ variantsOliver 'ker' Schneider-2/+2
2016-02-11[breaking-change] don't pub export ast::Stmt_ variantsOliver Schneider-4/+4
2016-02-11[breaking-change] don't pub export ast::Ty_ variantsOliver Schneider-13/+14
2016-02-11[breaking-change] don't glob export ast::Expr_ variantsOliver Schneider-37/+37
2016-02-11[breaking-change] don't glob export ast::ExplicitSelf_ variantsOliver Schneider-5/+5
2016-02-11[breaking-change] don't glob export ast::Decl_ variantsOliver Schneider-2/+2
2016-02-11[breaking-change] don't glob export ast::CaptureClause variantsOliver Schneider-3/+3
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-10/+10
2016-02-11[breaking-change] don't glob export ast::BlockCheckMode variantsOliver Schneider-2/+2
2016-02-11[breaking-change] don't glob import ast::FunctionRetTy variantsOliver Schneider-3/+3
2016-02-11[breaking-change] don't glob export ast::BinOp_Oliver Schneider-18/+18
2016-02-11[breaking-change] don't glob export ast::UnOp variantsOliver Schneider-3/+3