about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
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
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-45/+30
2025-02-11compiler: replace ExternAbi::name calls with formattersJubilee Young-3/+3
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-583/+877
2025-02-03Enable more tests on WindowsBen Kimock-4/+2
2025-02-03Do not allow attributes on struct field rest patternsJack Rickard-0/+18
2025-01-27Trim extra whitespace in fn ptr suggestion spanTyrone Wu-46/+46
2025-01-25Auto merge of #133154 - estebank:issue-133137, r=wesleywiserbors-12/+22
2025-01-24Reword "crate not found" resolve messageEsteban Küber-12/+22
2025-01-23Bless and add testsBoxy-14/+11
2025-01-22Rollup merge of #135557 - estebank:wtf8, r=fee1-deadMatthias Krüger-4/+4
2025-01-22Auto merge of #134478 - compiler-errors:attr-span, r=oli-obkbors-2/+2
2025-01-22Point at invalid utf-8 span on user's source codeEsteban Küber-4/+4
2025-01-07Update tests.Mara Bos-68/+95
2025-01-04Auto merge of #135031 - RalfJung:intrinsics-without-body, r=oli-obkbors-5/+17
2025-01-04rustc_intrinsic: support functions without body; they are implicitly marked a...Ralf Jung-5/+17
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-10/+1
2024-12-31Account for format_args in HiddenUnicodeCodepoints lintMichael Goulet-4/+23
2024-12-31Account for C string literals in HiddenUnicodeCodepoints lintMichael Goulet-18/+57
2024-12-29Add more ranges parsing testsDavid Tolnay-1/+27
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-3/+3
2024-12-21Properly record metavar spans for other expansions other than TTMichael Goulet-2/+2
2024-12-21Do not suggest `foo.Bar`Esteban Küber-10/+0
2024-12-21Detect missing `.` in method chain in let bindings and statementsEsteban Küber-0/+112
2024-12-17Move `tests/ui/associated-path-shl.rs` to `tests/ui/parser/`许杰友 Jieyou Xu (Joe)-0/+42
2024-12-14Auto merge of #134296 - matthiaskrgr:rollup-o0sxozj, r=matthiaskrgrbors-77/+31