rust/compiler/rustc_codegen_ssa/src/traits
2025-10-02 14:55:51 +08: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 Add a leading dash to linker plugin arguments in the gcc codegen 2025-09-28 13:57:33 -04:00
builder.rs added typetree support for memcpy 2025-09-19 04:02:20 +00: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 codegen: Generate dbg_value for the ref statement 2025-10-02 14:55:51 +08: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 Remove want_summary argument from prepare_thin 2025-09-06 18:37:23 +00:00