summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2024-04-11fix attribute validation on associated items in traitsgvozdvmozgu-0/+15
2024-03-12tests: Add ui/attributes/unix_sigpipe/unix_sigpipe-str-list.rsMartin Nordholts-1/+13
2024-03-11unix_sigpipe: Replace `inherit` with `sig_dfl` in syntax testsMartin Nordholts-14/+14
2024-03-10diagnostics: Do not suggest using `#[unix_sigpipe]` without a valueMartin Nordholts-11/+4
2024-03-04Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi...bors-10/+79
2024-03-03fix spans of arguments in diagnosticyukang-9/+9
2024-03-02Fix misleading message when using a named constant as a struct alignment/packyukang-10/+79
2024-02-29Update ui testsGuillaume Gomez-53/+10
2024-02-28Rollup merge of #121527 - Enselic:unix_sigpipe-tests-fixes, r=davidtwcoGuillaume Gomez-16/+25
2024-02-24Don't unnecessarily change `SIGPIPE` disposition in unix_sigpipe testsMartin Nordholts-6/+6
2024-02-23tests: Add unix_sigpipe-different-duplicates.rs test variantMartin Nordholts-2/+21
2024-02-23tests: Combine unix_sigpipe-not-used.rs and unix_sigpipe-only-feature.rsMartin Nordholts-13/+3
2024-02-23tests: Rename unix_sigpipe.rs to unix_sigpipe-bare.rs for clarityMartin Nordholts-1/+1
2024-02-23tests: Fix typo unix_sigpipe-error.rs -> unix_sigpipe-sig_ign.rsMartin Nordholts-0/+0
2024-02-22Deduplicate some logic and reword outputEsteban Küber-2/+2
2024-02-22Make confusable suggestions `verbose`Esteban Küber-1/+6
2024-02-22Consider methods from traits when suggesting typosEsteban Küber-5/+3
2024-02-22Provide more and more accurate suggestions when calling the wrong methodEsteban Küber-3/+22
2024-02-22On type error of method call arguments, look at confusables for suggestionEsteban Küber-1/+19
2024-02-22Add `rustc_confusables` annotations to some stdlib APIsEsteban Küber-2/+102
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-60/+60
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