about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
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
2025-07-01Rollup merge of #143245 - tgross35:metavariable-expr-organization, r=petroche...Matthias Krüger-604/+666
2025-07-01moved testsKivooeo-0/+30
2025-06-30mbe: Extend metavariable expression testsTrevor Gross-62/+247
2025-06-30mbe: Split metavariable usage tests off from syntax testsTrevor Gross-378/+253
2025-06-30Remove let_chains featureCameron Steffen-2/+1
2025-06-30Unconditionally run `check_item_type` on all itemsOli Scherer-4/+4
2025-06-29Rollup merge of #143030 - Urgau:issue-143025, r=SparrowLiiGuillaume Gomez-1/+4
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-3/+2
2025-06-27Report infer ty errors during hir ty loweringOli Scherer-23/+35
2025-06-26Rewrite `macro_rules!` parser to not use the MBE engine itselfJosh Triplett-1/+3
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-3/+2
2025-06-25Bless `tests/ui/macros/must-use-in-macro-55516.rs`Urgau-1/+4
2025-06-24Auto merge of #142979 - matthiaskrgr:rollup-szqah4e, r=matthiaskrgrbors-24/+77
2025-06-24Rollup merge of #142943 - jieyouxu:no-rustc-version, r=compiler-errorsMatthias Krüger-4/+3