about summary refs log tree commit diff
path: root/src/test/run-pass/mir_trans_switch.rs
AgeCommit message (Collapse)AuthorLines
2018-05-17Rename trans to codegen everywhere.Irina Popa-44/+0
2016-08-24Disable old trans access via -Z orbit, #[rustc_no_mir] or --disable-orbit.Eduard Burtescu-4/+0
2015-12-14Implement trans for the MIR Switch terminatorWesley Wiser-0/+48
Fixes #29574