rust/compiler/rustc_mir_transform/src
2021-11-08 13:11:58 -05:00
..
coverage use matches!() macro in more places 2021-11-06 16:13:14 +01: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 Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04: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 Run reveal_all on MIR more often. 2021-11-06 15:56:29 +01:00
separate_const_switch.rs
shim.rs impl Copy/Clone for arrays in std, not in compiler 2021-11-08 13:11:58 -05:00
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 use matches!() macro in more places 2021-11-06 16:13:14 +01:00