about summary refs log tree commit diff
path: root/compiler/rustc_ast_lowering/src/lifetime_collector.rs
AgeCommit message (Expand)AuthorLines
2023-11-28Reduce exposure of some things.Nicholas Nethercote-1/+1
2023-10-13Format all the let chains in compilerMichael Goulet-1/+2
2023-08-11Record binder for bare trait object in LifetimeCollectVisitorMichael Goulet-2/+15
2023-08-05Consolidate opaque ty and async fn lowering codeMichael Goulet-7/+1
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-1/+1
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