| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2022-09-12 | Remove `path_span` argument to the `visit_path_segment` methods. | Nicholas Nethercote | -3/+3 |
| 2022-08-11 | Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`. | Nicholas Nethercote | -6/+3 |
| 2022-08-04 | Do not collect lifetimes with Infer resolution | Santiago Pastorino | -5/+21 |
| 2022-08-04 | Add docs to record_elided_anchor | Santiago Pastorino | -0/+3 |
| 2022-08-04 | Extract record_elided_anchor | Santiago Pastorino | -18/+13 |
| 2022-08-04 | Record RPITs elided lifetimes in Rptr Tys | Santiago Pastorino | -0/+12 |
| 2022-08-04 | Record RPITs elided lifetimes in path segments | Santiago Pastorino | -17/+34 |
| 2022-08-04 | Restructure visit_ty in a more clear way | Santiago Pastorino | -6/+9 |
| 2022-08-04 | Skip lifetimes in binders when visiting | Santiago Pastorino | -23/+30 |
| 2022-08-04 | Move LifetimeCollectVisitor to rustc_ast_lowering | Santiago Pastorino | -0/+62 |
