summary refs log tree commit diff
path: root/src/librustc_front
AgeCommit message (Expand)AuthorLines
2015-12-22Stop re-exporting PathParameters's variants.Ms2ger-2/+2
2015-12-21Auto merge of #30352 - alexcrichton:new-snashots, r=nikomatsakisbors-3/+0
2015-12-21Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichtonbors-2/+2
2015-12-21Register new snapshotsAlex Crichton-3/+0
2015-12-20Auto merge of #30470 - petrochenkov:owned5, r=nrcbors-22/+22
2015-12-20Stop re-exporting the ast::BindingMode variants.Ms2ger-2/+2
2015-12-19Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakisbors-2/+16
2015-12-19Improve OwnedSlice and use it in HIRVadim Petrochenkov-22/+22
2015-12-18Auto merge of #30374 - durka:issue-30371, r=alexcrichtonbors-2/+3
2015-12-18Rollup merge of #30420 - petrochenkov:owned2, r=nrcManish Goregaokar-163/+183
2015-12-18Abstract away differences between Vec and ptr::P in HIRVadim Petrochenkov-132/+157
2015-12-18Deprecate name `OwnedSlice` and don't use itVadim Petrochenkov-31/+26
2015-12-17move error handling from libsyntax/diagnostics.rs to libsyntax/errors/*Nick Cameron-3/+3
2015-12-16Add ExprType to HIR and make everything compileVadim Petrochenkov-2/+16
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-11/+31
2015-12-10adjust documentation to mention `intravisit` instead of `visit`Oliver Schneider-2/+2
2015-12-09Auto merge of #30145 - petrochenkov:hyg, r=nrcbors-35/+128
2015-12-07Add comments for Ident::from_name and identifiers in path segmentsVadim Petrochenkov-0/+14
2015-12-07Remove some unnecessary indirection from HIR structuresVadim Petrochenkov-150/+137
2015-12-05Use a struct instead of a tuple for inline asm output operandsAmanieu d'Antras-12/+30
2015-12-05Add proper support for indirect output constraints in inline asmAmanieu d'Antras-6/+8
2015-12-05Do MTWT resolution during lowering to HIRVadim Petrochenkov-35/+114
2015-11-26Rebase fixup for lower.rsMarvin Löbel-37/+55
2015-11-26Some TLC for the MoveMap traitMarvin Löbel-38/+7
2015-11-26Moved and refactored ThinAttributesMarvin Löbel-6/+7
2015-11-26Add syntax support for attributes on expressions and all syntaxMarvin Löbel-24/+52
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-18Fix two long lines.Niko Matsakis-2/+6
2015-11-18Remove rustc_data_structures from the deps of librustc_front nowNiko Matsakis-1/+0
2015-11-18Change to a BTreeMap rather than sorting the keys of a FnvHashMap.Niko Matsakis-15/+13
2015-11-18Add comment explaining why it is called `intravisit`Niko Matsakis-10/+14
2015-11-18Refactor the HIR so that items are stored in a map in the `Crate`,Niko Matsakis-111/+228
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-23/+22
2015-11-16Remove `TyParen` from HIRVadim Petrochenkov-10/+4
2015-11-16rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*`Oliver Schneider-4/+4
2015-11-16ImplItem_ -> ImplItemKind renameOliver Schneider-16/+16
2015-11-16rename ImplItem_::*ImplItem to ImplItem_::*Oliver Schneider-18/+17
2015-11-13simplify HIR folder so that it only maps 1 item to 1 item,Niko Matsakis-124/+89
2015-11-09Rustfmting librustc_front (again).Jose Narvaez-196/+192
2015-11-02Auto merge of #29291 - petrochenkov:privacy, r=alexcrichtonbors-0/+6
2015-11-01Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichtonbors-3/+3
2015-11-01Add code formatting on PatVec docsManish Goregaokar-2/+2
2015-11-01Fix PatEnum docsManish Goregaokar-1/+1
2015-10-31Remove PatWildMultiVadim Petrochenkov-32/+11
2015-10-25syntax/rustc_front: Simplify VariantData::fieldsVadim Petrochenkov-32/+24
2015-10-25rustc_privacy: Expand public node set, build exported node set more correctlyVadim Petrochenkov-0/+6
2015-10-17Auto merge of #29102 - petrochenkov:spanvis, r=alexcrichtonbors-5/+3