about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/generator.rs
AgeCommit message (Expand)AuthorLines
2022-01-12Remove deprecated LLVM-style inline assemblyTomasz Miąsko-3/+0
2022-01-06Normalize generator-local types with unevaluated constantsMichael Goulet-4/+6
2021-12-22Store a `DefId` instead of an `AdtDef` in `AggregateKind::Adt`Aaron Hill-1/+1
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-8/+10
2021-12-02Update passes with new interfaceDylan MacKenzie-0/+4
2021-09-28Rebase resume argument projections during state transformTomasz Miąsko-2/+3
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-10/+10
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+1500