about summary refs log tree commit diff
path: root/tests/ui/attributes/malformed-attrs.stderr
AgeCommit message (Expand)AuthorLines
2025-09-21port `#[debugger_visualizer]` to the new attribute systemJana Dönszelmann-30/+23
2025-09-21Changes to uitests for macro_export portJonathan Brouwer-16/+6
2025-08-27Changes to the uitestsJonathan Brouwer-75/+72
2025-08-24Port crate name to the new attribute systemJana Dönszelmann-8/+6
2025-08-23port attribute to the new parsing infrastructureJana Dönszelmann-18/+18
2025-08-19bless tests with new lint messagesKarol Zwolak-8/+8
2025-08-18Remove the no_sanitize attribute in favor of sanitizeBastian Kersting-3/+15
2025-08-14Update uitestsJonathan Brouwer-81/+105
2025-08-13Port the `#[linkage]` attribute to the new attribute systemSasha Pourcelot-19/+18
2025-08-12Rollup merge of #145238 - estebank:attr-overhaul, r=jdonszelmannStuart Cook-32/+163
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-1/+21
2025-08-11fix testsEsteban Küber-4/+7
2025-08-11Add link to docs on malformed attributesEsteban Küber-0/+19
2025-08-11Allow attr entries to declare list of alternatives for `List` and `NamedValue...Esteban Küber-27/+116
2025-08-11Port `#[allow_internal_unsafe]` to the new attribute system (attempt 2)Sasha Pourcelot-6/+9
2025-08-10Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependenciesJonathan Brouwer-0/+66
2025-08-08Revert "Port `#[allow_internal_unsafe]` to the new attribute system"Jana Dönszelmann-9/+6
2025-08-07Rollup merge of #144857 - scrabsha:push-pwtyrnmqkrtr, r=jdonszelmannTrevor Gross-6/+9
2025-08-07Port `#[allow_internal_unsafe]` to the new attribute systemSasha Pourcelot-6/+9
2025-08-04Port `#[coroutine]` to the new attribute systemSasha Pourcelot-6/+9
2025-08-01Remove the omit_gdb_pretty_printer_section attributebjorn3-89/+80
2025-07-26Update test resultsJonathan Brouwer-18/+27
2025-07-23Update uitest stderrsJonathan Brouwer-15/+6
2025-07-19Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-85/+85
2025-07-16Port `#[coverage]` to the new attribute systemSasha Pourcelot-13/+13
2025-07-15Changes to diagnosticsJonathan Brouwer-2/+5
2025-07-14Rollup merge of #143855 - JonathanBrouwer:omit_gdb_pretty_printer_section, r=...Samuel Tardieu-6/+9
2025-07-14Rollup merge of #143217 - Periodic1911:link-ordinal, r=jdonszelmannJakub Beránek-6/+9
2025-07-14Auto merge of #143779 - JonathanBrouwer:automatically_derived_parser, r=oli-obkbors-6/+9
2025-07-13Port `#[link_ordinal]` to the new attribute parsing infrastructure.Anne Stijns-6/+9
2025-07-13Auto merge of #140717 - mejrs:diagnostic_lints, r=oli-obkbors-1/+1
2025-07-12Port `#[omit_gdb_pretty_printer_section]` to the new attribute parsing infras...Jonathan Brouwer-6/+9
2025-07-12Update uitest stderrsJonathan Brouwer-6/+9
2025-07-11Split up the `unknown_or_malformed_diagnostic_attributes` lintmejrs-1/+1
2025-07-09Port `#[fundamental]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-09Port `#[marker]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-09Port `#[type_const]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-07Port `#[ffi_pure]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-07Port `#[ffi_const]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-07Port `#[export_stable]` to the new attribute systemPavel Grigorenko-6/+9
2025-07-06Rewrite empty attribute lintJonathan Brouwer-68/+80
2025-07-05Port `#[ignore]` to the new attribute parsing infrastructureJonathan Brouwer-10/+19
2025-07-04Port `#[non_exhaustive]` to the new attribute parsing infrastructureJonathan Brouwer-6/+9
2025-07-03Port `#[no_implicit_prelude]` to the new attribute parsing infrastructureJonathan Brouwer-6/+9
2025-07-03Port `#[target_feature]` to the new attribute parsing infrastructureJonathan Brouwer-78/+93
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-18/+24
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-16/+4
2025-07-01Fix `#[rustc_macro_transparency]` giving two errorsJonathan Brouwer-74/+68
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-33/+50
2025-07-01Fix double error for `export_name`Jonathan Brouwer-86/+74