about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/index.rs
AgeCommit message (Expand)AuthorLines
2022-11-29Auto merge of #104947 - cjgillot:verify-hir-nest, r=oli-obkbors-1/+1
2022-11-26Verify that HIR parenting and Def parenting match.Camille GILLOT-1/+1
2022-11-23Separate lifetime ident from resolution in HIR.Camille GILLOT-1/+1
2022-11-22`rustc_ast_lowering`: remove `ref` patternsMaybe Waffle-1/+1
2022-11-13Store a LocalDefId in hir::Variant & hir::Field.Camille GILLOT-2/+2
2022-10-29Rename some `OwnerId` fields.Nicholas Nethercote-8/+8
2022-09-24separate definitions and `HIR` ownersTakayuki Maeda-7/+7
2022-09-14Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillotbors-5/+5
2022-09-12Remove unused span argument from `walk_fn`.Nicholas Nethercote-2/+2
2022-09-12Remove `path_span` argument to the `visit_path_segment` methods.Nicholas Nethercote-3/+3
2022-09-11Assert that HIR nodes are not their own parent.Camille GILLOT-0/+1
2022-09-05Make `hir::PathSegment::hir_id` non-optional.Nicholas Nethercote-3/+1
2022-09-01Always import all tracing macros for the entire crate instead of piecemeal by...Oli Scherer-2/+0
2022-09-01Directly use the `instrument` macro instead of its full pathOli Scherer-6/+6
2022-08-11Make Node::ExprField a child of Node::Expr.Eric Huss-5/+7
2022-08-11Add visitors for PatField and ExprField.Eric Huss-5/+7
2022-08-11Check attributes on struct expression fields.Eric Huss-0/+5
2022-08-11Check attributes on pattern fields.Eric Huss-0/+5
2022-08-11Simplify `rustc_hir::intravisit::Visitor::visit_variant_data`.Nicholas Nethercote-2/+2
2022-08-01Store associated item defaultness in impl_defaultness.Camille GILLOT-3/+2
2022-07-01Factor out hir::Node::BindingCameron Steffen-3/+1
2022-06-14Make ResolverAstLowering a struct.Camille GILLOT-1/+3
2022-06-04Compute lifetimes in scope at diagnostic time.Camille GILLOT-0/+7
2022-04-27Auto merge of #91557 - cjgillot:ast-lifetimes-named, r=petrochenkovbors-1/+6
2022-04-27Use LifetimeRes during lowering.Camille GILLOT-1/+6
2022-04-23Stop visiting visibility.Camille GILLOT-12/+0
2022-03-31remove find_use_placementFausto-1/+3
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-7/+1
2022-01-08Link impl items to corresponding trait items in late resolver.Camille GILLOT-1/+2
2021-10-21Use SortedMap in HIR.Camille GILLOT-19/+5
2021-10-12Use invalid local id for zeroth node parent.Camille GILLOT-1/+4
2021-10-09Perform indexing during lowering.Camille GILLOT-0/+361