rust/compiler/rustc_codegen_ssa/src/mir
2025-03-17 18:56:52 +00:00
..
analyze.rs Don't alloca just to look at a discriminant 2025-03-12 00:56:43 -07:00
block.rs Flatten ifs in rustc_codegen_ssa 2025-03-17 18:56:52 +00: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 When LLVM's location discriminator value limit is exceeded, emit locations with dummy spans instead of dropping them entirely 2025-01-19 07:17:33 -08:00
intrinsic.rs Rollup merge of #138398 - RalfJung:atomic-intrinsics-provenance, r=nnethercote 2025-03-14 01:37:32 -04:00
locals.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs Rollup merge of #136610 - Jarcho:range_idx, r=Noratrieb 2025-02-24 02:11:32 -05:00
naked_asm.rs Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgr 2025-03-13 13:34:28 +00:00
operand.rs Add more comments to discriminant calculations. 2025-03-13 00:39:18 -07:00
place.rs Don't alloca just to look at a discriminant 2025-03-12 00:56:43 -07:00
rvalue.rs Flatten ifs in rustc_codegen_ssa 2025-03-17 18:56:52 +00:00
statement.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00