rust/compiler/rustc_mir/src/transform
2020-09-18 21:23:01 +02:00
..
check_consts Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk 2020-09-07 21:29:43 +00:00
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
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 Change ty.kind to a method 2020-09-04 17:47:51 +02:00
cleanup_post_borrowck.rs
const_prop.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
copy_prop.rs
deaggregator.rs
dest_prop.rs Fix rebase fallout 2020-09-18 21:23:01 +02:00
dump_mir.rs
elaborate_drops.rs
generator.rs Change ty.kind to a method 2020-09-04 17:47:51 +02:00
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 do not premote non-ZST mutable references ever 2020-09-06 14:14:27 +02:00
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 Auto merge of #76044 - ecstatic-morse:dataflow-lattice, r=oli-obk 2020-09-07 21:29:43 +00:00
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