rust/compiler/rustc_codegen_ssa/src/mir
2023-07-12 21:49:27 -04:00
..
analyze.rs unique borrows are mutating uses 2023-05-29 17:15:48 +02:00
block.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
constant.rs Move mir const to valtree conversion to its own method. 2023-06-26 09:34:52 +00:00
coverageinfo.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00
debuginfo.rs Re-format let-else per rustfmt update 2023-07-12 21:49:27 -04:00
intrinsic.rs Remove unchecked_add/sub/mul/shl/shr from CTFE/cg_ssa/cg_clif 2023-06-19 01:47:03 -07:00
locals.rs add FIXME's for a later refactoring 2023-06-19 09:16:26 +02:00
mod.rs Rollup merge of #111322 - mirkootter:master, r=davidtwco 2023-06-29 16:36:30 +02:00
operand.rs Add a distinct OperandValue::ZeroSized variant for ZSTs 2023-05-31 19:10:28 -07:00
place.rs Move TyCtxt::mk_x to Ty::new_x where applicable 2023-07-05 20:27:07 +01:00
rvalue.rs Rename adjustment::PointerCast and variants using it to PointerCoercion 2023-07-07 18:17:16 +02:00
statement.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00