about summary refs log tree commit diff
path: root/compiler/rustc_mir_dataflow/src/elaborate_drops.rs
AgeCommit message (Expand)AuthorLines
2022-02-21use `List<Ty<'tcx>>` for tupleslcnr-4/+1
2022-02-15Overhaul `TyS` and `Ty`.Nicholas Nethercote-2/+2
2022-02-03rustc_mir_dataflow: use iter::once instead of Some().into_iterMichael Howell-3/+2
2022-01-11Store a `Symbol` instead of an `Ident` in `VariantDef`/`FieldDef`Aaron Hill-1/+1
2021-11-11Use `associated_item_def_ids` moreMatthew Jasper-7/+2
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-0/+1051