rust/compiler/rustc_mir_transform/src
2021-10-25 11:31:47 +00:00
..
coverage Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +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 Replace FnLikeNode by FnKind. 2021-10-19 23:31:51 +02:00
deaggregator.rs
deduplicate_blocks.rs
dest_prop.rs
dump_mir.rs Inline on_mir_pass and add inline to dump_mir 2021-10-14 15:26:59 -05:00
early_otherwise_branch.rs clippy::complexity fixes 2021-10-08 20:07:44 +02:00
elaborate_drops.rs
function_item_references.rs
generator.rs
inline.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
instcombine.rs
lib.rs Auto merge of #90042 - pietroalbini:1.56-master, r=Mark-Simulacrum 2021-10-25 11:31:47 +00:00
lower_intrinsics.rs
lower_slice_len.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
match_branches.rs
multiple_return_terminators.rs
normalize_array_len.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
nrvo.rs
remove_noop_landing_pads.rs
remove_storage_markers.rs
remove_unneeded_drops.rs Fix remove_unneeded_drops pass. 2021-10-17 14:57:57 +02:00
remove_zsts.rs
required_consts.rs
reveal_all.rs Normalize MIR with RevealAll before optimizations. 2021-10-17 14:57:57 +02:00
separate_const_switch.rs
shim.rs
simplify_branches.rs
simplify_comparison_integral.rs
simplify_try.rs
simplify.rs
uninhabited_enum_branching.rs Adopt let_else across the compiler 2021-10-16 07:18:05 +02:00
unreachable_prop.rs