rust/compiler/rustc_codegen_ssa/src/mir
2024-12-25 10:53:03 +01:00
..
analyze.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
block.rs Remove polymorphization 2024-12-06 16:42:09 -05:00
constant.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
coverageinfo.rs Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
debuginfo.rs Re-export more rustc_span::symbol things from rustc_span. 2024-12-18 13:38:53 +11:00
intrinsic.rs rename typed_swap → typed_swap_nonoverlapping 2024-12-25 10:53:03 +01:00
locals.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
mod.rs codegen #[naked] functions using global_asm! 2024-12-10 21:41:03 +01:00
naked_asm.rs rename rustc_attr to rustc_attr_parsing and create rustc_attr_data_structures 2024-12-16 19:08:19 +01:00
operand.rs compiler: rustc_abi::Abi => BackendRepr 2024-10-29 14:56:00 -07:00
place.rs make no-variant types a dedicated Variants variant 2024-12-18 11:01:54 +01:00
rvalue.rs Delete Rvalue::Len 2024-12-22 06:12:39 -08:00
statement.rs reduce false positives of tail-expr-drop-order from consumed values 2024-11-20 20:53:11 +08:00