rust/compiler/rustc_mir_transform/src
Zalathar 5a569b1b80 coverage: Don't track curr_original_span explicitly
Now that we never mutate `curr.span`, we don't need to store its original span
separately.
2024-02-13 21:01:17 +11:00
..
coroutine Don't ICE in ByMoveBody when coroutine is tainted 2024-02-09 00:36:30 +00:00
coverage coverage: Don't track curr_original_span explicitly 2024-02-13 21:01:17 +11:00
inline Dejargnonize subst 2024-02-12 15:46:35 +09:00
abort_unwinding_calls.rs Fix mir pass ICE in the presence of other errors 2024-02-08 14:49:27 +00:00
add_call_guards.rs
add_moves_for_packed_drops.rs
add_retag.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
add_subtyping_projections.rs
check_alignment.rs
check_const_item_mutation.rs
check_packed_ref.rs
check_unsafety.rs
cleanup_post_borrowck.rs
const_debuginfo.rs
const_prop_lint.rs validation: descend from consts into statics 2024-02-10 16:13:47 +01:00
const_prop.rs
copy_prop.rs
coroutine.rs remove a bunch of dead parameters in fn 2024-02-12 09:51:35 +08:00
cost_checker.rs
cross_crate_inline.rs
ctfe_limit.rs
dataflow_const_prop.rs Remove untested arithmetic ops. 2024-02-09 21:06:25 +00:00
dead_store_elimination.rs
deduce_param_attrs.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
deduplicate_blocks.rs
deref_separator.rs
dest_prop.rs
dump_mir.rs
early_otherwise_branch.rs
elaborate_box_derefs.rs
elaborate_drops.rs
errors.rs
ffi_unwind_calls.rs Continue to borrowck even if there were previous errors 2024-02-08 08:10:43 +00:00
function_item_references.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
gvn.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
inline.rs Check that the ABI of the instance we are inlining is correct 2024-02-11 19:17:42 +00:00
instsimplify.rs Rollup merge of #120958 - ShoyuVanilla:remove-subst, r=oli-obk 2024-02-12 23:18:54 +01:00
jump_threading.rs Enable by default. 2024-02-09 21:13:51 +00:00
large_enums.rs
lib.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
lint.rs
lower_intrinsics.rs Add a new debug_assertions instrinsic (compiler) 2024-02-08 11:49:08 -05:00
lower_slice_len.rs
match_branches.rs
multiple_return_terminators.rs
normalize_array_len.rs
nrvo.rs
pass_manager.rs Rollup merge of #120733 - klensy:trait-const-fn, r=oli-obk 2024-02-07 18:24:45 +01:00
prettify.rs
promote_consts.rs Add a new debug_assertions instrinsic (compiler) 2024-02-08 11:49:08 -05:00
ref_prop.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
remove_noop_landing_pads.rs
remove_place_mention.rs
remove_storage_markers.rs
remove_uninit_drops.rs
remove_unneeded_drops.rs
remove_zsts.rs
required_consts.rs
reveal_all.rs
shim.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
simplify_branches.rs
simplify_comparison_integral.rs
simplify.rs
sroa.rs
ssa.rs Dejargnonize subst 2024-02-12 15:46:35 +09:00
uninhabited_enum_branching.rs
unreachable_prop.rs