rust/src/librustc_mir/transform
2020-04-15 14:58:53 -04:00
..
check_consts direct imports for langitem stuff 2020-04-02 13:40:43 +02:00
add_call_guards.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
add_moves_for_packed_drops.rs Use Place directly, it's Copy even more use cases 2020-03-31 14:45:05 -03:00
add_retag.rs Don't always run add_call_guards pass 2020-04-13 20:22:45 +02:00
check_unsafety.rs Use Place directly, it's Copy even more use cases 2020-03-31 14:45:05 -03:00
cleanup_post_borrowck.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
const_prop.rs Rollup merge of #71100 - RalfJung:miri-frame-hook, r=oli-obk 2020-04-15 09:10:03 +02:00
copy_prop.rs Use Place directly, it's Copy even more use cases 2020-03-31 14:45:05 -03:00
deaggregator.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
dump_mir.rs Rollup merge of #70511 - ecstatic-morse:mir-dataflow-graphviz, r=davidtwco 2020-04-01 14:32:12 +02:00
elaborate_drops.rs nix rustc_target::abi::* reexport in ty::layout 2020-04-02 13:40:43 +02:00
generator.rs Rollup merge of #71013 - jonas-schievink:visit-projection, r=eddyb 2020-04-12 23:47:38 +02:00
inline.rs Pass the PlaceElem::Index local to visit_local 2020-04-11 01:39:50 +02:00
instcombine.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00
mod.rs Don't always run add_call_guards pass 2020-04-13 20:22:45 +02:00
no_landing_pads.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
promote_consts.rs unit rvalue: use constant () instead of tuple 2020-04-13 22:39:10 +02:00
qualify_min_const_fn.rs ty: switch Ty::walk from Ty to GenericArg. 2020-04-06 21:55:50 +03:00
remove_noop_landing_pads.rs Use if let instead of match when only matching a single variant (clippy::single_match) 2020-03-30 10:52:29 +02:00
rustc_peek.rs Use Place directly in peek_at, it's Copy 2020-03-31 17:37:51 -03:00
simplify_branches.rs rustc -> rustc_middle part 2 2020-03-30 07:16:56 +02:00
simplify_try.rs Use Place directly, it's Copy even more use cases 2020-03-31 14:45:05 -03:00
simplify.rs Run SimplifyLocals iteratively until we get to a fixedpoint 2020-04-15 14:58:53 -04:00
uninhabited_enum_branching.rs nix rustc_target::abi::* reexport in ty::layout 2020-04-02 13:40:43 +02:00
unreachable_prop.rs rustc -> rustc_middle part 3 (rustfmt) 2020-03-30 07:19:55 +02:00