rust/src/librustc_mir/transform
2020-08-12 11:14:49 +02:00
..
check_consts update const arg queries 2020-07-15 12:58:33 +02:00
add_call_guards.rs Use Body everywhere 2020-04-22 09:57:43 -07:00
add_moves_for_packed_drops.rs rename location field of Drop terminators to place 2020-06-16 11:23:25 +02:00
add_retag.rs Add SourceInfo::outermost. 2020-05-06 12:15:26 +10:00
check_packed_ref.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
check_unsafety.rs fetch -> lookup 2020-07-21 23:12:10 +02:00
cleanup_post_borrowck.rs Clear MIR local type annotations after borrowck 2020-05-24 04:15:23 +02:00
const_prop.rs fix span of stack size error 2020-08-12 11:14:49 +02:00
copy_prop.rs Visit move out of _0 when visiting return 2020-05-09 16:08:04 +02:00
deaggregator.rs Use Body everywhere 2020-04-22 09:57:43 -07:00
dump_mir.rs Use Body everywhere 2020-04-22 09:57:43 -07:00
elaborate_drops.rs Normalize opaque types when converting ParamEnv to Reveal::All 2020-07-22 00:57:43 -04:00
generator.rs Add reachable and friends to mir::traversal module 2020-07-08 10:02:13 -07:00
inline.rs Normalize opaque types when converting ParamEnv to Reveal::All 2020-07-22 00:57:43 -04:00
instcombine.rs InstCombine: Don't optimize &mut *x into x 2020-05-31 16:22:23 +02:00
instrument_coverage.rs Completes support for coverage in external crates 2020-08-04 11:06:54 -07:00
mod.rs move Deaggregate pass to post_borrowck_cleanup 2020-08-11 17:09:15 +02:00
no_landing_pads.rs remove visit_terminator_kind from MIR visitor 2020-06-16 09:43:31 +02:00
nrvo.rs Fix more clippy warnings 2020-06-09 18:51:08 +02:00
promote_consts.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
qualify_min_const_fn.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
remove_noop_landing_pads.rs rename FalseEdges -> FalseEdge 2020-06-07 10:12:21 +02:00
required_consts.rs Rename uneval_consts to required_consts 2020-04-23 18:07:36 -03:00
rustc_peek.rs Eliminate the SessionGlobals from librustc_ast. 2020-08-08 12:03:42 +10:00
simplify_branches.rs rename FalseEdges -> FalseEdge 2020-06-07 10:12:21 +02:00
simplify_try.rs fix clippy::needless_return: remove unneeded return statements 2020-08-08 00:57:37 +02:00
simplify.rs Remove redundant assignment from CfgSimplifier 2020-08-03 00:40:53 +02:00
uninhabited_enum_branching.rs Use Body everywhere 2020-04-22 09:57:43 -07:00
unreachable_prop.rs Use Body everywhere 2020-04-22 09:57:43 -07:00
validate.rs fix clippy::clone_on_copy: don't clone types that are copy 2020-08-08 00:57:30 +02:00