rust/src/librustc_mir/transform
2019-07-20 05:08:39 +02:00
..
add_call_guards.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
add_moves_for_packed_drops.rs Implement From<Local> for Place and PlaceBase 2019-06-25 15:46:23 +02:00
add_retag.rs Avoid cloning Place in is_stable 2019-07-20 05:08:39 +02:00
check_unsafety.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
cleanup_post_borrowck.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
const_prop.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
copy_prop.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
deaggregator.rs Run rustfmt --file-lines ... for changes from previous commits. 2019-06-14 18:58:32 +03:00
dump_mir.rs Remove needless lifetimes 2019-07-03 10:00:26 +02:00
elaborate_drops.rs Avoid cloning Place in report_use_of_moved_or_uninitialized and friends 2019-07-20 05:08:39 +02:00
erase_regions.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
generator.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
inline.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
instcombine.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
lower_128bit.rs Implement From<Local> for Place and PlaceBase 2019-06-25 15:46:23 +02:00
mod.rs Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obk 2019-07-16 12:19:35 +00:00
no_landing_pads.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
promote_consts.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
qualify_consts.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
qualify_min_const_fn.rs Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelix 2019-06-16 09:30:34 +00:00
remove_noop_landing_pads.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
rustc_peek.rs Avoid cloning Place in report_use_of_moved_or_uninitialized and friends 2019-07-20 05:08:39 +02:00
simplify.rs Remove needless lifetimes 2019-07-03 10:00:26 +02:00
simplify_branches.rs Remove needless lifetimes 2019-07-03 10:00:26 +02:00
uniform_array_move_out.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00