rust/compiler/rustc_codegen_ssa/src/traits
2024-06-21 19:30:26 +00:00
..
abi.rs Merge apply_attrs_callsite into call and invoke 2022-10-01 17:01:31 +00:00
asm.rs Implement asm goto for LLVM and GCC backend 2024-02-24 18:50:09 +00:00
backend.rs Remove PrintBackendInfo trait 2024-06-21 19:26:06 +00:00
builder.rs Rollup merge of #125148 - RalfJung:codegen-sh, r=scottmcm 2024-05-27 13:10:34 +02:00
consts.rs Remove const_bitcast from ConstMethods 2024-06-21 19:26:07 +00:00
coverageinfo.rs coverage: Eagerly do start-of-function codegen for coverage 2024-05-01 09:06:53 +10:00
debuginfo.rs Deduplicate inlined function debug info, but create a new lexical scope to child subsequent scopes and variables from colliding 2023-09-01 14:27:21 -07:00
declare.rs Remove DeclareMethods 2020-09-18 13:11:59 +02:00
intrinsic.rs Teach llvm backend how to fall back to default bodies 2024-02-12 17:50:39 +00:00
misc.rs Remove check_overflow method from MiscMethods 2024-06-21 19:30:26 +00:00
mod.rs Remove PrintBackendInfo trait 2024-06-21 19:26:06 +00:00
statics.rs Check whether a static is mutable instead of passing it down 2024-03-12 05:53:46 +00:00
type_.rs Fix doc comment 2024-06-21 19:30:26 +00:00
write.rs Use a dedicated type instead of a reference for the diagnostic context 2024-06-18 15:42:11 +00:00