about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform
AgeCommit message (Expand)AuthorLines
2021-09-20Migrate to 2021Mark Rousskov-2/+2
2021-09-18Do not collapse goto chains beginning with the start blockTomasz Miąsko-25/+0
2021-09-16Auto merge of #89019 - Manishearth:rollup-5qp8a5s, r=Manishearthbors-1/+1
2021-09-15Make rustc_mir_dataflow::framework::graphviz and rustc_mir_transform::MirPass...Will Crichton-1/+1
2021-09-15Disable RemoveZsts in generators to avoid query cyclesTomasz Miąsko-0/+4
2021-09-12Auto merge of #88839 - nbdd0121:alignof, r=nagisabors-2/+7
2021-09-13Introduce NullOp::AlignOfGary Guo-2/+7
2021-09-12Auto merge of #88759 - Amanieu:panic_in_drop, r=nagisa,eddybbors-4/+6
2021-09-12Rollup merge of #88709 - BoxyUwU:thir-abstract-const, r=lcnrManish Goregaokar-1/+0
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-1/+5
2021-09-11don't clone types that are Copy (clippy::clone_on_copy)Matthias Krüger-5/+3
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-1/+5
2021-09-10Treat drop_in_place as nounwind with -Z panic-in-drop=abortAmanieu d'Antras-4/+6
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-1/+1
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-2/+2
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-10/+10
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-63/+57
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-0/+17761