about summary refs log tree commit diff
path: root/src/test/ui/issues
AgeCommit message (Expand)AuthorLines
2022-01-29Create `core::fmt::ArgumentV1` with generics instead of fn pointerGary Guo-5/+5
2022-01-21Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwcoMatthias Krüger-4/+2
2022-01-21Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwcoMatthias Krüger-4/+6
2022-01-21Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obkMatthias Krüger-21/+7
2022-01-21Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrumbors-5/+13
2022-01-18Make suggestions verboseNoah Lev-8/+14
2022-01-18Shorten and improve messagesNoah Lev-20/+10
2022-01-18Implement tuple array diagnosticthreadexception-4/+2
2022-01-18generic_arg_infer: placeholder in signature errlcnr-2/+2
2022-01-17Emit simpler code from format_argsDavid Tolnay-5/+13
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-2/+0
2022-01-12Add line breaks to make message easier to readNoah Lev-2/+6
2022-01-12Split up very long messageNoah Lev-2/+4
2022-01-12Improve suggestions for type errors with string concatenationNoah Lev-2/+2
2022-01-12Bless tests.Camille GILLOT-10/+3
2022-01-12Remove ui tests for LLVM-style inline assemblyTomasz Miąsko-2/+0
2022-01-04Rollup merge of #92507 - chordtoll:suggest-single-quotes, r=petrochenkovMatthias Krüger-0/+5
2022-01-03Suggest changing quotes when str/char type mismatchchordtoll-0/+5
2021-12-31Ensure that early-bound function lifetimes are always 'local'Aaron Hill-21/+7
2021-12-30UI test updates for Result and Option method movesDavid Tolnay-2/+0
2021-12-26Add test cases for issue #26186PFPoitras-0/+62
2021-12-18Rollup merge of #91928 - fee1-dead:constification1, r=oli-obkMatthias Krüger-4/+4
2021-12-18Rollup merge of #89090 - cjgillot:bare-dyn, r=jackh726Matthias Krüger-5/+57
2021-12-17Bless ui testsDeadbeef-4/+4
2021-12-15Auto merge of #91962 - matthiaskrgr:rollup-2g082jw, r=matthiaskrgrbors-19/+3
2021-12-15Rollup merge of #91898 - compiler-errors:dont_suggest_closure_return_type, r=...Matthias Krüger-19/+3
2021-12-15Rollup merge of #90521 - jhpratt:stabilize-destructuring_assignment, r=jackh7...Matthias Krüger-16/+10
2021-12-14Stabilize `destructuring_assignment`Jacob Pratt-16/+10
2021-12-15Auto merge of #91945 - matthiaskrgr:rollup-jszf9zp, r=matthiaskrgrbors-3/+3
2021-12-14Rollup merge of #91239 - cameron1024:issue-87490-regression, r=jackh726Matthias Krüger-0/+24
2021-12-14Make TyS::is_suggestable more structualMichael Goulet-19/+3
2021-12-13Fix rebase and clippy testsEsteban Kuber-14/+0
2021-12-13Remove yet more output from `for`-loop and `?` errorsEsteban Kuber-0/+14
2021-12-13Reduce verbosity when calling `for`-loop on non-`Iterator` expressionEsteban Kuber-3/+3
2021-12-12Auto merge of #91549 - fee1-dead:const_env, r=spastorinobors-0/+40
2021-12-12Auto merge of #90207 - BoxyUwU:stabilise_cg_defaults, r=lcnrbors-1/+1
2021-12-12add regression test for #91489SNCPlay42-0/+40
2021-12-11Auto merge of #91769 - estebank:type-trait-bound-span-2, r=oli-obkbors-16/+31
2021-12-11Rollup merge of #89734 - estebank:issue-72312, r=nikomatsakisMatthias Krüger-2/+2
2021-12-11Rollup merge of #91373 - djkoloski:fuchsia_test_suite, r=Mark-SimulacrumMatthias Krüger-0/+8
2021-12-11Tweak assoc type obligation spansEsteban Kuber-16/+31
2021-12-10Rollup merge of #91470 - wesleywiser:code_coverage_link_error, r=tmandryMatthias Krüger-0/+27
2021-12-10bless testsEllen-1/+1
2021-12-10fix tests after rebaseEsteban Kuber-1/+1
2021-12-10Tweak wordingEsteban Kuber-1/+1
2021-12-10Clean up visual output logicEsteban Kuber-1/+1
2021-12-09Add needs-unwind to tests that depend on panickingDavid Koloski-0/+8
2021-12-07Rollup merge of #91503 - estebank:call-fn-span, r=michaelwoeristerMatthias Krüger-5/+16
2021-12-04Use multipart suggestions.Camille GILLOT-4/+21
2021-12-04Lint bare traits in AstConv.Camille GILLOT-4/+39