about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/const_prop.rs
AgeCommit message (Expand)AuthorLines
2021-12-07Remove `in_band_lifetimes` from `rustc_mir_transform`Scott McMurray-10/+10
2021-12-05Auto merge of #91475 - ecstatic-morse:mir-pass-manager3, r=oli-obkbors-0/+7
2021-12-03Add initial AST and MIR support for unwinding from inline assemblyAmanieu d'Antras-1/+2
2021-12-02Update passes with new interfaceDylan MacKenzie-0/+7
2021-10-19Replace FnLikeNode by FnKind.Camille GILLOT-2/+1
2021-09-25Introduce `Rvalue::ShallowInitBox`Gary Guo-0/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-2/+2
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+1312