about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/statics.rs
AgeCommit message (Expand)AuthorLines
2025-05-28Remove methods from StaticCodegenMethods that are not called in cg_ssa itselfbjorn3-12/+0
2025-05-28Remove a couple of uses of interior mutability around staticsbjorn3-3/+3
2024-11-03compiler: Directly use rustc_abi in codegenJubilee Young-1/+1
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2024-03-12Check whether a static is mutable instead of passing it downOli Scherer-1/+1
2022-05-11Only compile #[used] as llvm.compiler.used for ELF targetsThom Chiovoloni-1/+3
2021-08-21Always use llvm.used for coverage symbolsNikita Popov-10/+8
2020-08-30mv compiler to compiler/mark-0/+24