about summary refs log tree commit diff
path: root/tests/ui/parser
AgeCommit message (Expand)AuthorLines
2024-09-22Auto merge of #130246 - dianne:issue-97589-fix, r=petrochenkovbors-0/+20
2024-09-21Parser: recover from `:::` to `::` in delegationsPavel Grigorenko-0/+126
2024-09-21Parser: recover from `:::` to `::`Pavel Grigorenko-0/+192
2024-09-18Add suggestions for expressions in patternsLieselotte-55/+781
2024-09-18Recover more expressions in patternsLieselotte-213/+543
2024-09-18Rollup merge of #130116 - veera-sivarajan:freeze-suggestions, r=chenyukangMatthias Krüger-16/+0
2024-09-14stabilize `const_extern_fn`Folkert de Vries-19/+17
2024-09-12Implement a Method to Seal `DiagInner`'s SuggestionsVeera-16/+0
2024-09-11add regression test for #97589dianne-0/+20
2024-09-11Rollup merge of #129520 - tunawasabi:suggest-adding-struct-pattern-syntax, r=...Matthias Krüger-0/+5
2024-09-06Add Suggestions for Misspelled KeywordsVeera-13/+169
2024-09-02Update TestsVeera-0/+409
2024-08-28Suggest the struct variant pattern syntax on usage of unit variant pattern fo...tunawasabi-0/+5
2024-08-24Rollup merge of #128524 - chenyukang:yukang-fix-127930-invalid-outer-style-su...Trevor Gross-36/+28
2024-08-09tests: add regression test for #128845许杰友 Jieyou Xu (Joe)-0/+42
2024-08-03Rollup merge of #127921 - spastorino:stabilize-unsafe-extern-blocks, r=compil...Matthias Krüger-34/+4
2024-08-04don't suggest turning crate-level attributes into outer styleyukang-36/+28
2024-08-03Revert "Rollup merge of #125572 - mu001999-contrib:dead/enhance, r=pnkfelix"Michael Goulet-9/+7
2024-08-03Revert "Rollup merge of #127107 - mu001999-contrib:dead/enhance-2, r=pnkfelix"Michael Goulet-3/+1
2024-08-01Fix removed `box_syntax` diagnostic if source isn't availableclubby789-5/+5
2024-07-30Auto merge of #127955 - chenyukang:yukang-fix-mismatched-delimiter-issue-1278...bors-7/+37
2024-07-26Rollup merge of #128229 - tdittr:unsafe-extern-abi-error, r=compiler-errorsTrevor Gross-8/+41
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-25Support ?Trait bounds in supertraits and dyn Trait under a feature gateBryanskiy-4/+14
2024-07-25add limit for unclosed delimiters in lexer diagnosticyukang-29/+7
2024-07-25add testcase for 127868yukang-0/+52
2024-07-25Rollup merge of #127528 - estebank:ascii-control-chars, r=oli-obkMatthias Krüger-89/+100
2024-07-25Rollup merge of #127054 - compiler-errors:bound-ordering, r=fmeaseMatthias Krüger-6/+61
2024-07-24Mark `missing_fragment_specifier` as `FutureReleaseErrorReportInDeps`Trevor Gross-0/+11
2024-07-23Stabilize unsafe extern blocks (RFC 3484)Santiago Pastorino-34/+4
2024-07-19Auto merge of #127957 - matthiaskrgr:rollup-1u5ivck, r=matthiaskrgrbors-0/+92
2024-07-19Rollup merge of #127350 - veera-sivarajan:bugfix-126311, r=lcnrMatthias Krüger-0/+92
2024-07-19Rollup merge of #127891 - estebank:enum-type-sugg, r=estebankTrevor Gross-0/+5
2024-07-18Make unicode text flow control chars visible as �Esteban Küber-49/+49
2024-07-18Be more accurate about calculating `display_col` from a `BytePos`Esteban Küber-78/+78
2024-07-18Replace ASCII control chars with Unicode Control PicturesEsteban Küber-8/+19
2024-07-18More accurate suggestions when writing wrong style of enum variant literalEsteban Küber-0/+5
2024-07-18Fix ICE in suggestion caused by `⩵` being recovered as `==`Esteban Küber-6/+31
2024-07-16Deny keyword lifetimes pre-expansionMichael Goulet-4/+47
2024-07-15Rollup merge of #127407 - estebank:parser-suggestions, r=oli-obkMatthias Krüger-322/+1434
2024-07-12Make `;` suggestions inlineEsteban Küber-137/+24
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-344/+1568
2024-07-12Auto merge of #127382 - estebank:const-let, r=compiler-errorsbors-1/+6
2024-07-11Use verbose style when suggesting changing `const` with `let`Esteban Küber-1/+6
2024-07-11check is_ident before parse_identtrevyn-0/+10
2024-07-11And additionally enforce ? and async/const aren't mixedMichael Goulet-6/+53
2024-07-10Enforce that ? and for<...> are not combinedMichael Goulet-2/+10