summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/index.rs
AgeCommit message (Expand)AuthorLines
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