about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src
AgeCommit message (Expand)AuthorLines
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-7/+10
2022-11-13Store a LocalDefId in hir::AnonConst.Camille GILLOT-1/+3
2022-11-13Store a LocalDefId in hir::GenericParam.Camille GILLOT-0/+6
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-0/+3
2022-11-13Create bidirectional bounds between original and duplicated parameters.Camille GILLOT-12/+6
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-1/+8
2022-11-10Refactor nested for-loops into find() callsBryan Garza-12/+5
2022-11-09Allow and add `track_caller` to generatorsBryan Garza-23/+37
2022-11-01Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwcoManish Goregaokar-1/+2
2022-10-30Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errorsDylan DPC-1/+15
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-24/+24
2022-10-26Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]Xiretza-1/+2
2022-10-25adopt to compiler changesMaybe Waffle-1/+1
2022-10-25Feature gate `impl_trait_in_fn_trait_return`Maybe Waffle-1/+4
2022-10-25Allow `impl Fn() -> impl Trait` in return positionMaybe Waffle-1/+12
2022-10-23Migrate all diagnosticsNilstrieb-51/+51
2022-10-21Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errorsDylan DPC-41/+18
2022-10-19Do anonymous lifetimes remapping correctly for nested rpitsSantiago Pastorino-16/+11
2022-10-19Extract orig_opt_local_def_id as a functionSantiago Pastorino-4/+12
2022-10-18Rollup merge of #103168 - Amanieu:stable_asm_sym, r=davidtwcoYuki Okushi-10/+0
2022-10-17Stabilize asm_symAmanieu d'Antras-10/+0
2022-10-17ast_lowering: use derive moreDavid Wood-41/+18
2022-10-15Rollup merge of #102998 - nathanwhit:let-chains-drop-order, r=eholkDylan DPC-20/+45
2022-10-15Auto merge of #99292 - Aaron1011:stability-use-tree, r=cjgillotbors-2/+20
2022-10-13Lower condition directly from AST to HIRNathan Whitaker-22/+24
2022-10-12Let chains should still drop temporariesNathan Whitaker-11/+34
2022-10-12Rollup merge of #102623 - davidtwco:translation-eager, r=compiler-errorsDylan DPC-3/+12
2022-10-11wip: trying to enable #[track_caller] on async fnEric Holk-2/+20
2022-10-11rustc_hir: Less error-prone methods for accessing `PartialRes` resolutionVadim Petrochenkov-37/+27
2022-10-10errors: `AddToDiagnostic::add_to_diagnostic_with`David Wood-3/+12
2022-10-10Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet-4/+4
2022-10-10Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8KiYuki Okushi-2/+2
2022-10-09ImplItemKind::TyAlias => ImplItemKind::TypeMichael Goulet-2/+2
2022-10-06Auto merge of #99324 - reez12g:issue-99144, r=jyn514bors-3/+3
2022-09-30create def ids for impl traits during ast loweringSantiago Pastorino-9/+18
2022-09-29Mark ignore(illustrative) on docs in compiler/rustc_ast_lowering/src/expr.rsreez12g-3/+3
2022-09-27Do not overwrite binders for another HirId.Camille GILLOT-0/+2
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-25Only lower async fn body if it actually has a bodyMichael Goulet-7/+6
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-28/+46
2022-09-23Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgrbors-5/+18
2022-09-22Improve the help message for an invalid calling conventionkhyperia-6/+30
2022-09-21Split out async_fn_in_trait into a separate featureDan Johnson-5/+18
2022-09-21FIX - adopt new Diagnostic naming in newly migrated modulesJhonny Bill Mena-1/+1
2022-09-21UPDATE - rename SessionSubdiagnostic macro to SubdiagnosticJhonny Bill Mena-2/+2
2022-09-21UPDATE - rename DiagnosticHandler macro to DiagnosticJhonny Bill Mena-33/+33
2022-09-21UPDATE - rename AddSubdiagnostic trait to AddToDiagnosticJhonny Bill Mena-3/+3
2022-09-21UPDATE - rename DiagnosticHandler trait to IntoDiagnosticJhonny Bill Mena-33/+33
2022-09-19Simplify rpitit handling on lower_fn_declSantiago Pastorino-45/+15
2022-09-17Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplettDylan DPC-12/+1