about summary refs log tree commit diff
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-04-14Rollup merge of #123898 - fmease:gci-cmp-impl-item-lt-params, r=compiler-errorsMatthias Krüger-17/+29
2024-04-14Auto merge of #123819 - joboet:fmt_usize_marker, r=Mark-Simulacrumbors-0/+4
2024-04-13Check regions earlier when comparing impl with trait item defLeón Orell Valerian Liehr-17/+29
2024-04-13Auto merge of #123656 - lqd:linker-features, r=petrochenkovbors-1/+5
2024-04-13Auto merge of #122603 - estebank:clone-o-rama, r=lcnrbors-81/+1255
2024-04-13Rollup merge of #123868 - eduardosm:stabilize-slice_ptr_len, r=jhprattJacob Pratt-1/+0
2024-04-13Rollup merge of #123835 - saethlin:vec-from-nonnull, r=the8472Jacob Pratt-2/+2
2024-04-12Auto merge of #121430 - madsmtm:mac-catalyst-iOSSupport, r=wesleywiserbors-0/+25
2024-04-12Avoid more NonNull-raw-NonNull roundtrips in VecBen Kimock-2/+2
2024-04-12review commentsEsteban Küber-12/+12
2024-04-12Rollup merge of #123847 - eggyal:issue-123844, r=fmeaseMatthias Krüger-48/+21
2024-04-12Rollup merge of #123834 - compiler-errors:async-closure-with-tainted-body, r=...Matthias Krüger-0/+43
2024-04-12Rollup merge of #123654 - jieyouxu:question-mark-span, r=NadrierilMatthias Krüger-44/+76
2024-04-12Stabilize (const_)slice_ptr_len and (const_)slice_ptr_is_empty_nonnullEduardo Sánchez Muñoz-1/+0
2024-04-12Suppress erroneous suggestionAlan Egerton-48/+21
2024-04-12Don't do coroutine-closure-specific upvar analysis if tainted by errorsMichael Goulet-0/+43
2024-04-12Rollup merge of #123841 - Kohei316:remove_qualifier_sugg, r=wesleywiserMatthias Krüger-43/+65
2024-04-12Rollup merge of #123249 - goolmoos:naked_variadics, r=pnkfelixMatthias Krüger-1/+20
2024-04-12Rollup merge of #123223 - estebank:issue-123079, r=pnkfelixMatthias Krüger-2/+73
2024-04-12Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelixMatthias Krüger-30/+71
2024-04-12do not add prolog for variadic naked functionsGuy Shefy-1/+20
2024-04-12Rollup merge of #123830 - tgross35:f16-f128-from-inference-fix, r=NilstriebMatthias Krüger-0/+9
2024-04-12core: get rid of `USIZE_MARKER`joboet-0/+4
2024-04-12test duplicate features, that the last `+/-lld` on the CLI winsRémy Rakic-0/+4
2024-04-12test self-contained linking via `-Zlinker-features=+lld`Rémy Rakic-1/+1
2024-04-12Auto merge of #123736 - compiler-errors:multiply-on-rhs, r=estebankbors-0/+24
2024-04-12Better account for more cases involving closuresEsteban Küber-17/+101
2024-04-12Improve diagnostic by suggesting to remove visibility qualifiermorine0122-43/+65
2024-04-12Rollup merge of #123829 - saethlin:fix-revisions, r=jieyouxuMatthias Krüger-1/+1
2024-04-12Rollup merge of #123763 - cuviper:host-rpath-run-make-v2, r=jieyouxuMatthias Krüger-5/+6
2024-04-11Remove `From` impls for unstable types that break inferenceTrevor Gross-0/+9
2024-04-11Auto merge of #123823 - matthiaskrgr:rollup-8zdtggx, r=matthiaskrgrbors-282/+207
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-11Rollup merge of #123808 - maurer:nuw-nsw-trunc, r=durin42Matthias Krüger-5/+5
2024-04-11Rollup merge of #123459 - GuillaumeGomez:fix-123435, r=notriddleMatthias Krüger-0/+14
2024-04-11codegen tests: Tolerate `nuw` `nsw` on `trunc`Matthew Maurer-5/+5
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