summary refs log tree commit diff
path: root/src/librustc_front/lowering.rs
AgeCommit message (Expand)AuthorLines
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
2015-12-05Add proper support for indirect output constraints in inline asmAmanieu d'Antras-2/+2
2015-12-05Do MTWT resolution during lowering to HIRVadim Petrochenkov-30/+57
2015-11-26Rebase fixup for lower.rsMarvin Löbel-36/+54
2015-11-26Moved and refactored ThinAttributesMarvin Löbel-2/+2
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-21/+44
2015-11-18Change to a BTreeMap rather than sorting the keys of a FnvHashMap.Niko Matsakis-4/+3
2015-11-18Refactor the HIR so that items are stored in a map in the `Crate`,Niko Matsakis-7/+26
2015-11-18refactorings of `lowering` that make it more amenable to using `&mut`Niko Matsakis-290/+295
2015-11-18rename `_lctx` to `lctx` where appropriateNiko Matsakis-209/+210
2015-11-17Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakisbors-6/+6
2015-11-16Remove `TyParen` from HIRVadim Petrochenkov-1/+3
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-4/+4
2015-11-16ImplItem_ -> ImplItemKind renameOliver Schneider-3/+3
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-3/+3