about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2025-03-20Fix diagnostic struct typo, make sure is_array_like_block checks that it's a ...Michael Goulet-2/+38
2025-03-13Provide helpful diagnostics for shebang lookalikesPyrode-0/+19
2025-03-08Rollup merge of #137757 - estebank:trim-spans, r=davidtwcoJacob Pratt-4/+4
2025-03-07fix rebaseEsteban Küber-2/+2
2025-03-07Refactor `emitter` to better account for unicode chars when trimmingEsteban Küber-3/+3
2025-03-07On long spans, trim the middle of them to make them fit in the terminal widthEsteban Küber-2/+2
2025-03-06Use closure parse codeSantiago Pastorino-8/+8
2025-03-03Rollup merge of #134900 - dtolnay:unoprange, r=compiler-errors,davidtwcoMatthias Krüger-1/+27
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-4/+4
2025-02-28Remove `NtMeta`.Nicholas Nethercote-6/+6
2025-02-28Remove `NtPat`.Nicholas Nethercote-6/+6
2025-02-25Make E0614 a structured errorEsteban Küber-1/+1
2025-02-23Rollup merge of #137435 - estebank:match-arm-2, r=compiler-errorsJacob Pratt-9/+54
2025-02-22Fix "missing match arm body" suggestion involving `!`Esteban Küber-9/+54
2025-02-22Rollup merge of #137356 - nik-rev:FERRIS, r=compiler-errorsMatthias Krüger-0/+22
2025-02-22Auto merge of #133436 - nnethercote:rm-NtVis-NtTy, r=petrochenkovbors-4/+13
2025-02-21fix: naming convention "ferris" suggestion for idents named 🦀Nikita Revenco-0/+22
2025-02-21Remove `NtTy`.Nicholas Nethercote-4/+13
2025-02-21More sophisticated span trimmingMichael Goulet-9/+6
2025-02-20Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errorsMatthias Krüger-0/+29
2025-02-19Tweak "expected ident" parse error to avoid talking about doc commentsEsteban Küber-0/+29
2025-02-16Fix const items not being allowed to be called `r#move` or `r#static`Noratrieb-0/+158
2025-02-15Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errorsMatthias Krüger-0/+18
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-19/+19
2025-02-14Consider add-prefix replacements tooMichael Goulet-30/+20