about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2025-09-12Rollup merge of #146308 - cyrgani:concat-integer-literals, r=jackh726Stuart Cook-23/+45
2025-09-11Revert "Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkov"Jieyou Xu-23/+2
2025-09-11Add regression test for assert desugaring changeJieyou Xu-0/+36
2025-09-08Apply requested changesIoaNNUwU-6/+3
2025-09-08Implement better suggestions based on additional tests and other code pathsIoaNNUwU-0/+18
2025-09-07support integer literals in `${concat()}`cyrgani-23/+45
2025-09-01Add compiler error when trying to use concat metavar expr in repetitionsjullang-0/+29
2025-08-29Rollup merge of #145675 - Oneirical:uncountable-integer-8, r=jieyouxuMatthias Krüger-0/+51
2025-08-28Rollup merge of #144864 - Muscraft:no-source-fixes, r=jieyouxuStuart Cook-1/+3
2025-08-27remove old crash testTakayuki Maeda-2/+3
2025-08-27Add test batch 1Oneirical-0/+51
2025-08-26fix: Add col separator before secondary messages with no sourceScott Schafer-0/+3
2025-08-26fix: Don't add an end column separator after a file with no sourceScott Schafer-1/+0
2025-08-27stop returning errors when format foreign has trailing dollarTakayuki Maeda-0/+20
2025-08-21refactor target checking, move out of context.rs and rename MaybeWarn to PolicyJana Dönszelmann-1/+1
2025-08-19bless tests with new lint messagesKarol Zwolak-12/+12
2025-08-19Auto merge of #145599 - jieyouxu:rollup-523cxhm, r=jieyouxubors-0/+104
2025-08-19Rollup merge of #144983 - Oneirical:uncountable-integer, r=jieyouxu许杰友 Jieyou Xu (Joe)-0/+104
2025-08-19Auto merge of #142487 - estebank:serde-attr-5, r=petrochenkovbors-0/+15
2025-08-18Rollup merge of #145208 - joshtriplett:mbe-derive, r=petrochenkovStuart Cook-3/+217
2025-08-17Rehome tests/ui/issues/ tests [5/?]Oneirical-0/+104
2025-08-15Detect missing `derive` on unresolved attribute even when not importedEsteban Küber-0/+15
2025-08-15Rollup merge of #122661 - estebank:assert-macro-span, r=petrochenkovStuart Cook-0/+8
2025-08-14Auto merge of #145407 - Kobzol:rollup-g6yhx82, r=Kobzolbors-12/+38
2025-08-14mbe: Handle applying `macro_rules` derivesJosh Triplett-3/+217
2025-08-14Rollup merge of #145233 - joshtriplett:cfg-select-expr, r=jieyouxuJakub Beránek-12/+38
2025-08-14Update uitestsJonathan Brouwer-6/+4
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-12Change the desugaring of `assert!` for better error outputEsteban Küber-0/+8
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-10cfg_select: Support unbraced expressionsJosh Triplett-12/+38
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