summary refs log tree commit diff
path: root/tests/ui/macros
AgeCommit message (Expand)AuthorLines
2025-01-01Try to write the panic message with a single `write_all` callJohn Kåre Alsaker-0/+1
2024-12-27Rollup merge of #134759 - Zalathar:normalize, r=jieyouxu许杰友 Jieyou Xu (Joe)-1/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-1/+1
2024-12-26Rollup merge of #131522 - c410-f3r:unlock-rfc-2011, r=chenyukangJacob Pratt-2/+42
2024-12-21Use E0665 for missing `#[default]` errorEsteban Küber-29/+61
2024-12-15Add hir::AttributeJonathan Dönszelmann-3/+1
2024-12-13Stabilize async closuresMichael Goulet-1/+0
2024-12-01Fix #128346Caio-2/+42
2024-11-28Update more 2024 tests to remove -Zunstable-optionsEric Huss-16/+15
2024-11-27Update tests to use new proc-macro headerEric Huss-22/+6
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-8/+0
2024-11-23Rollup merge of #132949 - clubby789:macro-rules-attr-derive, r=fmease许杰友 Jieyou Xu (Joe)-2/+53
2024-11-22Stabilize the 2024 editionEric Huss-6/+6
2024-11-22Diagnostic for using macro_rules macro as attr/deriveclubby789-28/+18
2024-11-12Add test for using macro_rules macro as attribute/deriveclubby789-0/+61
2024-11-03use backticks instead of single quotes when reporting "use of unstable librar...dianne-7/+7
2024-10-30Annotate `input` reference testsEric Huss-1/+3
2024-10-28Tweak more warnings.Nicholas Nethercote-69/+69
2024-10-28Tweak `expand_incomplete_parse` warning.Nicholas Nethercote-17/+17
2024-10-23"innermost", "outermost", "leftmost", and "rightmost" don't need hyphensJosh Triplett-21/+21
2024-10-14Remove `'apostrophes'` from `rustc_parse_format`Lieselotte-2/+2
2024-10-14Rollup merge of #131430 - surechen:fix_130495, r=jieyouxuMatthias Krüger-0/+72
2024-10-14Special treatment empty tuple when suggest adding a string literal in format ...surechen-0/+72
2024-10-04Rollup merge of #131034 - Urgau:cfg-true-false, r=nnethercoteGuillaume Gomez-3/+3
2024-10-04Improve non-boolean literal error in cfg predicateUrgau-2/+2
2024-10-01Use `ast::NestedMetaItem` when evaluating cfg predicateUrgau-3/+3
2024-10-01Stabilize expr_2021 fragment in all editionsEric Holk-56/+35
2024-09-23Rollup merge of #130551 - nnethercote:fix-break-last-token, r=petrochenkovJubilee-0/+16
2024-09-23Fix `break_last_token`.Nicholas Nethercote-0/+16
2024-09-18Add known-bug and update comments to describe correct behavior in light of bugEric Holk-6/+3
2024-09-17Add coverage for pat tooEric Holk-30/+45
2024-09-17test: cross-edition metavar fragment specifiersVincenzo Palazzo-0/+40
2024-08-18stabilize raw_ref_opRalf Jung-1/+0
2024-08-16Fix wrong source location for some incorrect macro definitionsWafarm-6/+6
2024-08-16Overhaul token collection.Nicholas Nethercote-16/+8
2024-08-16Add some attribute `stringify!` tests.Nicholas Nethercote-2/+53
2024-07-31Rollup merge of #126697 - vincenzopalazzo:macros/find_the_expression_tok, r=e...Matthias Krüger-0/+73
2024-07-31tests: add the _ as expr test for cargo fixVincenzo Palazzo-2/+2
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