about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
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