about summary refs log tree commit diff
path: root/tests/ui
AgeCommit message (Expand)AuthorLines
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-6/+286
2024-04-11Account for move error in the spread operator on struct literalsEsteban Küber-28/+236
2024-04-11Better account for `FnOnce` in move errorsEsteban Küber-14/+10
2024-04-11Account for assign binops in clone suggestionsEsteban Küber-2/+2
2024-04-11Update test to show incorrecct `+=` clone suggestionEsteban Küber-2/+9
2024-04-11When possible, suggest cloning the result of a call instead of an argumentEsteban Küber-6/+65
2024-04-11Do not recomment cloning explicit `&mut` expressionsEsteban Küber-24/+0
2024-04-11Fix accuracy of `T: Clone` check in suggestionEsteban Küber-72/+50
2024-04-11Silence redundant clone suggestionEsteban Küber-5/+20
2024-04-11More move error suggestions to cloneEsteban Küber-5/+93
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-29/+286
2024-04-11Account for unops when suggesting cloningEsteban Küber-74/+110
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-2/+190
2024-04-11Minor test fmtEsteban Küber-3/+5
2024-04-11Account for `.clone()` when suggesting `<T as Clone>::clone`Esteban Küber-6/+6
2024-04-10Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errorsbors-115/+106
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-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-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-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
2024-04-09Rollup merge of #123653 - Urgau:split-test-non_local_defs, r=compiler-errorsGuillaume Gomez-1196/+1375
2024-04-09Rollup merge of #123652 - cuviper:ui-vendor, r=jieyouxuMatthias Krüger-1/+1
2024-04-09Rollup merge of #123649 - maurer:kcfi-v0, r=compiler-errorsMatthias Krüger-0/+30
2024-04-09Rollup merge of #123648 - oli-obk:pattern_types_syntax, r=compiler-errorsMatthias Krüger-0/+38
2024-04-09Rollup merge of #122768 - oli-obk:why_is_E0699_so_bad, r=WaffleLapkinMatthias Krüger-18/+48
2024-04-08Don't rely on upvars being assigned just because coroutine-closure kind is as...Michael Goulet-0/+27
2024-04-08Actually, stop making any assumption about the projections applied to the upvarMichael Goulet-0/+17
2024-04-09Use new-style directives in ui testChris Denton-3/+3
2024-04-09Disallow or quote all specials in bat argsChris Denton-0/+93
2024-04-08Auto merge of #122077 - oli-obk:eager_opaque_checks4, r=lcnrbors-109/+161
2024-04-09Split `non_local_definitions` lint tests in separate test filesUrgau-1196/+1375