about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2023-01-08Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler...Yuki Okushi-0/+27
2023-01-08Mention signature rather than fn pointers when comparing impl/trait methodsMichael Goulet-102/+102
2023-01-08Do not emit wrong E0308 suggestion for closure mismatchEsteban Küber-4/+0
2023-01-08Add testEsteban Küber-0/+33
2023-01-08doc/test: add UI test and reword docs for `E0013` and `E0015`Ezra Shaw-0/+34
2023-01-07Auto merge of #106573 - matthiaskrgr:rollup-zkgfsta, r=matthiaskrgrbors-60/+109
2023-01-07Rollup merge of #106509 - estebank:closure-in-block, r=davidtwcoMatthias Krüger-24/+32
2023-01-07Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwcoMatthias Krüger-0/+36
2023-01-07Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwcoMatthias Krüger-36/+41
2023-01-07Auto merge of #106036 - JohnTitor:issue-86106, r=nikicbors-0/+62
2023-01-07Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwcobors-509/+362
2023-01-07Auto merge of #106519 - estebank:tail-unit, r=cjgillotbors-0/+131
2023-01-07don't eagerly normalize SelfCtor typeAli MJ Al-Nasrawy-0/+120
2023-01-07more testsAli MJ Al-Nasrawy-37/+208
2023-01-07make ascribe_user_type a TypeOpAli MJ Al-Nasrawy-17/+173
2023-01-07fix method substsAli MJ Al-Nasrawy-2/+10
2023-01-07fix struct pathAli MJ Al-Nasrawy-38/+107
2023-01-07don't normalize in astconvAli MJ Al-Nasrawy-172/+273
2023-01-07Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillotbors-0/+51
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-66/+66
2023-01-06Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu...Michael Goulet-6/+6
2023-01-06Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener...Michael Goulet-56/+56
2023-01-06Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726Michael Goulet-4/+4
2023-01-07Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddlebors-1/+17
2023-01-07use type_implements_trait to check Param cloneyukang-2/+2
2023-01-07Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgrbors-591/+579
2023-01-06Change wording to avoid being misleadingEsteban Küber-25/+11
2023-01-06Structured suggestion for `&mut dyn Iterator` when possibleEsteban Küber-5/+42
2023-01-07Suggest possible clone when we have &Tyukang-0/+107
2023-01-06Rollup merge of #106534 - GuillaumeGomez:block-syntax, r=notriddleMatthias Krüger-591/+573
2023-01-06Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddleMatthias Krüger-0/+6
2023-01-06rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }`Michael Howell-6/+6
2023-01-06rustdoc: Strip imports of items which are `#[doc(hidden)]`Nixon Enraght-Moony-1/+17
2023-01-06Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errorsbors-0/+5
2023-01-06Use new block syntax for define-function in goml scriptsGuillaume Gomez-591/+573
2023-01-06Update testsclubby789-0/+6
2023-01-06Auto merge of #106474 - erikdesjardins:noalias, r=bjorn3bors-0/+23
2023-01-06use smaller spans for missing lifetime/generic argsTakayuki Maeda-56/+56
2023-01-06Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebankbors-31/+102
2023-01-06Auto merge of #106529 - Dylan-DPC:rollup-mvncmrk, r=Dylan-DPCbors-0/+256
2023-01-06Rollup merge of #106499 - lyming2007:issue-105946-fix, r=estebankDylan DPC-0/+61
2023-01-06Rollup merge of #106494 - JohnTitor:issue-58355, r=compiler-errorsDylan DPC-0/+20
2023-01-06Rollup merge of #106400 - estebank:type-errs, r=compiler-errorsDylan DPC-0/+175
2023-01-06Auto merge of #106429 - djkoloski:add_vendor_to_fuchsia_target_triple, r=nagisabors-2/+2
2023-01-05fix [type error] for error E0029 and E0277Yiming Lei-0/+61
2023-01-05Suggests adding named lifetime when the return contains value borrowed from m...yanchen4791-31/+102
2023-01-06Tweak outputEsteban Küber-55/+35