about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-11-27Auto merge of #79318 - cjgillot:fitem, r=lcnrbors-0/+8
2020-11-27Auto merge of #79266 - b-naber:gat_trait_path_parser, r=petrochenkovbors-0/+7
2020-11-26Rebase fallout.Camille GILLOT-0/+5
2020-11-26Store ForeignItem in a side table.Camille GILLOT-0/+3
2020-11-25insert span_fatal call in ast lowering to indicate that generic arguments in ...b-naber-0/+7
2020-11-23Remove Pat pre-lowering.Camille GILLOT-43/+5
2020-11-15Rollup merge of #77802 - jyn514:bootstrap-specific, r=nikomatsakisJonas Schievink-3/+1
2020-11-13Reserve space in advanceDániel Buga-5/+5
2020-11-13Allocate less in lower_block_noallocDániel Buga-20/+21
2020-11-12Auto merge of #78782 - petrochenkov:nodoctok, r=Aaron1011bors-7/+10
2020-11-09Do not collect tokens for doc commentsVadim Petrochenkov-7/+10
2020-11-07Allow making `RUSTC_BOOTSTRAP` conditional on the crate nameJoshua Nelson-3/+1
2020-11-07Implement destructuring assignment for tuplesFabian Zaiser-1/+16
2020-10-30Fix some more clippy warningsJoshua Nelson-4/+1
2020-10-29Fix typosDániel Buga-3/+3
2020-10-25Auto merge of #77546 - lcnr:impl-trait-closure, r=eddybbors-5/+15
2020-10-21Unconditionally capture tokens for attributes.Aaron Hill-2/+3
2020-10-07implement nitsBastian Kauschke-1/+1
2020-10-07split SyntheticTyParamKindBastian Kauschke-1/+1
2020-10-07bodgeBastian Kauschke-7/+12
2020-10-07do not lower patterns in impl TraitBastian Kauschke-0/+5
2020-09-10Attach tokens to `NtMeta` (`ast::AttrItem`)Aaron Hill-0/+1
2020-09-10Attach `TokenStream` to `ast::Ty`Aaron Hill-0/+1
2020-08-30mv compiler to compiler/mark-0/+2737