about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2025-06-30cleaned up some testsKivooeo-4/+10
2025-06-29moved & deleted some testsKivooeo-0/+14
2025-06-29moved testsKivooeo-0/+13
2025-06-29Rollup merge of #142214 - Kivooeo:tf9, r=jieyouxuGuillaume Gomez-0/+37
2025-06-29Fix the span of trait bound modifier `[const]`León Orell Valerian Liehr-2/+2
2025-06-28cleaned up some testsKivooeo-0/+37
2025-06-27Rollup merge of #139858 - oli-obk:new-const-traits-syntax, r=fee1-deadMatthias Krüger-16/+16
2025-06-27Port `#[rustc_layout_scalar_valid_range_start/end]` to the new attribute pars...Jonathan Brouwer-1/+12
2025-06-26Rewrite `macro_rules!` parser to not use the MBE engine itselfJosh Triplett-6/+6
2025-06-26Change const trait bound syntax from ~const to [const]Oli Scherer-16/+16
2025-06-24Rollup merge of #142657 - tgross35:nonoptional-fragment-specifiers-cleanup, r...Matthias Krüger-9/+17
2025-06-24mbe: Clean up code with non-optional `NonterminalKind`Trevor Gross-9/+17
2025-06-22Rollup merge of #142798 - camsteffen:recover-semi, r=compiler-errorsGuillaume Gomez-9/+9
2025-06-22Port `#[must_use]` to new attribute parsing infrastructureJonathan Brouwer-19/+3
2025-06-20Rollup merge of #142485 - mu001999-contrib:dead-code/adt-pattern, r=petrochenkovTrevor Gross-1/+3
2025-06-20Recover from semicolon field separatorCameron Steffen-9/+9
2025-06-18Rollup merge of #141610 - BoxyUwU:stabilize_generic_arg_infer, r=lcnr,travisc...Jakub Beránek-4/+10
2025-06-16Rollup merge of #142341 - xizheyin:142311, r=fee1-deadJakub Beránek-0/+77
2025-06-16Dont suggest converting `///` to regular comment when it appears after missin...xizheyin-0/+77
2025-06-14Marks ADT live if it appears in patternMu001999-1/+3
2025-06-13Rollup merge of #142302 - JonathanBrouwer:invalid-const-token, r=jdonszelmannJubilee-117/+187
2025-06-13Rework how the disallowed qualifier lints are generatedJonathan Brouwer-219/+117
2025-06-13Add failing testsJonathan Brouwer-3/+175
2025-06-12Make `missing_fragment_specifier` an unconditional errorTrevor Gross-17/+8
2025-06-11Add expectation for `{` when parsing lone coroutine qualifiersLukas Wirth-7/+7
2025-06-11stabilize gaiBoxy-4/+10
2025-06-04Rollup merge of #141959 - ferrocene:lw/2015-edition-directives2, r=compiler-e...Matthias Krüger-16/+24
2025-06-03Add missing `dyn` keywords to tests that do not test for them Part 2Lukas Wirth-6/+2
2025-06-03Add missing 2015 edition directivesLukas Wirth-16/+24
2025-05-30Rollup merge of #141077 - chenyukang:yukang-fix-140991-comma, r=wesleywiserJubilee-0/+74
2025-05-27Report text_direction_codepoint_in_literal when parsingMatthew Jasper-18/+143
2025-05-16Fix the issue of typo of comma in arm parsingyukang-0/+74
2025-05-14Improve ternary operator recoveryJamie-5/+23
2025-05-09Merge typeck loop with static/const item eval loopOli Scherer-6/+6
2025-05-07Rollup merge of #140671 - xizheyin:issue-140169, r=petrochenkovGuillaume Gomez-52/+45
2025-05-07Use `parse_param_general` when parsing `(T, U)->R` in `parse_path_segment`xizheyin-52/+45
2025-05-04Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxubors-10/+5
2025-05-04Rollup merge of #140286 - xizheyin:issue-139104, r=lcnrStuart Cook-0/+105
2025-05-03compiletest: Do not require annotations on empty labels and suggestionsVadim Petrochenkov-10/+5
2025-05-03Just suggest positional arg and adjust issue0139104 ui testxizheyin-29/+84
2025-04-30compiletest: Make diagnostic kind mandatory on line annotationsVadim Petrochenkov-70/+77
2025-04-25resolved conflictKivooeo-0/+73
2025-04-25Check if format argument is identifier to avoid error err-emitxizheyin-43/+19
2025-04-25Add ui test parser/issues/invalid-parse-format-issue-139104.rsxizheyin-0/+74
2025-04-24Rollup merge of #140228 - fmease:revert-overzealous-colon-recovery, r=jieyouxuMatthias Krüger-0/+22
2025-04-24Revert overzealous parse recovery for single colonsLeón Orell Valerian Liehr-0/+22
2025-04-22Rollup merge of #139921 - Kivooeo:master, r=WaffleLapkinChris Denton-23/+98
2025-04-22improve diagnostic for raw pointer field access using `->`Kivooeo-23/+98
2025-04-18Remove let_chains feature gate from even more testsest31-12/+11
2025-04-17Rollup merge of #139967 - jieyouxu:auxiliary, r=wesleywiserMatthias Krüger-4/+3