summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/declare.rs
AgeCommit message (Expand)AuthorLines
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