about summary refs log tree commit diff
path: root/compiler/rustc_passes/src/check_attr.rs
AgeCommit message (Expand)AuthorLines
2025-08-19Rollup merge of #145500 - JonathanBrouwer:must_use_target, r=jdonszelmann许杰友 Jieyou Xu (Joe)-39/+2
2025-08-19Port `must_use` to the new target checkingJonathan Brouwer-39/+2
2025-08-19Rollup merge of #142681 - 1c3t3a:sanitize-off-on, r=rcvalleStuart Cook-29/+32
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-39/+0
2025-08-18Implement the #[sanitize(..)] attributeBastian Kersting-1/+43
2025-08-15Port `#[custom_mir(..)]` to the new attribute systemSasha Pourcelot-4/+47
2025-08-14Remove the old target checking logicJonathan Brouwer-835/+108
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-3/+5
2025-08-13Rollup merge of #145274 - compiler-errors:unused-must-use, r=fmeaseJakub Beránek-1/+1
2025-08-12Remove unused must_useMichael Goulet-1/+1
2025-08-12Auto merge of #144678 - jdonszelmann:no-mangle-extern, r=bjorn3bors-18/+18
2025-08-12Rollup merge of #145251 - tiif:support_trait, r=BoxyUwUStuart Cook-2/+1
2025-08-12Rollup merge of #145155 - scrabsha:push-tkvwkolzooyq, r=jdonszelmannStuart Cook-8/+41
2025-08-12make no_mangle explicit on foreign itemsJana Dönszelmann-18/+18
2025-08-11Propagate TraitImplHeader to hirCameron Steffen-4/+3
2025-08-11Support using #[unstable_feature_bound] on traittiif-2/+1
2025-08-11Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2)Sasha Pourcelot-8/+41
2025-08-08Revert "Port `#[allow_internal_unsafe]` to the new attribute system"Jana Dönszelmann-41/+8
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-8/+41
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-8/+41
2025-08-07Rollup merge of #143808 - JonathanBrouwer:should_panic_parser, r=jdonszelmannStuart Cook-3/+2
2025-08-06Port `#[should_panic]` to the new attribute parsing infrastructureJonathan Brouwer-3/+2
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-5/+5
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-2/+1
2025-07-31remove rustc_attr_data_structuresJana Dönszelmann-6/+4
2025-07-26Implement check_attrJonathan Brouwer-10/+17
2025-07-24Rollup merge of #143374 - cjgillot:bare-extern-crate-map, r=petrochenkovLeón Orell Valerian Liehr-1/+1
2025-07-23Ports `#[macro_use]` and `#[macro_escape]` to the new attribute parsing infra...Jonathan Brouwer-9/+8
2025-07-22Unquerify extern_mod_stmt_cnum.Camille GILLOT-1/+1
2025-07-22Rollup merge of #144080 - jieyouxu:realign, r=BoxyUwU许杰友 Jieyou Xu (Joe)-0/+1
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-0/+1
2025-07-18Auto merge of #143845 - cjgillot:stability-query, r=jieyouxubors-18/+70
2025-07-18Rollup merge of #143891 - scrabsha:push-xxtttopqoprr, r=jdonszelmannMatthias Krüger-3/+5
2025-07-17Check for already stable features in check_attr.Camille GILLOT-7/+36
2025-07-17Warn useless deprecation in check_attr.Camille GILLOT-2/+25
2025-07-17Specify of_trait in Target::Impl.Camille GILLOT-9/+9
2025-07-17parse `const trait Trait`Deadbeef-1/+1
2025-07-17Auto merge of #144044 - fmease:rollup-kg413pt, r=fmeasebors-4/+2
2025-07-17Auto merge of #140399 - tiif:unstable_impl, r=lcnr,BoxyUwUbors-0/+44
2025-07-17Improve path segment joining.Nicholas Nethercote-4/+2
2025-07-16Port `#[coverage]` to the new attribute systemSasha Pourcelot-3/+5
2025-07-15Setup unstable feature bound attributetiif-0/+44
2025-07-14Port `#[pointee]` to the new attribute parsing infrastructureJonathan Brouwer-1/+1
2025-07-14Rollup merge of #143868 - jdonszelmann:fix-align-on-fields, r=workingjubileeSamuel Tardieu-6/+22
2025-07-14Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=...Samuel Tardieu-2/+2
2025-07-14Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmannJakub Beránek-3/+7
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-4/+10
2025-07-13Retire hir::*ItemRef.Camille GILLOT-1/+1
2025-07-13Remove hir::AssocItemKind.Camille GILLOT-3/+5
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-3/+7