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