summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2025-07-24Mitigate `#[align]` name resolution ambiguity regression with a renameJieyou Xu-65/+46
2025-07-24Add test demonstrating current beta `#[align]` name resolution regressionJieyou Xu-0/+43
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
2025-04-04Do not visit whole crate to compute `lints_that_dont_need_to_run`.Camille GILLOT-1/+19
2025-04-03Use `cfg(false)` in UI testsclubby789-2/+2
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-8/+17
2025-04-02Fix problem causing `rusqlite` compilation to OOM.Nicholas Nethercote-0/+133
2025-04-02Fix a problem with metavars and inner attributes.Nicholas Nethercote-0/+14
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-10/+5
2025-03-25Add a test with an empty crate name.Nicholas Nethercote-0/+13
2025-03-20Fix the "used_with_archive" test on FuchsiaJeff Martin-0/+1
2025-03-16Rollup merge of #138471 - spencer3035:move-ui-test-1ofn, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+16
2025-03-15improves outer mod attribute testSpencer-0/+16
2025-03-14Do not suggest using `-Zmacro-backtrace` for builtin macrosEsteban Küber-2/+0
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-12/+13
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-12/+13
2025-03-11add more -Z crate-attr testsjyn-0/+108
2025-03-06Rollup merge of #137758 - jdonszelmann:fix-137662, r=nnethercoteMichael Goulet-0/+20