about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-04-12Rollup merge of #123829 - saethlin:fix-revisions, r=jieyouxuMatthias Krüger-1/+1
2024-04-11Fix revisions syntaxBen Kimock-1/+1
2024-04-11Rollup merge of #123804 - compiler-errors:podcrab-fix, r=jieyouxuMatthias Krüger-0/+63
2024-04-11Rollup merge of #123744 - compiler-errors:redundant-due-to-glob, r=petrochenkovMatthias Krüger-274/+40
2024-04-11Rollup merge of #123523 - estebank:issue-123414, r=BoxyUwUMatthias Krüger-8/+104
2024-04-11Silence unused_imports lint for redundant importsMichael Goulet-274/+40
2024-04-11Stop using HirId for fn-like parentsMichael Goulet-0/+63
2024-04-11Rollup merge of #123660 - compiler-errors:coroutine-closure-env, r=oli-obkMatthias Krüger-11/+287
2024-04-11Rollup merge of #123704 - estebank:diag-changes, r=compiler-errorsMatthias Krüger-155/+255
2024-04-11Auto merge of #123007 - kadiwa4:suggest_convert_ptr_to_mut_ref, r=estebankbors-20/+87
2024-04-11Auto merge of #122213 - estebank:issue-50195, r=oli-obk,estebankbors-0/+48
2024-04-10Handle more cases of "values to suggest" given a typeEsteban Küber-10/+10
2024-04-11Rollup merge of #123761 - compiler-errors:suggest-more-impl-trait, r=estebankLeón Orell Valerian Liehr-9/+9
2024-04-11Rollup merge of #123703 - estebank:diag-changes-2, r=NadrierilLeón Orell Valerian Liehr-28/+28
2024-04-11Rollup merge of #123314 - surechen:fix_120642, r=NadrierilLeón Orell Valerian Liehr-0/+79
2024-04-11Rollup merge of #122954 - fmease:defined-by-extern-prelude, r=petrochenkovLeón Orell Valerian Liehr-12/+107
2024-04-11Rollup merge of #122470 - tgross35:f16-f128-step4-libs-min, r=AmanieuLeón Orell Valerian Liehr-18/+18
2024-04-10Use suggest_impl_trait in return type suggestionMichael Goulet-9/+9
2024-04-10Handle more cases of value suggestionsEsteban Küber-105/+184
2024-04-10Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errorsbors-115/+106
2024-04-10Add basic library support for `f16` and `f128`Trevor Gross-18/+18
2024-04-10Make the computation of coroutine_captures_by_ref_ty more sophisticatedMichael Goulet-11/+287
2024-04-10rework ptr-to-ref conversion suggestion for method callsKalle Wachsmuth-6/+73
2024-04-10move testKalle Wachsmuth-0/+0
2024-04-10Rollup merge of #123702 - Urgau:prep-work-for-compiletest-check-cfg-2, r=jiey...Guillaume Gomez-35/+33
2024-04-10Rollup merge of #123701 - compiler-errors:only-assert-after-checking, r=Waffl...Guillaume Gomez-0/+16
2024-04-10Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obkGuillaume Gomez-0/+13
2024-04-10Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnrGuillaume Gomez-68/+157
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-0/+16
2024-04-10skip `unused_parens`'s suggestion for `Paren` in macro.surechen-0/+79
2024-04-10Auto merge of #123708 - matthiaskrgr:rollup-uf9w1e9, r=matthiaskrgrbors-11/+42
2024-04-10Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxuMatthias Krüger-0/+36
2024-04-10Rollup merge of #123568 - Oneirical:delete-tests, r=wesleywiserMatthias Krüger-11/+0
2024-04-10Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebankMatthias Krüger-0/+6
2024-04-10Use `fn` ptr signature instead of `{closure@..}` in infer errorEsteban Küber-28/+28
2024-04-10Auto merge of #122918 - jieyouxu:port-backtrace-line-tables-only, r=workingju...bors-0/+71
2024-04-09remove does-nothing.rsOneirical-11/+0
2024-04-09Tweak value suggestions in `borrowck` and `hir_analysis`Esteban Küber-81/+102
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-35/+33
2024-04-09Auto merge of #123683 - pietroalbini:pa-cve-2024-24576-nightly, r=pietroalbinibors-0/+93
2024-04-09Handle const generic pattern typesSantiago Pastorino-16/+2
2024-04-09Add const generics failing test for pattern typesSantiago Pastorino-0/+27
2024-04-09Don't use bytepos offsets when computing semicolon span for removalMichael Goulet-0/+36
2024-04-09Split back out unused_lifetimes -> redundant_lifetimesMichael Goulet-22/+26
2024-04-09Lint redundant lifetimes in impl headerMichael Goulet-1/+12
2024-04-09Move check to wfcheckMichael Goulet-14/+75
2024-04-09Actually, just reuse the UNUSED_LIFETIMES lintMichael Goulet-86/+99
2024-04-09tests: bless ui and rustdoc-ui tests for ICE messages许杰友 Jieyou Xu (Joe)-0/+6
2024-04-09Rollup merge of #123662 - compiler-errors:no-upvars-yet, r=oli-obkGuillaume Gomez-0/+27
2024-04-09Rollup merge of #123658 - compiler-errors:stop-assuming, r=oli-obkGuillaume Gomez-0/+17