about summary refs log tree commit diff
path: root/compiler/rustc_codegen_ssa/src/traits/misc.rs
AgeCommit message (Expand)AuthorLines
2025-05-28The personality function is a Function, not a Valuebjorn3-1/+1
2025-05-28Remove codegen_unit from MiscCodegenMethodsbjorn3-2/+0
2025-01-30Use ExistentialTraitRef throughout codegenMichael Goulet-2/+2
2024-09-18Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3Matthias Krüger-1/+1
2024-09-17Clean up formatting.Nicholas Nethercote-1/+2
2024-09-17Rename supertraits of `CodegenMethods`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-06-21Remove check_overflow method from MiscMethodsbjorn3-1/+0
2024-06-21Move vcall_visibility_metadata optimization hint out of a debuginfo generatio...bjorn3-0/+7
2022-10-01Remove several unused methods from MiscMethodsbjorn3-4/+0
2021-08-21Always use llvm.used for coverage symbolsNikita Popov-0/+2
2021-06-30Add support for leaf fn frame pointer eliminationSimonas Kazlauskas-1/+1
2020-09-18Remove DeclareMethodskhyperia-0/+2
2020-08-30mv compiler to compiler/mark-0/+22