about summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2024-07-31rustc_parser: consider the in 2024 an expressionVincenzo Palazzo-0/+73
2024-07-27Make `missing_fragment_specifier` an error in edition 2024Trevor Gross-18/+74
2024-07-26Rollup merge of #127557 - linyihai:issue-126694, r=compiler-errorsTrevor Gross-3/+4
2024-07-26Add a label to point to the lacking macro name definitionLin Yihai-3/+4
2024-07-25Rollup merge of #128111 - estebank:no-question, r=fmeaseMatthias Krüger-4/+4
2024-07-24Do not use question as labelEsteban Küber-4/+4
2024-07-24Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`Trevor Gross-0/+89
2024-07-20Rollup merge of #127720 - c410-f3r:concat-rep, r=cjgillotMatthias Krüger-0/+18
2024-07-19Allow concat in repetitionsCaio-0/+18
2024-07-19Rollup merge of #127662 - estebank:gate-span, r=TaKO8KiMatthias Krüger-0/+13
2024-07-17Rollup merge of #127542 - c410-f3r:concat-again, r=petrochenkovTrevor Gross-14/+265
2024-07-17Add support for literalsCaio-14/+265
2024-07-12When finding item gated behind a `cfg` flat, point at itEsteban Küber-0/+13
2024-07-12Make `impl` and `!` removal suggestion `short`Esteban Küber-14/+2
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-5/+20
2024-07-10Rollup merge of #125627 - vincenzopalazzo:macros/cargo-fix-expr2024, r=compil...Jacob Pratt-3/+91
2024-07-09tests: adds cargo fix testsVincenzo Palazzo-3/+91
2024-07-08Rollup merge of #126841 - c410-f3r:concat-again, r=petrochenkov许杰友 Jieyou Xu (Joe)-33/+192
2024-07-06Add support for literalsCaio-33/+192
2024-07-06out_of_scope_macro_calls: Detect calls inside attributes more preciselyVadim Petrochenkov-0/+10
2024-07-01Ensure `out_of_scope_macro_calls` lint is registeredbeetrees-0/+6
2024-06-27Rollup merge of #126929 - nnethercote:rm-__rust_force_expr, r=oli-obkJacob Pratt-3/+6
2024-06-25Remove `__rust_force_expr`.Nicholas Nethercote-3/+6
2024-06-25Extend `tests/ui/macros/nonterminal-matching.rs`.Nicholas Nethercote-1/+119
2024-06-19Allow naming expr_2021 in all editionsMichael Goulet-49/+2
2024-06-19Add a test demonstrating the problemMichael Goulet-0/+29
2024-06-13Add a new concat metavar exprCaio-2/+381
2024-06-11Auto merge of #125174 - nnethercote:less-ast-pretty-printing, r=petrochenkovbors-214/+59
2024-06-11Rollup merge of #126254 - ferrocene:lw-ignore-cross, r=pietroalbini许杰友 Jieyou Xu (Joe)-1/+0
2024-06-11Rollup merge of #125913 - fmease:early-lints-spruce-up-some-diags, r=Nadrieril许杰友 Jieyou Xu (Joe)-8/+8
2024-06-11Remove ignore-cross-compile directive from ui/macros/proc_macroLukas Wirth-1/+0
2024-06-05Print `token::Interpolated` with token stream pretty printing.Nicholas Nethercote-214/+59
2024-06-03Spruce up the diagnostics of some early lintsLeón Orell Valerian Liehr-8/+8
2024-05-30Update ui tests for leading-underscore suggestionLucas Scharenbroch-2/+2
2024-05-20Move 100 entries from tests/ui into subdirsJubilee Young-0/+73
2024-05-18Rollup merge of #125236 - dtolnay:expandtest, r=nnethercote许杰友 Jieyou Xu (Joe)-24/+0
2024-05-18Add tests for -Zunpretty=expanded ported from stringify's testsDavid Tolnay-24/+0
2024-05-18Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-deadbors-0/+19
2024-05-18Improve error message: missing `;` in macro_rulesr0cky-0/+19
2024-05-18Auto merge of #125004 - pymongo:issue-125002, r=estebankbors-0/+34
2024-05-18Fix println! ICE when parsing percent prefix numberwuaoxiang-0/+34
2024-05-17Auto merge of #123865 - eholk:expr_2021, r=fmeasebors-0/+135
2024-05-16Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,...bors-140/+155
2024-05-15Fix the dedup error because of spans from suggestionyukang-0/+46
2024-05-14Auto merge of #124256 - nnethercote:rm-NtIdent-NtLifetime, r=petrochenkovbors-8/+2
2024-05-13Apply code review suggestionsEric Holk-4/+10
2024-05-13Macros: match const { ... } with expr nonterminal in edition 2024Vincenzo Palazzo-0/+72
2024-05-13expr_2021 should be allowed on edition 2021 and laterEric Holk-1/+1
2024-05-13Add test that expr_2021 only works on 2024 editionEric Holk-0/+38
2024-05-13Add expr_2021 nonterminal and feature flagEric Holk-0/+19