about summary refs log tree commit diff
path: root/src/librustc_ast_lowering
AgeCommit message (Expand)AuthorLines
2020-04-25Rollup merge of #71494 - flip1995:while_let_span, r=petrochenkovDylan DPC-6/+2
2020-04-24Use correct span on while (let) loweringflip1995-6/+2
2020-04-22Tweak `'static` suggestion codeEsteban Küber-1/+4
2020-04-19Dogfood more or_patterns in the compilerJosh Stone-12/+13
2020-04-16Auto merge of #70831 - sfackler:shrink-future-stack, r=matthewjasperbors-11/+34
2020-04-15Rollup merge of #71116 - marmeladema:dummy-hir-id-removal, r=eddybMazdak Farrokhzad-13/+10
2020-04-14Do not use `DUMMY_HIR_ID` as placeholder value in node_id_to_hir_id tablemarmeladema-13/+10
2020-04-14Auto merge of #70679 - tmandry:issue-68112, r=nikomatsakisbors-2/+2
2020-04-13Use clearer message when obligation is caused by await exprTyler Mandry-2/+2
2020-04-14Rename AssocKind::Method to AssocKind::FnRustin-Liu-2/+2
2020-04-08librustc_hir: return LocalDefId instead of DefId in local_def_idmarmeladema-14/+10
2020-04-06Auto merge of #70737 - Centril:cleanup-lower-item-id, r=estebankbors-11/+2
2020-04-05Remove a stack frame from .await callsSteven Fackler-11/+34
2020-04-03cleanup lower_item_idMazdak Farrokhzad-11/+2
2020-04-01Hide `task_context` when lowering bodyJonas Schievink-0/+2
2020-03-30Use if let instead of match when only matching a single variant (clippy::sing...Matthias Krüger-10/+7
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-1/+1
2020-03-27address some review commentsMazdak Farrokhzad-3/+3
2020-03-27parse: move constraint/arg restriction to ast_validation.Mazdak Farrokhzad-15/+21
2020-03-26Rename asm! to llvm_asm!Amanieu d'Antras-6/+6
2020-03-23Auto merge of #69649 - estebank:negative-impl-span, r=Centrilbors-13/+21
2020-03-23Auto merge of #70296 - Centril:rollup-wvfmb3n, r=Centrilbors-1/+1
2020-03-22Tweak output for invalid negative impl errorsEsteban Küber-13/+21
2020-03-22remove redundant closures (clippy::redundant_closure)Matthias Krüger-1/+1
2020-03-21lowering: remove librustc dependencyMazdak Farrokhzad-1/+0
2020-03-21{rustc::hir::map -> rustc_hir}::definitionsMazdak Farrokhzad-1/+1
2020-03-21dep_graph.assert_ignored() -> rustc_interfaceMazdak Farrokhzad-7/+0
2020-03-21add_elided_lifetime_in_path_suggestion -> rustc_sessionMazdak Farrokhzad-1/+1
2020-03-21lowering: bug! -> panic!Mazdak Farrokhzad-18/+17
2020-03-21separate out an arena for HIRMazdak Farrokhzad-2/+6
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-24/+86
2020-03-19rustc: use LocalDefId instead of DefIndex in hir::map::definitions.Eduard-Mihai Burtescu-14/+9
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-19/+15
2020-03-19rustc: use LocalDefId instead of DefIndex in hir::lowering.Eduard-Mihai Burtescu-57/+72
2020-03-18Rollup merge of #69920 - Centril:hir-cleanup, r=ZoxcMazdak Farrokhzad-3/+2
2020-03-17Don't create AST fragments when lowering to HIRJonas Schievink-30/+34
2020-03-17Split up large `FnDecl` expressionJonas Schievink-14/+13
2020-03-17Improve comments in HIR lowering codeJonas Schievink-2/+3
2020-03-17FormatJonas Schievink-7/+3
2020-03-17Make async/await lowering use resume argumentsJonas Schievink-20/+82
2020-03-16Rollup merge of #69989 - petrochenkov:nolegacy, r=eddyb,matthewjasperDylan DPC-9/+12
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-1/+1
2020-03-16remove unnecessary hir::map importsMazdak Farrokhzad-2/+1
2020-03-15More Method->Fn renamingMark Mansi-3/+3
2020-03-16hygiene: `modern` -> `normalize_to_macros_2_0`Vadim Petrochenkov-6/+9
2020-03-16ast/hir: `MacroDef::legacy` -> `MacroDef::macro_rules`Vadim Petrochenkov-3/+3
2020-03-15Auto merge of #68944 - Zoxc:hir-map, r=eddybbors-4/+2
2020-03-15Rollup merge of #69988 - petrochenkov:nomacrodef, r=CentrilMazdak Farrokhzad-6/+6
2020-03-15Rollup merge of #69589 - petrochenkov:maccall, r=CentrilMazdak Farrokhzad-10/+10
2020-03-14Index HIR after creating TyCtxtJohn Kåre Alsaker-1/+1