summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2025-05-09Don't delay a bug on malformed meta items involving interpolated tokensLeón Orell Valerian Liehr-0/+24
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
2024-12-17Adjust `tests/ui/attr-usage-inline.rs`许杰友 Jieyou Xu (Joe)-0/+43
2024-12-17Adjust `tests/ui/attr-shebang.rs`许杰友 Jieyou Xu (Joe)-0/+7
2024-12-17Adjust `tests/ui/attr-bad-crate-attr.rs`许杰友 Jieyou Xu (Joe)-0/+17
2024-12-12Filter empty lines, comments and delimiters from previous to last multiline s...Esteban Küber-5/+0
2024-12-10Rollup merge of #131558 - sassman:feat/warnin-for-no-mangle-together-with-exp...León Orell Valerian Liehr-0/+69
2024-12-02Move `Const::{from_anon_const,try_from_lit}` to hir_ty_loweringNoah Lev-12/+66
2024-11-27Update tests to use new proc-macro headerEric Huss-12/+2
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-5/+0
2024-11-23Rollup merge of #127483 - BertalanD:no_sanitize-global-var, r=rcvalle许杰友 Jieyou Xu (Joe)-31/+45
2024-11-22Stabilize the 2024 editionEric Huss-11/+10
2024-11-15fix: rust-lang/rust#47446Sven Kanoldt-0/+69
2024-11-02Allow disabling ASan instrumentation for globalsDaniel Bertalan-31/+45
2024-10-20misapplied optimize attribute throws a compilation error (#128488)ash-15/+45
2024-10-02Add `get_line` confusable to `Stdin::read_line()`Jaken Herman-1/+16
2024-09-30Reject leading unsafe in `cfg!(...)` and `--check-cfg`.Urgau-2/+24
2024-09-21remove `#[cmse_nonsecure_entry]`Folkert-24/+3
2024-08-24New `#[rustc_pub_transparent]` attributePavel Grigorenko-0/+48
2024-08-18Check that `#[may_dangle]` is properly appliedGoldstein-0/+103