rust/compiler/rustc_codegen_ssa/src/mir
2025-06-18 18:06:51 +02:00
..
analyze.rs Don't alloca just to look at a discriminant 2025-03-12 00:56:43 -07:00
block.rs Fix RISC-V C function ABI when passing/returning structs containing floats 2025-06-16 10:14:07 +01: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 apply clippy::or_fun_call 2025-06-17 13:59:53 +03: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 Fix RISC-V C function ABI when passing/returning structs containing floats 2025-06-16 10:14:07 +01:00
naked_asm.rs apply clippy::or_fun_call 2025-06-17 13:59:53 +03:00
operand.rs CodeGen: rework Aggregate implemention for rvalue_creates_operand cases 2025-06-17 18:59:22 -07:00
place.rs Change tag_field to FieldIdx in Variants::Multiple 2025-06-03 23:42:21 -07:00
rvalue.rs CodeGen: rework Aggregate implemention for rvalue_creates_operand cases 2025-06-17 18:59:22 -07:00
statement.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00