rust/src/librustc_mir/transform
bors 8c6c0f80a3 Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis
More through normalization, Feb/Mar 2017 edition

Fix a few normalization bugs.

Fixes #27901.
Fixes #28828.
Fixes #38135.
Fixes #39363.
Fixes #39367.
2017-03-04 01:47:51 +00:00
..
add_call_guards.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
copy_prop.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
deaggregator.rs rustc: rename TyCtxt's map field to hir. 2017-01-26 13:41:28 +02:00
dump_mir.rs Remove scope_auxiliary. 2016-11-14 17:04:05 +11:00
erase_regions.rs rustc: move mir::repr::* to mir. 2016-10-28 10:37:24 +03:00
instcombine.rs Simplify use of mir_opt_level 2016-12-11 21:23:59 +01:00
mod.rs A way to remove otherwise unused locals from MIR 2016-11-03 06:17:01 +02:00
no_landing_pads.rs SwitchInt over Switch 2017-02-10 19:42:41 +02:00
promote_consts.rs fix function arguments in constant promotion 2017-01-11 09:50:24 +02:00
qualify_consts.rs Make Rvalue::ty infallible 2017-02-28 17:12:55 +02:00
simplify_branches.rs Reimplement simplify_cfg for SwitchInt 2017-02-10 19:42:41 +02:00
simplify.rs SwitchInt over Switch 2017-02-10 19:42:41 +02:00
type_check.rs Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis 2017-03-04 01:47:51 +00:00