rust/compiler/rustc_mir/src/transform
2020-12-29 23:39:56 +03:00
..
check_consts also const-check FakeRead 2020-12-19 20:52:24 +01:00
coverage Remap instrument-coverage line numbers in doctests 2020-12-19 13:22:24 +01:00
add_call_guards.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
add_moves_for_packed_drops.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
add_retag.rs Retagging: do not retag 'raw reborrows' 2020-10-31 15:31:27 +01:00
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 Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
check_unsafety.rs refactor unsafety checking of places 2020-11-22 21:27:58 +01:00
cleanup_post_borrowck.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
const_debuginfo.rs Disable the constant debuginfo promotion pass by default 2020-12-14 19:56:10 -05:00
const_prop.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
deaggregator.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
dest_prop.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
dump_mir.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
early_otherwise_branch.rs Rollup merge of #79882 - wecing:master, r=oli-obk 2020-12-17 11:43:59 +09:00
elaborate_drops.rs Replace (Body, DefId) with Body where possible 2020-10-04 16:07:03 -07:00
function_item_references.rs Corrected suggestion for generic parameters in function_item_references lint 2020-11-01 23:50:17 -04:00
generator.rs compiler: fold by value 2020-11-16 22:34:57 +01:00
inline.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
instcombine.rs Auto merge of #79084 - simonvandel:instcombine-perf, r=oli-obk 2020-12-29 06:21:18 +00:00
lower_intrinsics.rs Lower discriminant_value intrinsic 2020-12-11 03:25:40 +01:00
match_branches.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
mod.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
multiple_return_terminators.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
no_landing_pads.rs Remember the MirSource for each Body 2020-10-04 11:01:38 -07:00
nrvo.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
promote_consts.rs remove a hack that seems to only benefit a few very special cases 2020-12-09 09:46:22 +01:00
remove_noop_landing_pads.rs Recognize discriminant reads as no-ops in RemoveNoopLandingPads 2020-10-10 00:00:00 +00:00
remove_unneeded_drops.rs move checks later into optimization passes 2020-11-18 19:16:23 -05:00
required_consts.rs
rustc_peek.rs Remove compile-fail test suite 2020-12-29 23:39:56 +03:00
simplify_branches.rs Simplify assert terminator only if condition evaluates to expected value 2020-10-21 00:00:00 +00:00
simplify_comparison_integral.rs s/Scalar::Raw/Scalar::Int 2020-11-04 10:11:31 +00:00
simplify_try.rs Fix typo in simplify_try.rs 2020-12-23 21:11:59 +09:00
simplify.rs simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
uninhabited_enum_branching.rs Refactor how SwitchInt stores jump targets 2020-10-10 17:46:11 +02:00
unreachable_prop.rs Convenience funcs for some_option.unwrap_or(...) 2020-12-14 17:27:27 -08:00
validate.rs Rollup merge of #79080 - camelid:mir-visit-debuginfo-project, r=jonas-schievink 2020-11-23 15:25:40 +01:00