rust/compiler/rustc_mir/src/transform
Jonas Schievink 934634eacc More logging
2020-09-18 21:23:01 +02:00
..
check_consts
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs
check_const_item_mutation.rs Note when a a move/borrow error is caused by a deref coercion 2020-09-10 20:56:20 -04:00
check_packed_ref.rs
check_unsafety.rs
cleanup_post_borrowck.rs
const_prop.rs
copy_prop.rs
deaggregator.rs
dest_prop.rs More logging 2020-09-18 21:23:01 +02:00
dump_mir.rs
elaborate_drops.rs
generator.rs
inline.rs Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser 2020-09-14 02:13:02 +00:00
instcombine.rs fix a couple of stylistic clippy warnings 2020-09-15 22:44:54 +02:00
instrument_coverage.rs use String::from instead of format!() macro to craft string clippy::useless_format 2020-09-10 13:22:51 +02:00
match_branches.rs
mod.rs Implement a destination propagation pass 2020-09-18 21:23:00 +02:00
no_landing_pads.rs
nrvo.rs Implement a destination propagation pass 2020-09-18 21:23:00 +02:00
promote_consts.rs
qualify_min_const_fn.rs Remove def_id field from ParamEnv 2020-09-09 10:14:31 +02:00
remove_noop_landing_pads.rs
required_consts.rs
rustc_peek.rs
simplify_branches.rs
simplify_comparison_integral.rs
simplify_try.rs [mir-opt] Disable the ConsideredEqual logic in SimplifyBranchSame opt 2020-09-17 09:36:50 -04:00
simplify.rs
uninhabited_enum_branching.rs
unreachable_prop.rs
validate.rs Validate removal of AscribeUserType, FakeRead, and Shallow borrow 2020-09-10 00:00:00 +00:00