about summary refs log tree commit diff
path: root/compiler/rustc_middle/src/middle/codegen_fn_attrs.rs
AgeCommit message (Expand)AuthorLines
2023-10-17Automatically enable cross-crate inlining for small functionsBen Kimock-8/+0
2023-09-08Rework no_coverage to coverage(off)Andy Caldwell-1/+1
2023-07-18Add the `no-builtins` attribute to functions when `no_builtins` is applied at...DianQK-0/+2
2023-02-16fix some lines, and do a consistency fixTshepang Mbambo-1/+2
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-1/+4
2022-07-26codegen: use new {re,de,}allocator annotations in llvmAugie Fackler-1/+7
2022-05-09only compute `codegen_fn_attrs` where neededlcnr-1/+3
2022-02-06`#[used(linker)]` attribute (https://github.com/dtolnay/linkme/issues/41)cynecx-0/+2
2021-09-20Implement #[link_ordinal] attribute in the context of #[link(kind = "raw-dyli...Richard Cobbe-1/+1
2021-08-03rustc: Fill out remaining parts of C-unwind ABIAlex Crichton-7/+3
2021-04-27Derived Eq no longer shows uncoveredRich Kadel-0/+4
2021-04-06Auto merge of #81234 - repnop:fn-alignment, r=lcnrbors-0/+4
2021-04-05Allow specifying alignment for functionsWesley Norris-0/+4
2021-04-03Move SanitizerSet to rustc_targetSimonas Kazlauskas-1/+1
2021-01-16Enforce that query results implement DebugAaron Hill-1/+1
2020-10-08Implement the instruction_set attributexd009642-1/+6
2020-09-30Add support for cmse_nonsecure_entry attributeHugues de Valon-0/+3
2020-08-30mv compiler to compiler/mark-0/+124