summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
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
2025-03-03Rollup merge of #137794 - tshepang:make-qnx-pass, r=pietroalbiniMatthias Krüger-4/+5
2025-02-28qnx: avoid test failureTshepang Mbambo-0/+1
2025-02-28sort listTshepang Mbambo-4/+4
2025-02-28add test to reproduce #137662 (using ty decl macro fragment in an attr) and f...Jana Dönszelmann-0/+20
2025-02-28Remove `NtMeta`.Nicholas Nethercote-2/+2
2025-02-26Rollup merge of #137622 - jdonszelmann:fix-137589, r=compiler-errorsLeón Orell Valerian Liehr-0/+75
2025-02-25fix #137589Jana Dönszelmann-0/+75
2025-02-25Auto merge of #133832 - madsmtm:apple-symbols.o, r=DianQKbors-0/+50
2025-02-24add test to verify that #132391 can be closedJana Dönszelmann-0/+16
2025-02-24Fix test output expectationsJana Dönszelmann-22/+42
2025-02-24Make #[used] work when linking with ld64Mads Marquart-0/+50
2025-02-20Reword messageEsteban Küber-12/+12
2025-02-19Specify scope in `out_of_scope_macro_calls` lintEsteban Küber-18/+18
2025-02-15Reject macro calls inside of `#![crate_name]`León Orell Valerian Liehr-0/+14
2025-02-15Move `#![crate_type]` UI tests into attributes directoryLeón Orell Valerian Liehr-0/+43
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-3/+3
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-9/+6
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-26/+39
2025-01-24Reword "crate not found" resolve messageEsteban Küber-38/+38
2025-01-07Update tests.Mara Bos-1/+1
2025-01-03turn rustc_box into an intrinsicRalf Jung-52/+0
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3