about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-04-11Mention when the type of the moved value doesn't implement `Clone`Esteban Küber-8/+299
2024-04-11Account for move error in the spread operator on struct literalsEsteban Küber-39/+343
2024-04-11Better account for `FnOnce` in move errorsEsteban Küber-21/+88
2024-04-11Account for assign binops in clone suggestionsEsteban Küber-4/+34
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-19/+157
2024-04-11Do not recomment cloning explicit `&mut` expressionsEsteban Küber-24/+5
2024-04-11Fix accuracy of `T: Clone` check in suggestionEsteban Küber-72/+51
2024-04-11Remove unnecessary argument from `suggest_cloning`Esteban Küber-21/+9
2024-04-11Silence redundant clone suggestionEsteban Küber-5/+25
2024-04-11More move error suggestions to cloneEsteban Küber-5/+97
2024-04-11Suggest `.clone()` in some move errorsEsteban Küber-29/+296
2024-04-11Account for unops when suggesting cloningEsteban Küber-93/+134
2024-04-11Suggest `.clone()` when moved while borrowedEsteban Küber-19/+246
2024-04-11Minor test fmtEsteban Küber-3/+5
2024-04-11Account for `.clone()` when suggesting `<T as Clone>::clone`Esteban Küber-8/+39
2024-04-10Auto merge of #121346 - m-ou-se:temp-lifetime-if-else-match, r=compiler-errorsbors-115/+119
2024-04-10Auto merge of #123185 - scottmcm:more-typed-copy, r=compiler-errorsbors-165/+91
2024-04-10Update 122805 test for PR 123185Scott McMurray-10/+29
2024-04-10Auto merge of #123725 - GuillaumeGomez:rollup-gk2bbrg, r=GuillaumeGomezbors-236/+749
2024-04-10Rollup merge of #123706 - notriddle:notriddle/html-cleanup, r=GuillaumeGomezGuillaume Gomez-55/+48
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-1/+24
2024-04-10Rollup merge of #123689 - spastorino:pattern_types_const_generics, r=oli-obkGuillaume Gomez-2/+37
2024-04-10Rollup merge of #123659 - celinval:smir-fix-intrinsic, r=oli-obkGuillaume Gomez-34/+152
2024-04-10Rollup merge of #123534 - ChrisDenton:name, r=workingjubileeGuillaume Gomez-6/+123
2024-04-10Rollup merge of #118391 - compiler-errors:lifetimes-eq, r=lcnrGuillaume Gomez-103/+332
2024-04-10Only assert for child/parent projection compatibility AFTER checking that the...Michael Goulet-1/+24
2024-04-10Auto merge of #122393 - a1phyr:specialize_read_buf_exact, r=joboetbors-18/+74
2024-04-10Only avoid anon consts during instantiationOli Scherer-3/+6
2024-04-10Auto merge of #122812 - dtolnay:mode, r=workingjubileebors-5/+186
2024-04-09rustdoc: update test casesMichael Howell-4/+4
2024-04-10Auto merge of #123708 - matthiaskrgr:rollup-uf9w1e9, r=matthiaskrgrbors-203/+491
2024-04-09rustdoc: remove unused 16x16 faviconMichael Howell-3/+0
2024-04-09rustdoc: load icons from css instead of inlineMichael Howell-23/+26
2024-04-10Rollup merge of #123668 - oli-obk:by_move_body_golfing, r=compiler-errorsMatthias Krüger-51/+43
2024-04-10Rollup merge of #123633 - bjorn3:unsupported_command_data, r=jhprattMatthias Krüger-31/+119
2024-04-10Rollup merge of #123612 - kxxt:riscv-target-abi, r=jieyouxu,nikic,DianQKMatthias Krüger-21/+177
2024-04-10Rollup merge of #123609 - compiler-errors:greek-question-mark, r=jieyouxuMatthias Krüger-27/+60
2024-04-10Rollup merge of #123568 - Oneirical:delete-tests, r=wesleywiserMatthias Krüger-12/+1
2024-04-10Rollup merge of #122200 - jieyouxu:unconditional-nightly-update-hint, r=estebankMatthias Krüger-45/+21
2024-04-10Rollup merge of #121884 - 5225225:rmake-exit-code, r=jieyouxuMatthias Krüger-16/+70
2024-04-09Show mode_t as octal in std::fs Debug implsDavid Tolnay-5/+186
2024-04-10Auto merge of #122918 - jieyouxu:port-backtrace-line-tables-only, r=workingju...bors-0/+71
2024-04-09remove does-nothing.rsOneirical-12/+1
2024-04-09rustdoc: reduce size of `<head>` with preload loopMichael Howell-9/+6
2024-04-09Further cleanup cfgs in the UI test suiteUrgau-35/+33
2024-04-09Add comment on UTF-16 surrogatesChris Denton-0/+2
2024-04-09Windows: set main thread name without reencodingChris Denton-4/+8
2024-04-09Add const UTF-8 to UTF-16 conversion macrosChris Denton-2/+113