rust/src/librustc_mir/transform
2019-12-02 09:03:16 +01:00
..
check_consts Rollup merge of #66790 - christianpoveda:check-set-discriminant, r=oli-obk 2019-12-01 04:49:26 +01:00
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs
check_unsafety.rs rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. 2019-11-30 01:37:42 +02:00
cleanup_post_borrowck.rs
const_prop.rs Assert terminator is never executed in ConstProp 2019-12-02 09:03:16 +01:00
copy_prop.rs
deaggregator.rs
dump_mir.rs
elaborate_drops.rs
erase_regions.rs
generator.rs Fail fast if generator_kind is None 2019-11-28 07:46:34 +00:00
inline.rs rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. 2019-11-30 01:37:42 +02:00
instcombine.rs
mod.rs Introduce MIR optimizations for simplifying x? on Results. 2019-11-21 20:05:16 +01:00
no_landing_pads.rs
promote_consts.rs rustc: move mir::SourceScopeLocalData to a field of SourceScopeData. 2019-11-30 01:37:42 +02:00
qualify_min_const_fn.rs Rollup merge of #66790 - christianpoveda:check-set-discriminant, r=oli-obk 2019-12-01 04:49:26 +01:00
remove_noop_landing_pads.rs
rustc_peek.rs
simplify_branches.rs
simplify_try.rs SimplifyArmIdentity only for locals with the same type 2019-11-29 20:13:54 +01:00
simplify.rs rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
uniform_array_move_out.rs rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebugInfo. 2019-11-27 19:22:03 +02:00
uninhabited_enum_branching.rs