rust/compiler/rustc_mir_transform/src
2021-10-08 20:07:44 +02:00
..
coverage Remove re-export. 2021-10-03 16:08:54 +02:00
inline
abort_unwinding_calls.rs
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs
check_const_item_mutation.rs
check_packed_ref.rs
check_unsafety.rs
cleanup_post_borrowck.rs
const_debuginfo.rs
const_goto.rs
const_prop.rs Introduce Rvalue::ShallowInitBox 2021-09-25 01:08:41 +01:00
deaggregator.rs
deduplicate_blocks.rs
dest_prop.rs Introduce Rvalue::ShallowInitBox 2021-09-25 01:08:41 +01:00
dump_mir.rs
early_otherwise_branch.rs clippy::complexity fixes 2021-10-08 20:07:44 +02:00
elaborate_drops.rs
function_item_references.rs Make diangostic item names consistent 2021-10-02 19:38:19 -05:00
generator.rs Rebase resume argument projections during state transform 2021-09-28 14:39:18 +02:00
inline.rs Correct caller/callsite confusion in inliner message 2021-09-30 21:39:02 -04:00
instcombine.rs
lib.rs reset and cleanup 2021-10-06 17:31:35 +02:00
lower_intrinsics.rs
lower_slice_len.rs
match_branches.rs
multiple_return_terminators.rs
normalize_array_len.rs clippy::complexity fixes 2021-10-08 20:07:44 +02:00
nrvo.rs
remove_noop_landing_pads.rs
remove_storage_markers.rs
remove_unneeded_drops.rs
remove_zsts.rs
required_consts.rs
separate_const_switch.rs Introduce Rvalue::ShallowInitBox 2021-09-25 01:08:41 +01:00
shim.rs Support #[track_caller] on closures and generators 2021-09-22 15:19:33 -05:00
simplify_branches.rs
simplify_comparison_integral.rs
simplify_try.rs Disable SimplifyBranchSame optimization for now 2021-10-03 22:58:24 +02:00
simplify.rs
uninhabited_enum_branching.rs
unreachable_prop.rs