about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2025-08-13Auto merge of #144793 - petrochenkov:extprel3, r=davidtwcobors-3/+44
2025-08-13Rollup merge of #145153 - joshtriplett:macro-kinds-plural, r=petrochenkovGuillaume Gomez-8/+86
2025-08-13resolve: Improve diagnostics for ambiguities in extern preludeVadim Petrochenkov-5/+1
2025-08-13resolve: Split extern prelude into two scopesVadim Petrochenkov-3/+48
2025-08-12Detect and report macro kind mismatches early, and more preciselyJosh Triplett-8/+86
2025-08-11Add more docs to templates for attrs with incorrect argumentsEsteban Küber-0/+2
2025-08-10Auto merge of #145223 - jhpratt:rollup-xcqbwqe, r=jhprattbors-0/+70
2025-08-10Rollup merge of #144553 - Oneirical:uncountable-integer-4, r=jieyouxuJacob Pratt-0/+70
2025-08-10Auto merge of #144544 - JonathanBrouwer:illformed-in-deps, r=traviscrossbors-0/+11
2025-08-10Rehome tests/ui/issues/ tests [4/?]Oneirical-0/+70
2025-08-10Rollup merge of #144403 - Kivooeo:issue4, r=jieyouxuStuart Cook-0/+87
2025-08-10Start reporting future breakage for `ILL_FORMED_ATTRIBUTE_INPUT` in dependenciesJonathan Brouwer-0/+11
2025-08-09commentsKivooeo-0/+51
2025-08-08mbe: Add a test checking for infinite recursion in macro attributesJosh Triplett-0/+26
2025-08-08mbe: Add a test confirming that a macro attribute can apply itself recursivelyJosh Triplett-0/+27
2025-08-08mbe: Add a test for calling a macro with no function-like rulesJosh Triplett-1/+12
2025-08-08mbe: Add test for attribute expansion with `compile_error!`Josh Triplett-0/+26
2025-08-08mbe: Add test for `macro_rules` attributesJosh Triplett-0/+126
2025-08-08mbe: Fix error message for using a macro with no `attr` rules as an attributeJosh Triplett-1/+1
2025-08-07Rollup merge of #144369 - joshtriplett:mbe-expr-semi-deny-by-default, r=petro...Stuart Cook-31/+29
2025-08-06Print thread ID in panic message if thread name is unknownTrevor Gross-1/+1
2025-08-05Rollup merge of #144548 - Oneirical:uncountable-integer-2, r=jieyouxuSamuel Tardieu-0/+45
2025-08-02Rehome tests/ui/issues/ tests [2/?]Oneirical-0/+45
2025-08-01Tweak rendering of cfg'd out itemEsteban Küber-11/+5
2025-08-01Detect more `cfg`d out items in resolution errorsEsteban Küber-0/+10
2025-07-28expand: Micro-optimize prelude injectionVadim Petrochenkov-4/+4
2025-07-26Rollup merge of #144409 - GuillaumeGomez:macro-expansion-early-abort, r=oli-obkJacob Pratt-0/+3
2025-07-25Add missing `NOTE` annotations in `tests/ui/macros/trace-macro.rs`Guillaume Gomez-0/+3
2025-07-25moved 34 tests to organized locationsKivooeo-0/+36
2025-07-24Rehome tests/ui/issues/ tests [1/?]Oneirical-0/+21
2025-07-24Rollup merge of #144014 - dianne:edition-guide-links, r=estebankLeón Orell Valerian Liehr-32/+32
2025-07-23Upgrade semicolon_in_expressions_from_macros from warn to denyJosh Triplett-31/+29
2025-07-23Update uitest stderrsJonathan Brouwer-14/+35
2025-07-16future-incompat lints: don't link to the nightly edition-guide versiondianne-32/+32
2025-07-15Auto merge of #143958 - samueltardieu:rollup-lh1s143, r=samueltardieubors-6/+15
2025-07-15Changes to diagnosticsJonathan Brouwer-10/+4
2025-07-14update `cfg_select!` documentationFolkert de Vries-6/+15
2025-07-13Auto merge of #143461 - folkertdev:cfg-select-builtin-macro, r=petrochenkovbors-0/+52
2025-07-13make `cfg_select` a builtin macroFolkert de Vries-0/+52
2025-07-11Rollup merge of #143302 - Kivooeo:tf27, r=tgross35Matthias Krüger-0/+29
2025-07-10cleaned up some testsKivooeo-5/+8
2025-07-10Rollup merge of #143298 - Kivooeo:tf23, r=tgross35Trevor Gross-0/+32
2025-07-09mbe: Refactor the diagnostic for unrecognized metavariable expressionsTrevor Gross-3/+5
2025-07-09mbe: Refactor diagnostics for invalid metavar expression syntaxTrevor Gross-107/+110
2025-07-05cleaned up some testsKivooeo-3/+5
2025-07-02Auto merge of #143338 - matthiaskrgr:rollup-ykaxh04, r=matthiaskrgrbors-1/+3
2025-07-02Rollup merge of #143070 - joshtriplett:macro-rules-parse, r=petrochenkovMatthias Krüger-1/+3
2025-07-02Auto merge of #143214 - camsteffen:remove-let-chains-feature, r=est31bors-2/+1
2025-07-01moved testsKivooeo-0/+26
2025-07-01Auto merge of #142030 - oli-obk:wfck-less-hir, r=compiler-errorsbors-4/+4