rust/compiler/rustc_codegen_ssa/src/traits
bjorn3 525c6a3562 Directly raise fatal errors inside the codegen backends
As opposed to passing it around through Result.
2025-08-24 11:20:41 +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 metadata object generation for dylibs to the linker code 2025-06-03 10:04:34 +00:00
builder.rs Rollup merge of #144192 - RalfJung:atomicrmw-ptr, r=nikic 2025-08-08 14:22:44 -05:00
consts.rs Rollup merge of #137549 - oli-obk:llvm-ffi, r=davidtwco 2025-03-07 19:15:34 +01:00
coverageinfo.rs coverage: Remove all unstable support for MC/DC instrumentation 2025-08-06 22:38:52 +10:00
debuginfo.rs Remove get_dbg_loc from DebugInfoBuilderMethods 2025-06-03 10:00:11 +00:00
declare.rs Port the #[linkage] attribute to the new attribute system 2025-08-13 21:01:37 +02:00
intrinsic.rs compiler: comment on some call-related codegen fn in cg_ssa 2025-07-11 01:08:21 -07: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 Eliminate all direct uses of LLVMMDStringInContext2 2025-07-14 08:27:08 +00:00
write.rs Directly raise fatal errors inside the codegen backends 2025-08-24 11:20:41 +00:00