rust/compiler/rustc_codegen_ssa/src/mir
2025-06-12 17:50:25 +02:00
..
analyze.rs Don't alloca just to look at a discriminant 2025-03-12 00:56:43 -07:00
block.rs Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk 2025-06-06 23:53:18 +02:00
constant.rs Stop relying on rustc_type_ir in non-type-system crates 2025-03-15 06:42:48 +00:00
coverageinfo.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
debuginfo.rs Rename kw::Empty as sym::empty. 2025-05-22 11:55:22 +10:00
intrinsic.rs intrinsics: rename min_align_of to align_of 2025-06-12 17:50:25 +02:00
locals.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Make codegen_naked_asm public 2025-04-14 09:38:04 +00:00
naked_asm.rs Remove rustc_attr_data_structures re-export from rustc_attr_parsing 2025-05-18 18:14:43 +02:00
operand.rs Rollup merge of #142044 - workingjubilee:document-operandvalue-pair, r=scottmcm 2025-06-06 00:58:45 +02:00
place.rs Change tag_field to FieldIdx in Variants::Multiple 2025-06-03 23:42:21 -07:00
rvalue.rs Remove unneeded FunctionCx from some codegen methods 2025-06-10 16:50:17 -07:00
statement.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00