summary refs log tree commit diff
path: root/tests/ui/parser/issues
AgeCommit message (Expand)AuthorLines
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
2024-03-25Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet...Matthias Krüger-6/+7
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-4/+4
2024-03-22Validate that we're only matching on unit struct for path patternMichael Goulet-6/+7
2024-03-18Provide structured suggestion for `#![feature(foo)]`Esteban Küber-1/+4
2024-03-17review comment: `str` -> string in messagesEsteban Küber-2/+2
2024-03-17Use shorter span for existing `'` -> `"` structured suggestionEsteban Küber-2/+2
2024-03-09Improve diagnostics for parenthesized type argumentsDaniel Sedlak-0/+76
2024-03-01Detect more cases of `=` to `:` typoEsteban Küber-7/+7
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-6/+11
2024-02-16[AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives许杰友 Jieyou Xu (Joe)-116/+116
2024-02-08Continue to borrowck even if there were previous errorsOli Scherer-20/+43
2024-02-05Rollup merge of #116284 - RalfJung:no-nan-match, r=cjgillotMatthias Krüger-1/+0
2024-01-31Remove a has_errors check that does not prevent follow up error noiseOli Scherer-1/+18
2024-01-28Handle methodcalls & operators in patternsLieselotte-8/+8
2024-01-26remove illegal_floating_point_literal_pattern lintRalf Jung-1/+0
2024-01-13Bless testsGeorge-lewis-0/+1