about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/lifetime_collector.rs
AgeCommit message (Expand)AuthorLines
2022-09-12Remove `path_span` argument to the `visit_path_segment` methods.Nicholas Nethercote-3/+3
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.Nicholas Nethercote-6/+3
2022-08-04Do not collect lifetimes with Infer resolutionSantiago Pastorino-5/+21
2022-08-04Add docs to record_elided_anchorSantiago Pastorino-0/+3
2022-08-04Extract record_elided_anchorSantiago Pastorino-18/+13
2022-08-04Record RPITs elided lifetimes in Rptr TysSantiago Pastorino-0/+12
2022-08-04Record RPITs elided lifetimes in path segmentsSantiago Pastorino-17/+34
2022-08-04Restructure visit_ty in a more clear waySantiago Pastorino-6/+9
2022-08-04Skip lifetimes in binders when visitingSantiago Pastorino-23/+30
2022-08-04Move LifetimeCollectVisitor to rustc_ast_loweringSantiago Pastorino-0/+62