about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/declare.rs
AgeCommit message (Expand)AuthorLines
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-1/+2
2025-05-28Make predefine methods take &mut selfbjorn3-2/+2
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-1/+1
2024-09-17Remove `BackendTypes` constraint from traits that don't need it.Nicholas Nethercote-3/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-1/+2
2020-09-18Remove DeclareMethodskhyperia-45/+1
2020-08-30mv compiler to compiler/mark-0/+65