about summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-22/+15
2023-11-24Show number in error message even for one errorNilstrieb-23/+23
2023-10-26Tweak suggestion spans for invalid crate-level inner attributeEsteban Küber-2/+6
2023-10-24Auto merge of #117126 - matthiaskrgr:rollup-8huie8f, r=matthiaskrgrbors-0/+95
2023-10-24Add regression test for #117058Matthew Jasper-0/+95
2023-10-23Update `since` stability attributes in testsDavid Tolnay-3/+3
2023-09-01Return ident for ExprField and PatField HIR nodesGurinder Singh-0/+36
2023-08-07check_attrs: Warn when #[macro_export] is used on macros 2.0Arthur Cohen-0/+25
2023-07-24validate `doc(masked)`Lukas Markeffsky-110/+0
2023-07-16Add infrastructure `#[rustc_confusables]` attribute to allow targeted许杰友 Jieyou Xu (Joe)-0/+126
2023-05-29Add test for `#![doc(test(...)]` with literal parameterObei Sideg-0/+24
2023-04-27Add invalid_macro_export_arguments to built-in macro listMichael Goulet-19/+30
2023-04-26Migrate `rustc_passes` to translatable diagnosticsclubby789-2/+2
2023-04-17add test for invalid places of repr alignDeadbeef-0/+17
2023-04-03fix ignore-thumbv8m.basePietro Albini-1/+1
2023-03-28Skip no_mangle if the item has no name.Camille GILLOT-0/+19
2023-03-02Restrict `#[rustc_box]` to `Box::new` callsclubby789-0/+52
2023-02-22Add check for invalid \`#[macro_export]\` argumentsblyxyas-0/+42
2023-02-07Replace a command line flag with an env var to allow tools to initialize the ...Oli Scherer-2/+2
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-6/+1
2023-01-12Bless tests.Mara Bos-6/+1
2023-01-12Add log-backtrace option to show backtraces along with loggingYuki Omoto-0/+9
2023-01-11Move /src/test to /testsAlbert Larsan-0/+2050