rust/compiler/rustc_mir_transform/src
Yuki Okushi aa6b750854
Rollup merge of #101057 - cjgillot:one-fn-sig, r=compiler-errors
Merge implementations of HIR fn_decl and fn_sig.
2022-08-27 13:14:24 +09:00
..
coverage Merge implementations of HIR fn_decl and fn_sig. 2022-08-26 21:38:20 +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_lint.rs make read_immediate error immediately on uninit, so ImmTy can carry initialized Scalar 2022-08-26 13:20:57 -04:00
const_prop.rs make read_immediate error immediately on uninit, so ImmTy can carry initialized Scalar 2022-08-26 13:20:57 -04:00
dead_store_elimination.rs
deaggregator.rs
deduplicate_blocks.rs
deref_separator.rs Elide storage markers when elaborating deref projections 2022-08-23 10:08:48 +02:00
dest_prop.rs
dump_mir.rs
early_otherwise_branch.rs
elaborate_box_derefs.rs Elaborate all box dereferences in ElaborateBoxDerefs 2022-08-25 10:38:00 +02:00
elaborate_drops.rs
ffi_unwind_calls.rs
function_item_references.rs
generator.rs Elaborate all box dereferences in ElaborateBoxDerefs 2022-08-25 10:38:00 +02:00
inline.rs Auto merge of #100571 - cjgillot:mir-cost-visit, r=compiler-errors 2022-08-25 08:16:43 +00:00
instcombine.rs
lib.rs Adjust cfgs 2022-08-12 16:28:15 -04:00
lower_intrinsics.rs
lower_slice_len.rs
marker.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
simplify_branches.rs
simplify_comparison_integral.rs
simplify_try.rs
simplify.rs
uninhabited_enum_branching.rs
unreachable_prop.rs Fix typo in UnreachableProp 2022-08-23 08:18:18 +02:00