rust/compiler/rustc_codegen_ssa/src/mir
Trevor Gross e3f63d9375 Add f16 and f128 to rustc_type_ir::FloatTy and rustc_abi::Primitive
Make changes necessary to support these types in the compiler.
2024-02-28 12:58:32 -05:00
..
analyze.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
block.rs Use br instead of conditional when branching on constant 2024-02-23 10:52:55 +00:00
constant.rs Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
coverageinfo.rs Narrow trait CoverageInfoBuilderMethods down to just one method 2023-07-05 20:40:39 +10:00
debuginfo.rs Improved support of collapse_debuginfo attribute for macros. 2024-01-08 17:47:18 +07:00
intrinsic.rs Add "algebraic" versions of the fast-math intrinsics 2024-02-20 12:39:03 -05:00
locals.rs Implement async gen blocks 2023-12-08 17:23:25 +00:00
mod.rs Fix clippy::needless_borrow in the compiler 2023-11-21 20:13:40 +01:00
operand.rs Auto merge of #118991 - nikic:scalar-pair, r=nagisa 2024-01-05 14:31:56 +00:00
place.rs Address review comments 2024-01-02 15:03:14 +01:00
rvalue.rs Add f16 and f128 to rustc_type_ir::FloatTy and rustc_abi::Primitive 2024-02-28 12:58:32 -05:00
statement.rs Don't lower assume in unoptimized builds 2024-02-08 11:49:04 -05:00