rust/compiler/rustc_mir_transform/src
Yuki Okushi 55562c7ddc
Rollup merge of #100034 - tmiasko:elaborate-box-derefs, r=oli-obk
Elaborate all box dereferences in `ElaborateBoxDerefs`

so that it is the only pass responsible for elaboration, instead of
splitting this responsibility between the `StateTransform` and
`ElaborateBoxDerefs`.
2022-08-26 09:51:42 +09: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 Remove erroneous E0133 code from an error message. 2022-07-26 12:54:24 +10:00
check_unsafety.rs update comment 2022-08-02 18:55:43 -04:00
cleanup_post_borrowck.rs Add option to mir::MutVisitor to not invalidate CFG. 2022-08-09 01:51:10 -07:00
const_debuginfo.rs
const_goto.rs
const_prop_lint.rs Add bound_impl_subject and bound_return_ty 2022-08-03 01:02:46 -04:00
const_prop.rs Rollup merge of #100229 - RalfJung:extra-const-ub-checks, r=lcnr 2022-08-12 20:39:11 +05:30
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 lint: add bad opt access internal lint 2022-07-27 11:24:27 +01:00
marker.rs
match_branches.rs
multiple_return_terminators.rs
normalize_array_len.rs
nrvo.rs Add option to mir::MutVisitor to not invalidate CFG. 2022-08-09 01:51:10 -07:00
pass_manager.rs
remove_false_edges.rs
remove_noop_landing_pads.rs Avoid invalidating the CFG in MirPatch. 2022-08-02 18:57:54 -07:00
remove_storage_markers.rs
remove_uninit_drops.rs Auto merge of #99667 - ouz-a:some_branch, r=oli-obk 2022-07-29 07:11:50 +00:00
remove_unneeded_drops.rs
remove_zsts.rs
required_consts.rs
reveal_all.rs Add option to mir::MutVisitor to not invalidate CFG. 2022-08-09 01:51:10 -07:00
separate_const_switch.rs
shim.rs
simplify_branches.rs
simplify_comparison_integral.rs
simplify_try.rs
simplify.rs Add option to mir::MutVisitor to not invalidate CFG. 2022-08-09 01:51:10 -07:00
uninhabited_enum_branching.rs
unreachable_prop.rs Fix typo in UnreachableProp 2022-08-23 08:18:18 +02:00