about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/transform/const_goto.rs
AgeCommit message (Expand)AuthorLines
2021-09-07Move rustc_mir::transform to rustc_mir_transform.Camille GILLOT-122/+0
2021-06-01Reland - Report coverage `0` of dead blocksRich Kadel-1/+1
2021-05-11Revert "Auto merge of #84797 - richkadel:cover-unreachable-statements, r=tman...Rich Kadel-1/+1
2021-05-01Report coverage `0` of dead blocksRich Kadel-1/+1
2021-03-05Bump all mir_opt_level 3 to 4Santiago Pastorino-1/+1
2021-03-05Extract mir_opt_level to a method and use Option to be able to know if the va...Santiago Pastorino-1/+1
2021-02-22New mir-opt pass to simplify gotos with const valuesSimon Vandel Sillesen-0/+122