rust/src/librustc_mir/transform
2019-10-17 22:06:55 -04:00
..
check_consts Rollup merge of #65056 - spastorino:place-mut-visitor-adjusts, r=oli-obk 2019-10-03 16:25:49 -07:00
add_call_guards.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
add_moves_for_packed_drops.rs Move 'tcx lifetime on MirPass 2019-08-22 06:36:30 -04:00
add_retag.rs Rename sty to kind 2019-09-25 15:50:04 +01:00
check_unsafety.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
cleanup_post_borrowck.rs Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes 2019-09-11 16:28:06 -03:00
const_prop.rs [const-prop] Correctly handle locals that can't be propagated 2019-10-02 06:18:45 -04:00
copy_prop.rs Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes 2019-09-11 16:28:06 -03:00
deaggregator.rs Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytes 2019-09-11 16:28:06 -03:00
dump_mir.rs Move 'tcx lifetime on MirPass 2019-08-22 06:36:30 -04:00
elaborate_drops.rs remove bit_set re-export from rustc_data_structures 2019-09-29 16:11:30 +00:00
erase_regions.rs super_ty on MutVisitor is empty so avoid the call 2019-10-17 22:06:55 -04:00
generator.rs Auto merge of #61430 - matthewjasper:drop-on-into-panic, r=oli-obk 2019-10-07 17:47:10 +00:00
inline.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
instcombine.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
mod.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
no_landing_pads.rs Move 'tcx lifetime on MirPass 2019-08-22 06:36:30 -04:00
promote_consts.rs Prepare promote_consts MutVisitor to have projections interned 2019-10-17 22:06:55 -04:00
qualify_consts.rs Make visit_projection iterative 2019-10-03 11:19:26 -03:00
qualify_min_const_fn.rs Rename sty to kind 2019-09-25 15:50:04 +01:00
remove_noop_landing_pads.rs remove bit_set re-export from rustc_data_structures 2019-09-29 16:11:30 +00:00
rustc_peek.rs Add rustc_peek support for IndirectlyMutableLocals 2019-10-01 20:29:57 -07:00
simplify_branches.rs Move 'tcx lifetime on MirPass 2019-08-22 06:36:30 -04:00
simplify.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00
uniform_array_move_out.rs remove indexed_vec re-export from rustc_data_structures 2019-09-29 16:48:31 +00:00