summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2025-04-17tests: use `//@ ignore-auxiliary` with backlinked primary test fileJieyou Xu-4/+3
2025-04-17Auto merge of #139949 - matthiaskrgr:rollup-pxc5tsx, r=matthiaskrgrbors-173/+173
2025-04-17Auto merge of #139940 - matthiaskrgr:rollup-rd4d3fn, r=matthiaskrgrbors-61/+189
2025-04-17Rollup merge of #138632 - clubby789:stabilize-cfg-boolean-lit, r=davidtwco,Ur...Matthias Krüger-173/+173
2025-04-17Rollup merge of #139854 - fmease:modern-diag-for-lt-in-ty, r=davidtwcoMatthias Krüger-58/+186
2025-04-17Rollup merge of #135340 - obeis:explicit-extern-abis, r=traviscross,nadrierilMatthias Krüger-3/+3
2025-04-16Add test for `extern` without explicit ABIObei Sideg-3/+3
2025-04-16Remove old diagnostic notes for type ascription syntaxZalathar-21/+0
2025-04-15Improve diagnostic for E0178 (bad `+` in type)León Orell Valerian Liehr-27/+23
2025-04-15Improve parse errors for lifetimes in type positionLeón Orell Valerian Liehr-33/+165
2025-04-14Rollup merge of #139392 - compiler-errors:raw-expr, r=oli-obkMatthias Krüger-0/+140
2025-04-13UI tests: migrate remaining compile time `error-pattern`s to line annotationsVadim Petrochenkov-0/+0