rust/compiler/rustc_mir/src/transform
bors 806b3995b8 Auto merge of #88056 - erikdesjardins:revertzst, r=oli-obk
Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk"

This reverts commit 8007b506ac, reversing changes made to e55c13e109.

Fixes #88043

r? `@oli-obk`
2021-08-17 14:02:55 +00:00
..
check_consts Skip assert ICE with default_method_body_is_const 2021-08-16 12:04:01 +00:00
coverage Auto merge of #87535 - lf-:authors, r=Mark-Simulacrum 2021-08-02 05:49:17 +00:00
inline Combine individual limit queries into single limits query 2021-07-04 13:02:51 -05:00
abort_unwinding_calls.rs Use predefined helper instead of a new one 2021-08-03 07:06:19 -07:00
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs
check_const_item_mutation.rs Suppress CONST_ITEM_MUTATION lint if a dereference occurs anywhere 2020-12-17 15:25:55 -05:00
check_packed_ref.rs make unaligned_refereces future-incompat lint warn-by-default, and remove the safe_packed_borrows lint that it replaces 2021-03-27 16:59:37 +01:00
check_unsafety.rs remove const_raw_ptr_to_usize_cast feature 2021-07-10 12:08:58 +02:00
cleanup_post_borrowck.rs
const_debuginfo.rs Disable the constant debuginfo promotion pass by default 2020-12-14 19:56:10 -05:00
const_goto.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
const_prop.rs get rid of incorrect erase_for_fmt 2021-07-16 10:09:56 +02:00
deaggregator.rs
deduplicate_blocks.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
dest_prop.rs Add Ty::is_union predicate and use it 2021-06-02 17:09:17 +02:00
dump_mir.rs
early_otherwise_branch.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
elaborate_drops.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00
function_item_references.rs move Constness into TraitPredicate 2021-08-13 09:26:33 +00:00
generator.rs rustc: Fill out remaining parts of C-unwind ABI 2021-08-03 07:06:19 -07:00
inline.rs clippy:: append_instead_of_extend 2021-07-25 12:26:02 +02:00
instcombine.rs Peephole optimize x == false and x != true 2021-06-07 12:33:00 -04:00
lower_intrinsics.rs clippy::useless_format 2021-07-25 12:26:03 +02:00
lower_slice_len.rs Squashed implementation of the pass 2021-06-20 16:09:42 +02:00
match_branches.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
mod.rs Move abort_unwinding_calls earlier 2021-08-03 07:06:19 -07:00
multiple_return_terminators.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
nrvo.rs Extract mir_opt_level to a method and use Option to be able to know if the value is provided or not 2021-03-05 17:13:56 -03:00
promote_consts.rs Add Ty::is_union predicate and use it 2021-06-02 17:09:17 +02:00
remove_noop_landing_pads.rs Switch to changing cp_non_overlap in tform 2021-03-09 16:54:14 +00:00
remove_storage_markers.rs Remove storage markers if they won't be used during code generation 2021-02-28 20:10:44 +01:00
remove_unneeded_drops.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
remove_zsts.rs Revert "Auto merge of #83417 - erikdesjardins:enableremovezsts, r=oli-obk" 2021-08-15 23:44:34 -04:00
required_consts.rs extract ConstKind::Unevaluated into a struct 2021-03-20 17:21:44 +01:00
rustc_peek.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00
separate_const_switch.rs implemented separate_const_switch MIR opt 2021-06-22 23:18:26 +02:00
simplify_branches.rs
simplify_comparison_integral.rs don't use .into() to convert types to identical types (clippy::useless_conversion) 2021-08-03 10:17:57 +02:00
simplify_try.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
simplify.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
uninhabited_enum_branching.rs unhinabited_enum_branching: Fix the pass when the enum is taken indirectly 2021-05-23 17:15:31 +02:00
unreachable_prop.rs Reland - Report coverage 0 of dead blocks 2021-06-01 13:28:59 -07:00
validate.rs Validate type of locals used as indices 2021-06-02 17:11:07 +02:00