summary refs log tree commit diff
path: root/tests/ui/attributes
AgeCommit message (Expand)AuthorLines
2024-06-06Add double unsafe testcarbotaniuman-0/+36
2024-06-06Error on unsafe on non-unsafe attributecarbotaniuman-0/+34
2024-06-06Add testscarbotaniuman-0/+14
2024-06-06Disallow unsafe in derivecarbotaniuman-0/+14
2024-05-29ast: Revert a breaking attribute visiting order changeVadim Petrochenkov-19/+3
2024-05-29Add a test for resolving `macro_rules` calls inside attributesVadim Petrochenkov-0/+202
2024-05-20Note for E0599 if shadowed bindings has the method.surechen-0/+8
2024-05-10Fix parse error message for meta itemsLeón Orell Valerian Liehr-2/+2
2024-05-02Change `SIGPIPE` ui from `#[unix_sigpipe = "..."]` to `-Zon-broken-pipe=...`Martin Nordholts-384/+0
2024-04-29Typo fix: exec:ing -> exec'ingMartin Nordholts-1/+1
2024-04-25debuginfo: Stabilize `-Z debug-macros`, `-Z collapse-macro-debuginfo` and `#[...Vadim Petrochenkov-96/+95
2024-04-24Rollup merge of #123316 - Enselic:sigpipe-inherit-variants, r=fmeaseLeón Orell Valerian Liehr-8/+39
2024-04-18Auto merge of #124072 - saethlin:less-sysroot-libc-misc, r=jieyouxubors-2/+0
2024-04-17Remove libc from rust_get_test_int usesBen Kimock-1/+1
2024-04-17Remove libc from more testsBen Kimock-2/+0
2024-04-13Test `#[unix_sigpipe = "inherit"]` with both `SIG_DFL` and `SIG_IGN`Martin Nordholts-8/+39
2024-03-25unix_sigpipe: Add test for SIGPIPE disposition in child processesMartin Nordholts-0/+90
2024-03-16Rollup merge of #121545 - gvozdvmozgu:fix-attribute-validation-associated-ite...León Orell Valerian Liehr-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-24fix attribute validation on associated items in traitsgvozdvmozgu-0/+15
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