rust/compiler/rustc_mir_transform/src
2022-11-21 20:33:55 +00:00
..
coverage
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_lint.rs interpret: use Either over Result when it is not representing an error condition 2022-11-18 10:18:32 +01:00
const_prop.rs review feedback 2022-11-18 14:24:48 +01:00
dataflow_const_prop.rs
dead_store_elimination.rs
deaggregator.rs
deduce_param_attrs.rs
deduplicate_blocks.rs
deref_separator.rs
dest_prop.rs
dump_mir.rs
early_otherwise_branch.rs
elaborate_box_derefs.rs
elaborate_drops.rs
ffi_unwind_calls.rs
function_item_references.rs
generator.rs Factor out conservative_is_privately_uninhabited 2022-11-20 19:04:11 -06:00
inline.rs mv utility methods into separate module 2022-11-15 13:50:13 +01:00
instcombine.rs
lib.rs Auto merge of #104170 - cjgillot:hir-def-id, r=fee1-dead 2022-11-17 07:42:27 +00:00
lower_intrinsics.rs
lower_slice_len.rs
match_branches.rs
multiple_return_terminators.rs
normalize_array_len.rs
nrvo.rs
pass_manager.rs
remove_false_edges.rs
remove_noop_landing_pads.rs
remove_storage_markers.rs
remove_uninit_drops.rs
remove_unneeded_drops.rs
remove_zsts.rs
required_consts.rs
reveal_all.rs
separate_const_switch.rs
shim.rs Allow iterators instead of requiring slices that will get turned into iterators 2022-11-21 20:33:55 +00:00
simplify_branches.rs
simplify_comparison_integral.rs
simplify_try.rs
simplify.rs
sroa.rs Enable SROA by at mir-opt level 3. 2022-11-15 17:59:36 +00:00
uninhabited_enum_branching.rs
unreachable_prop.rs