about summary refs log tree commit diff
path: root/tests/ui/parser/issues
AgeCommit message (Expand)AuthorLines
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
2024-06-21Fix remaining casesMichael Goulet-1/+1
2024-06-04Handle safety keyword for extern block inner itemsSantiago Pastorino-24/+24
2024-05-28Allow type_of to return partially non-error types if the type was already tai...Oli Scherer-3/+15
2024-02-20Stabilize `LazyCell` and `LazyLock` (`lazy_cell`)Peter Jaszkowiak-1/+1
2024-05-20Fix parsing of erroneously placed semicolonsardi-4/+33
2024-05-02Stabilize exclusive_rangeRoss Smyth-2/+0
2024-04-25Fix substitution parts having a shifted underline in some casesLieselotte-1/+1
2024-04-22Improve handling of expr->field errorsSasha Pourcelot-4/+13
2024-04-07Remove useless configs in testsUrgau-30/+0