about summary refs log tree commit diff
path: root/compiler/rustc_feature/src/builtin_attrs.rs
AgeCommit message (Expand)AuthorLines
2025-09-25Revert "Auto merge of #144086 - clubby789:alloc-zeroed, r=nikic"Nikita Popov-4/+0
2025-09-09allow `#[rustc_align_static(N)]` on `static`sFolkert de Vries-0/+1
2025-08-22Add an experimental unsafe(force_target_feature) attribute.Luca Versari-0/+4
2025-08-20Auto merge of #144086 - clubby789:alloc-zeroed, r=nikicbors-0/+4
2025-08-20Pass `alloc-variant-zeroed` to LLVMclubby789-0/+4
2025-08-19Rollup merge of #145243 - jdonszelmann:inner-attr-errors, r=petrochenkovStuart Cook-2/+6
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-5/+0
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-0/+4
2025-08-16Auto merge of #145304 - m-ou-se:simplify-panic, r=oli-obkbors-4/+0
2025-08-16take attr style into account in attr diagnosticsJana Dönszelmann-2/+6
2025-08-12Revert "Partially outline code inside the panic! macro".Mara Bos-4/+0
2025-08-11Rework `NameValueStr`Esteban Küber-8/+8
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-1/+4
2025-08-11Add link to docs on malformed attributesEsteban Küber-71/+270
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-72/+99
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-5/+0
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-2/+2
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-1/+2
2025-07-17parse `const trait Trait`Deadbeef-0/+1
2025-07-15Implement other logicstiif-0/+4
2025-06-27Rollup merge of #142671 - davidtwco:no-default-bounds-attr, r=lcnrGuillaume Gomez-0/+4
2025-06-25encode_cross_crate for hir attributesJana Dönszelmann-6/+1
2025-06-24Rollup merge of #138780 - trifectatechfoundation:loop_match_attr, r=oli-obk,t...Jubilee-0/+13
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-1/+1
2025-06-23Add `#[loop_match]` for improved DFA codegenbjorn3-0/+13
2025-06-21Port `#[rustc_pub_transparent]` to the new attribute systemPavel Grigorenko-1/+1
2025-06-18hir_analysis: add `#![rustc_no_implicit_bounds]`David Wood-0/+4
2025-06-18add `#[align]` attributeFolkert de Vries-0/+1
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-9/+31
2025-06-15clarify `rustc_do_not_const_check` commentDeadbeef-1/+1
2025-06-09Remove rustc_feature::Stabilitymejrs-18/+1
2025-06-09refactor `AttributeGate` and `rustc_attr!` to emit notes during feature chec...mejrs-89/+120
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+6
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-0/+20
2025-04-28Auto merge of #123239 - Urgau:dangerous_implicit_autorefs, r=jdonszelmann,tra...bors-0/+4
2025-04-27Implement the internal feature `cfg_target_has_reliable_f16_f128`Trevor Gross-0/+20
2025-04-21Rollup merge of #134213 - folkertdev:stabilize-naked-functions, r=tgross35,Am...Chris Denton-6/+1
2025-04-20Add `#[rustc_no_implicit_autorefs]` and apply it to std methodsUrgau-0/+4
2025-04-20stabilize `naked_functions`Folkert de Vries-6/+1
2025-04-20Remove #[rustc_macro_edition_2021].Mara Bos-8/+0
2025-04-19Make `#[naked]` an unsafe attributeFolkert de Vries-1/+1
2025-04-17Rollup merge of #139084 - petrochenkov:transpaque, r=davidtwcoMatthias Krüger-1/+1
2025-04-13error on unsafe attributes in pre-2024 editionsFolkert de Vries-9/+24
2025-03-31hygiene: Rename semi-transparent to semi-opaqueVadim Petrochenkov-1/+1
2025-03-30Remove attribute `#[rustc_error]`Vadim Petrochenkov-3/+3
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-4/+8
2025-03-21Rollup merge of #138717 - jdonszelmann:pin-macro, r=WaffleLapkinMatthias Krüger-0/+8
2025-03-19add rustc_macro_edition_2021Jana Dönszelmann-0/+8
2025-03-17expand: Leave traces when expanding `cfg_attr` attributesVadim Petrochenkov-0/+8
2025-03-04mgca: Lower all const paths as `ConstArgKind::Path`Noah Lev-0/+7