rust/compiler/rustc_codegen_ssa/src/traits
2025-05-28 20:55:00 +00:00
..
abi.rs Remove an unused lifetime param 2025-02-24 15:11:29 +00:00
asm.rs Pass &mut self to codegen_global_asm 2025-04-14 09:38:04 +00:00
backend.rs Move supports_parallel from CodegenBackend to ExtraBackendMethods 2025-05-28 20:55:00 +00:00
builder.rs The personality function is a Function, not a Value 2025-05-28 20:55:00 +00:00
consts.rs Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco 2025-03-07 19:15:34 +01:00
coverageinfo.rs Remove BackendTypes constraint from traits that don't need it. 2024-09-17 10:24:43 +10:00
debuginfo.rs Use ExistentialTraitRef throughout codegen 2025-01-30 15:34:00 +00:00
declare.rs Make predefine methods take &mut self 2025-05-28 20:55:00 +00:00
intrinsic.rs Remove usage of FnAbi in codegen_intrinsic_call 2025-05-26 10:13:03 +00:00
misc.rs The personality function is a Function, not a Value 2025-05-28 20:55:00 +00:00
mod.rs Reduce amount of types that need to be PartialEq 2025-05-28 20:55:00 +00:00
statics.rs Remove methods from StaticCodegenMethods that are not called in cg_ssa itself 2025-05-28 20:55:00 +00:00
type_.rs Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco 2025-03-07 19:15:34 +01:00
write.rs Save pre-link bitcode to ModuleCodegen 2025-02-23 21:23:38 +08:00