about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-01-07Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnayMatthias Krüger-3/+3
2023-01-07Rollup merge of #104543 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-341/+920
2023-01-07Rollup merge of #104081 - joshlf:patch-6, r=dtolnayMatthias Krüger-0/+6
2023-01-07Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errorsMatthias Krüger-326/+810
2023-01-07Don't derive Debug for `OnceWith` & `RepeatWith`Sky-2/+22
2023-01-07Auto merge of #106036 - JohnTitor:issue-86106, r=nikicbors-0/+62
2023-01-07Bump d3-color and d3-graphviz in /editors/codedependabot[bot]-263/+80
2023-01-07Auto merge of #13876 - lnicola:zip-artifacts, r=lnicolabors-1/+86
2023-01-07Auto merge of #13894 - lowr:patch/fallback-before-final-obligation-resolution...bors-15/+139
2023-01-07add tests for div_duration_* functionsJacob Kiesel-0/+26
2023-01-07Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwcobors-512/+379
2023-01-07Change to immutable borrow when cloning element of RepeatNFolyd-1/+1
2023-01-07Clarify examples for `VecDeque::get/get_mut`clubby789-1/+3
2023-01-07Auto merge of #106519 - estebank:tail-unit, r=cjgillotbors-23/+285
2023-01-07don't eagerly normalize SelfCtor typeAli MJ Al-Nasrawy-36/+148
2023-01-07more testsAli MJ Al-Nasrawy-37/+208
2023-01-07rename create_raw_ty -> handle_raw_tyAli MJ Al-Nasrawy-6/+6
2023-01-07remove unnecessary normalize callAli MJ Al-Nasrawy-3/+1
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-186/+350
2023-01-07fix method substsAli MJ Al-Nasrawy-46/+53
2023-01-07fix struct pathAli MJ Al-Nasrawy-48/+137
2023-01-07introduce AstConv::probe_adtAli MJ Al-Nasrawy-19/+38
2023-01-07don't normalize in astconvAli MJ Al-Nasrawy-257/+376
2023-01-07Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillotbors-10/+70
2023-01-07Apply `merge-functions=disabled`Yuki Okushi-2/+9
2023-01-07Apply review suggestionsYuki Okushi-9/+8
2023-01-07Add regression test for #86106Yuki Okushi-0/+56
2023-01-07Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errorsbors-80/+84
2023-01-06Rollup merge of #106554 - LingMan:explanation_typo, r=compiler-errorsMichael Goulet-1/+1
2023-01-06Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu...Michael Goulet-11/+7
2023-01-06Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener...Michael Goulet-62/+70
2023-01-06Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726Michael Goulet-6/+6
2023-01-07minor fixes for `error_codes.rs` tidy checkEzra Shaw-12/+15
2023-01-06rustdoc: remove no-op mobile CSS `.content { margin-left: 0 }`Michael Howell-4/+0
2023-01-07Fix a typo in the explanation of E0588LingMan-1/+1
2023-01-07docs: make `HashSet::retain` doctest more clearEzra Shaw-1/+1
2023-01-07Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddlebors-1/+29
2023-01-07use type_implements_trait to check Param cloneyukang-22/+9
2023-01-07Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgrbors-1042/+1149
2023-01-06Use fmt named parameters in rustc_borrowckwcampbell-92/+63
2023-01-06jsondoclint: Check local items in `paths` are also in `index`.Nixon Enraght-Moony-4/+125
2023-01-06Bump tokio from 1.23.0 to 1.23.1 in /test_dependenciesdependabot[bot]-3/+3
2023-01-06Auto merge of #106415 - Nilstrieb:where-is-my-master-branch, r=jyn514bors-75/+192
2023-01-06fix rebaseEsteban Küber-6/+4
2023-01-06Turn `IllegalSizedBound` into struct variantEsteban Küber-4/+9
2023-01-06Change wording to avoid being misleadingEsteban Küber-27/+21
2023-01-06Structured suggestion for `&mut dyn Iterator` when possibleEsteban Küber-9/+73
2023-01-07comments feedbackyukang-50/+51
2023-01-07Apply suggestions from code reviewYukang-13/+14
2023-01-07Suggest possible clone when we have &Tyukang-2/+212