rust/src/librustc_trans
Simonas Kazlauskas 5ad4673a40 Add a no-landing-pads MIR pass
The pass removes the unwind branch of each terminator, thus moving the responsibility of handling
the -Z no-landing-pads flag to a small self-contained pass… instead of polluting the translator.
2016-02-11 23:13:55 +02:00
..
back rustc: Add obj_is_bitcode to TargetOptions 2016-02-06 20:56:31 +00:00
save Changed macro spans in CSVs to point to the macro name, bugfixed nested spans 2016-02-03 20:44:53 +13:00
trans Add a no-landing-pads MIR pass 2016-02-11 23:13:55 +02:00
diagnostics.rs
lib.rs Remove old #[allow(trivial_casts)] annotations 2016-02-08 09:35:09 -08:00
README.txt

See the README.md in ../librustc.