about summary refs log tree commit diff
path: root/tests/ui/parser/macro
AgeCommit message (Expand)AuthorLines
2025-10-01mbe: Add parsing tests for `unsafe` macro rulesJosh Triplett-9/+45
2025-09-26Ignore more failing ui tests for GCC backendGuillaume Gomez-5/+6
2025-08-14mbe: Parse macro `derive` rulesJosh Triplett-6/+139
2025-08-08mbe: Add parser test for macro attribute recoveryJosh Triplett-0/+50
2025-08-08mbe: Parse macro attribute rulesJosh Triplett-0/+112
2025-07-05Rename tests named with `mbe` to use `macro` insteadJosh Triplett-1/+1
2025-07-05Move macro tests in `parser` into `macro` directoryJosh Triplett-0/+499
2025-07-03mbe: Gracefully handle macro rules that end after `=>`Josh Triplett-0/+78
2025-06-24mbe: Clean up code with non-optional `NonterminalKind`Trevor Gross-9/+17
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-17/+8
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-0/+125
2025-04-15Improve parse errors for lifetimes in type positionLeón Orell Valerian Liehr-26/+57
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-1/+1
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-2/+2
2025-02-23Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errorsJacob Pratt-1/+6
2025-02-22Fix "missing match arm body" suggestion involving `!`Esteban Küber-1/+6
2025-02-21Remove `NtTy`.Nicholas Nethercote-4/+13
2024-10-28Tweak more warnings.Nicholas Nethercote-4/+4
2024-10-28Tweak `expand_incomplete_parse` warning.Nicholas Nethercote-8/+8
2024-07-24Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`Trevor Gross-0/+11
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-1/+6
2024-06-03Spruce up the diagnostics of some early lintsLeón Orell Valerian Liehr-2/+2
2024-06-01Reject CVarArgs in parse_ty_for_where_clauseLeón Orell Valerian Liehr-0/+11
2024-05-11Add parser tests for statement boundary insertionDavid Tolnay-0/+104
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-3/+3
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-0/+16
2023-12-03Disallow an arm without a body (except for never patterns)Nadrieril-1/+8
2023-12-03Detect attempts to expand a macro to a match arm againNadrieril-0/+2
2023-12-03Parse a pattern with no armNadrieril-7/+10
2023-11-24Show number in error message even for one errorNilstrieb-6/+6
2023-10-05Add a note to duplicate diagnosticsAlex Macleod-0/+2
2023-08-21discard dummy field for macro invocation when parse structbohan-38/+44
2023-08-02Add test for enum with fieldsCatherine Flores-31/+53
2023-07-24Recover from some macrosCatherine Flores-86/+88
2023-07-24Specify macro is invalid in certain contextsCatherine-0/+148
2023-01-11Move /src/test to /testsAlbert Larsan-0/+393