about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-6/+8
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-1/+1
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-1/+1
2025-04-10compiletest: Make `SUGGESTION` annotations viralVadim Petrochenkov-6/+8
2025-04-10Rollup merge of #139568 - nnethercote:empty-trait-name, r=compiler-errorsMatthias Krüger-40/+24
2025-04-10replace `//@ compile-flags: --edition` with `//@ edition`Pietro Albini-1/+1
2025-04-09Avoid an empty trait name in impl blocks.Nicholas Nethercote-40/+24
2025-04-09Auto merge of #139555 - petrochenkov:errkind-ann, r=jieyouxubors-32/+32
2025-04-08UI tests: add missing diagnostic kinds where possibleVadim Petrochenkov-32/+32
2025-04-07compiletest: Avoid ignoring empty diagnostics in one more placeVadim Petrochenkov-0/+2
2025-04-04Detect and provide suggestion for `&raw EXPR`Michael Goulet-0/+140
2025-04-03Use `cfg(false)` in UI testsclubby789-173/+173
2025-04-03compiletest: Require `//~` annotations even if `error-pattern` is specifiedVadim Petrochenkov-75/+66
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-10/+14
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-180/+0
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-4/+46
2025-03-29compiletest: Support matching diagnostics on lines belowVadim Petrochenkov-47/+40
2025-03-27Rollup merge of #138844 - petrochenkov:cfgtrace2, r=nnethercoteJacob Pratt-24/+2
2025-03-26expand: Leave traces when expanding `cfg` attributesVadim Petrochenkov-24/+2
2025-03-26Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e...Stuart Cook-477/+388
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+5
2025-03-25Incorporate issue-111692.rs into the larger test file and add more test casesLeón Orell Valerian Liehr-83/+66
2025-03-25Combine several test files into oneLeón Orell Valerian Liehr-372/+263
2025-03-25Brace-ident-colon can certainly no longer start a blockLeón Orell Valerian Liehr-49/+86
2025-03-21cleaned and organized 3 tests in `./tests/ui/issues`Spencer-0/+28
2025-03-21remove `feature(inline_const_pat)`lcnr-180/+0
2025-03-20Make dedicated recovery for missing braces on closure with returnMichael Goulet-6/+12