rust/compiler/rustc_codegen_ssa/src/mir
bors 5ae769f06b Auto merge of #116144 - lcnr:subst-less, r=oli-obk
subst -> instantiate

continues #110793, there are still quite a few uses of `subst` and `substitute`, but changing them all in the same PR was a bit too much, so I've stopped here for now.
2023-09-26 21:32:44 +00:00
..
analyze.rs when terminating during unwinding, show the reason why 2023-08-24 13:28:26 +02:00
block.rs rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const 2023-09-21 08:12:30 +02:00
constant.rs rename mir::Constant -> mir::ConstOperand, mir::ConstKind -> mir::Const 2023-09-21 08:12:30 +02:00
coverageinfo.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00
debuginfo.rs Reuse calculate_debuginfo_offset for fragments. 2023-09-23 13:52:35 +00:00
intrinsic.rs explain PassMode::Cast 2023-09-15 10:43:44 +02:00
locals.rs Remove assert that checks type equality 2023-09-11 23:08:40 +03:00
mod.rs subst -> instantiate 2023-09-26 09:37:55 +02:00
operand.rs Use correct offset when codegening mir::Const::Indirect. 2023-09-23 14:07:10 +00:00
place.rs const_eval and codegen: audit uses of is_zst 2023-08-29 09:03:46 +02:00
rvalue.rs const_eval and codegen: audit uses of is_zst 2023-08-29 09:03:46 +02:00
statement.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00