about summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2025-07-01Fix duplicate errors for `link_section`, `rustc_layout_scalar_valid_range_sta...Jonathan Brouwer-18/+24
2025-07-01moved testsKivooeo-0/+11
2025-07-01Fix duplicate help on export_name and othersJonathan Brouwer-16/+4
2025-07-01Fix `#[rustc_macro_transparency]` giving two errorsJonathan Brouwer-75/+68
2025-07-01Fix `#[must_use = 1]` not giving an errorJonathan Brouwer-33/+52
2025-07-01Fix double error for `export_name`Jonathan Brouwer-88/+74
2025-07-01New test for malformed attributesJonathan Brouwer-0/+825
2025-06-30Rollup merge of #142429 - Kivooeo:tf13, r=jieyouxudianqk-0/+36
2025-06-29cleaned up some testsKivooeo-0/+36
2025-06-29Rollup merge of #142417 - Kivooeo:tf12, r=jieyouxuGuillaume Gomez-0/+27
2025-06-28cleaned up some testsKivooeo-0/+27
2025-06-27Port `#[used]` to new attribute parsing infrastructureJonathan Brouwer-13/+59
2025-06-26Rewrite `macro_rules!` parser to not use the MBE engine itselfJosh Triplett-3/+3
2025-06-26Move mixed export_name/no_mangle check to check_attr.rs and improve the errorJonathan Brouwer-10/+81
2025-06-23Port `#[rustc_skip_during_method_dispatch]` to the new attribute systemPavel Grigorenko-0/+114
2025-06-23fix 142891Jana Dönszelmann-0/+16
2025-06-23test for lint on root node crashJana Dönszelmann-0/+3
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-0/+12
2025-06-20Auto merge of #142794 - tgross35:rollup-iae7okj, r=tgross35bors-0/+15
2025-06-20expected word diagnostic testJana Dönszelmann-0/+15
2025-06-19correct template for `#[align]`Folkert de Vries-25/+29
2025-06-18add `#[align]` attributeFolkert de Vries-16/+88
2025-06-17make error codes reflect reality betterJana Dönszelmann-13/+7
2025-06-17use consistent attr errors in all attribute parsersJana Dönszelmann-14/+21
2025-06-17fix bugs in inline/force_inline and diagnostics of all attr parsersJana Dönszelmann-9/+9
2025-06-16trait_sel: skip elaboration of sizedness supertraitDavid Wood-1/+0
2025-06-16tests: bless remaining testsDavid Wood-1/+2
2025-06-16tests: `{Meta,Pointee}Sized` in non-minicore testsDavid Wood-1/+21
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `?Sized` typesDavid Wood-0/+1
2025-06-16trait_sel: `{Meta,Pointee}Sized` on `Sized` typesDavid Wood-0/+1
2025-06-08Rollup merge of #142171 - Kivooeo:tf7, r=workingjubileeJubilee-0/+62
2025-06-08cleaned up some testsKivooeo-0/+62
2025-06-08cleaned up some testsKivooeo-0/+9
2025-06-02allow macro_use as first segmentbohan-0/+60
2025-05-24Avoid extra path trimming in method not found errorNoratrieb-3/+3
2025-05-21collect doc alias as tips during resolutionbohan-0/+241
2025-05-12Move more tests/ui testsmejrs-16/+75
2025-05-04Initial support for dynamically linked cratesBryanskiy-0/+307
2025-05-03Move some tests out of tests/uimejrs-0/+55
2025-04-18Rollup merge of #139615 - nnethercote:rm-name_or_empty, r=jdonszelmannMatthias Krüger-8/+64
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-2/+2
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-6/+6
2025-04-17Augment some tests involving attributes.Nicholas Nethercote-2/+36
2025-04-17Fix attribute printing in an error.Nicholas Nethercote-4/+4
2025-04-17Warnings-as-errors in `check-builtin-attr-ice.rs`.Nicholas Nethercote-4/+26
2025-04-13Improve `-Z crate-attr` diagnosticsjyn-36/+56
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-4/+4
2025-04-07Auto merge of #133781 - cjgillot:shallow-allowed-lints, r=petrochenkovbors-1/+19
2025-04-06Rollup merge of #139391 - TaKO8Ki:check-if-merged-attrs-list-is-empty, r=jdon...Guillaume Gomez-0/+39
2025-04-05check if merged attributes list is emptyTakayuki Maeda-0/+39