about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/lib.rs
AgeCommit message (Expand)AuthorLines
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-06reset and cleanupAlexander-0/+2
2021-10-04Stabilize `const_panic`Jacob Pratt-1/+1
2021-09-29Move body_owners to tcx.hir().Camille GILLOT-1/+1
2021-09-29Avoid more invocations of hir_crate query.Camille GILLOT-3/+1
2021-09-15Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass...Will Crichton-1/+1
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-1/+0
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-09-09rename mir -> thir around abstract constsEllen-1/+0
2021-09-08Rebase fallout.Camille GILLOT-1/+2
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-5/+5
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-2/+2
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+632