summary refs log tree commit diff
path: root/tests/ui/parser/issues
AgeCommit message (Expand)AuthorLines
2025-03-26Rollup merge of #138898 - fmease:decrustify-parser-post-ty-ascr, r=compiler-e...Stuart Cook-78/+0
2025-03-25compiletest: Support matching on diagnostics without a spanVadim Petrochenkov-0/+3
2025-03-25Incorporate issue-111692.rs into the larger test file and add more test casesLeón Orell Valerian Liehr-80/+0
2025-03-25Brace-ident-colon can certainly no longer start a blockLeón Orell Valerian Liehr-19/+21
2025-03-01Implment `#[cfg]` and `#[cfg_attr]` in `where` clausesFrank King-1/+1
2025-02-28Remove `NtPat`.Nicholas Nethercote-3/+3
2025-02-14Trim suggestion parts to the subset that is purely additiveMichael Goulet-8/+8
2025-02-14Consider add-prefix replacements tooMichael Goulet-15/+10
2025-02-14Use underline suggestions for purely 'additive' replacementsMichael Goulet-18/+12
2025-02-10Show diff suggestion format on verbose replacementEsteban Küber-151/+227
2025-01-23Bless and add testsBoxy-14/+11
2025-01-22Rollup merge of #135557 - estebank:wtf8, r=fee1-deadMatthias Krüger-2/+2
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-2/+2
2025-01-07Update tests.Mara Bos-1/+2
2025-01-02Remove diagnostic_only_typeck and fix placeholder suggestion for const/staticMichael Goulet-10/+1
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-2/+2
2024-12-21Properly record metavar spans for other expansions other than TTMichael Goulet-2/+2
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-3/+3
2024-11-29Rollup merge of #133590 - nnethercote:rename-parse-only, r=estebankMatthias Krüger-1/+1
2024-11-29Rename `-Zparse-only`.Nicholas Nethercote-1/+1
2024-11-27Update tests to use new proc-macro headerEric Huss-6/+1
2024-11-26tests: remove `//@ pretty-expanded` usages许杰友 Jieyou Xu (Joe)-2/+0
2024-11-24parse guard patternsNadrieril-3/+3
2024-11-23Update tests for new TRPL chapter orderChris Krycho-2/+2
2024-10-26Deny calls to non-`#[const_trait]` methods in MIR constckDeadbeef-4/+0
2024-10-12Rollup merge of #130870 - surechen:fix_130791, r=compiler-errorsTrevor Gross-0/+28
2024-10-06On function and method calls in patterns, link to the bookEsteban Küber-2/+5
2024-09-27Add suggestion for removing invalid path separator `::` in function definition.surechen-0/+28
2024-09-22Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkovbors-0/+20
2024-09-18Add suggestions for expressions in patternsLieselotte-0/+15
2024-09-12Implement a Method to Seal `DiagInner`'s SuggestionsVeera-8/+0
2024-09-11add regression test for #97589dianne-0/+20
2024-09-06Add Suggestions for Misspelled KeywordsVeera-8/+25
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-6/+28
2024-08-04don't suggest turning crate-level attributes into outer styleyukang-6/+28
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-3/+1
2024-07-26Improve error message for `extern "C" unsafe fn()`Tamme Dittrich-11/+24
2024-07-26Add a test case for `extern "C" unsafe` to the ui testsTamme Dittrich-0/+20
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-18/+18
2024-07-19Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnrMatthias Krüger-0/+92
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-36/+36
2024-07-18Replace ASCII control chars with Unicode Control PicturesEsteban Küber-0/+0
2024-07-18Fix ICE in suggestion caused by `⩵` being recovered as `==`Esteban Küber-6/+4
2024-07-12Make `;` suggestions inlineEsteban Küber-47/+9
2024-07-12More accurate incorrect use of `await` suggestionEsteban Küber-2/+3
2024-07-12Tweak tests to avoid confusing suggestion outputEsteban Küber-4/+4
2024-07-12Make parse error suggestions verbose and fix spansEsteban Küber-80/+376
2024-07-04Update TestsVeera-0/+92
2024-07-04Improve dead code analysismu001999-1/+3