rust/src/librustc_mir/transform
2019-07-30 12:32:43 +05:30
..
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 Place::as_place_ref is now Place::as_ref 2019-07-22 00:25:07 +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 code review fixes 2019-07-30 12:32:43 +05:30
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 Place::as_place_ref is now Place::as_ref 2019-07-22 00:25:07 +02:00
erase_regions.rs Unify all uses of 'gcx and 'tcx. 2019-06-14 18:58:23 +03:00
generator.rs use PanicInfo and UnsupportedOpInfo 2019-07-29 13:35:59 +05:30
inline.rs Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton 2019-07-26 18:56:43 +02:00
instcombine.rs Migrate from Place enum to Place struct 2019-07-20 05:08:38 +02:00
mod.rs Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichton 2019-07-26 18:56:43 +02: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 Place::as_place_ref is now Place::as_ref 2019-07-22 00:25:07 +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 Place::as_place_ref is now Place::as_ref 2019-07-22 00:25:07 +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 Avoid cloning Place in check_and_patch 2019-07-20 05:08:39 +02:00