about summary refs log tree commit diff
path: root/src/librustc_front/lowering.rs
AgeCommit message (Expand)AuthorLines
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-2149/+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-24address nitsAlex Burka-1/+1
2016-03-24fatal error instead of ICE for impossible range during HIR loweringAlex Burka-1/+8
2016-03-17hir, mir: Separate HIR expressions / MIR operands from InlineAsm.Eduard Burtescu-5/+3
2016-03-14Add `default` as contextual keyword, and parse it for impl items.Aaron Turon-0/+8
2016-03-07implement the `?` operatorJorge Aparicio-0/+69
2016-03-06Auto merge of #30884 - durka:inclusive-ranges, r=aturonbors-3/+94
2016-03-02Move span into `StructField`Vadim Petrochenkov-9/+7
2016-03-02Use numeric field `Name`s ("0", "1" etc) for positional fieldsVadim Petrochenkov-2/+7
2016-03-02Get rid of hir::StructFieldKindVadim Petrochenkov-10/+2
2016-02-27fix stability holeAlex Burka-1/+6
2016-02-27HIR: add inclusive ranges, desugar all ranges (remove ExprRange)Alex Burka-3/+89
2016-02-16Split PatKind::Enum into PatKind::TupleStruct and PatKind::PathVadim Petrochenkov-3/+7
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-16/+16
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-11[breaking-change] don't glob export ast::PathListItem_ variantsOliver 'ker' Schneider-18/+18
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::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 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
2016-01-20Fix a bug with caching ids in the HIR lowering with nested lowered nodesNick Cameron-52/+61
2015-12-22Stop re-exporting PathParameters's variants.Ms2ger-2/+2
2015-12-21Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichtonbors-2/+2
2015-12-20Auto merge of #30470 - petrochenkov:owned5, r=nrcbors-7/+7
2015-12-20Stop re-exporting the ast::BindingMode variants.Ms2ger-2/+2
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-0/+4
2015-12-19Improve OwnedSlice and use it in HIRVadim Petrochenkov-7/+7
2015-12-18Auto merge of #30374 - durka:issue-30371, r=alexcrichtonbors-2/+3
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-57/+61
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-7/+6
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-0/+4
2015-12-14evade unused_variables lint in for-loop desugaringAlex Burka-2/+3
2015-12-14Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelixbors-2/+7
2015-12-09Auto merge of #30145 - petrochenkov:hyg, r=nrcbors-30/+57
2015-12-07Remove some unnecessary indirection from HIR structuresVadim Petrochenkov-28/+28
2015-12-05Use a struct instead of a tuple for inline asm output operandsAmanieu d'Antras-2/+7