about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/upvars.rs
AgeCommit message (Expand)AuthorLines
2022-12-01rustc_hir: Relax lifetime requirements on `Visitor::visit_path`Vadim Petrochenkov-1/+1
2022-11-13Store LocalDefId in hir::Closure.Camille GILLOT-3/+2
2022-07-29Rename local_did to def_idMiguel Guarniz-2/+2
2022-07-29Change maybe_body_owned_by to take local def idMiguel Guarniz-2/+2
2022-06-12Make `ExprKind::Closure` a struct variant.Camille GILLOT-1/+1
2022-01-16Replace NestedVisitorMap with NestedFilterCameron Steffen-13/+1
2021-12-15Remove `in_band_lifetimes` for `rustc_passes`Peter Jaszkowiak-2/+2
2020-08-30mv compiler to compiler/mark-0/+109