about summary refs log tree commit diff
path: root/src/librustc_front
AgeCommit message (Expand)AuthorLines
2015-09-21Use ast::AsmDialect's variants qualified, and drop the pointless prefix.Ms2ger-1/+1
2015-09-21Remove hir::AsmDialect in favour of ast::AsmDialect.Ms2ger-17/+3
2015-09-18Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichtonbors-5/+1
2015-09-18Implement empty struct with braces (RFC 218)Vadim Petrochenkov-25/+25
2015-09-17Resolve prefix in imports with empty bracesVadim Petrochenkov-2/+1
2015-09-17Workaround for imports with empty bracesVadim Petrochenkov-2/+2
2015-09-17Correctly walk import lists in AST visitorsVadim Petrochenkov-12/+21
2015-09-17Remove Visibility field from enum variantsSimonas Kazlauskas-5/+1
2015-09-17Remove hir::ExprParenNick Cameron-13/+3
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-1551/+57
2015-09-05Auto merge of #28190 - arielb1:generic-key-entry, r=eddybbors-7/+10
2015-09-04Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichtonbors-6/+12
2015-09-03create a region-map for types in genericsAriel Ben-Yehuda-7/+10
2015-09-03Adapt the PR for HIR changesSimonas Kazlauskas-6/+12
2015-09-03Use consistent terminology for byte string literalsVadim Petrochenkov-4/+4
2015-09-03Add an intital HIR and lowering stepNick Cameron-0/+9258