| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | Auto merge of #106340 - saethlin:propagate-operands, r=oli-obk | bors | -0/+46 |
| 2023-01-09 | Auto merge of #106582 - compiler-errors:better-spans-on-bad-tys, r=lcnr | bors | -87/+64 |
| 2023-01-08 | Rollup merge of #106606 - estebank:bad-nested-turbofish, r=compiler-errors | Michael Goulet | -0/+14 |
| 2023-01-08 | Rollup merge of #106602 - GuillaumeGomez:tidy-goml-scripts, r=Mark-Simulacrum | Michael Goulet | -14/+34 |
| 2023-01-08 | Rollup merge of #106600 - compiler-errors:no-private-field-ty-err, r=estebank | Michael Goulet | -8/+35 |
| 2023-01-08 | Rollup merge of #106497 - chenyukang:yukang/fix-106443-sugg-clone, r=estebank | Michael Goulet | -0/+107 |
| 2023-01-08 | Rollup merge of #106363 - estebank:mutability-mismatch-arg, r=Nilstrieb | Michael Goulet | -23/+46 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -102/+102 |
| 2023-01-08 | Do not emit structured suggestion for turbofish with wrong span | Esteban Küber | -0/+14 |
| 2023-01-08 | Fix tidy issues in goml scripts | Guillaume Gomez | -14/+34 |
| 2023-01-08 | Suppress type errors that come from private fields | Michael Goulet | -8/+35 |
| 2023-01-08 | Don't store spans in assumed_wf_types actually | Michael Goulet | -2/+29 |
| 2023-01-08 | Normalize assumed_wf_types after wfchecking is complete, for better spans | Michael Goulet | -14/+14 |
| 2023-01-08 | Improve spans of non-WF implied bound types | Michael Goulet | -102/+52 |
| 2023-01-08 | Remove extra space | Yukang | -1/+1 |
| 2023-01-08 | Rollup merge of #106581 - estebank:bad-suggestion, r=compiler-errors | Yuki Okushi | -0/+29 |
| 2023-01-08 | Rollup merge of #106557 - Ezrashaw:ui-test-fixups-1, r=GuillaumeGomez | Yuki Okushi | -0/+34 |
| 2023-01-08 | Rollup merge of #106410 - clubby789:borrow-mut-self-mut-self-diag, r=compiler... | Yuki Okushi | -0/+27 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -102/+102 |
| 2023-01-08 | Do not emit wrong E0308 suggestion for closure mismatch | Esteban Küber | -4/+0 |
| 2023-01-08 | Add test | Esteban Küber | -0/+33 |
| 2023-01-08 | doc/test: add UI test and reword docs for `E0013` and `E0015` | Ezra Shaw | -0/+34 |
| 2023-01-07 | Auto merge of #106573 - matthiaskrgr:rollup-zkgfsta, r=matthiaskrgr | bors | -60/+109 |
| 2023-01-07 | Rollup merge of #106509 - estebank:closure-in-block, r=davidtwco | Matthias Krüger | -24/+32 |
| 2023-01-07 | Rollup merge of #105859 - compiler-errors:hr-lifetime-add, r=davidtwco | Matthias Krüger | -0/+36 |
| 2023-01-07 | Rollup merge of #105517 - pcc:process-panic-after-fork, r=davidtwco | Matthias Krüger | -36/+41 |
| 2023-01-07 | Auto merge of #106036 - JohnTitor:issue-86106, r=nikic | bors | -0/+62 |
| 2023-01-07 | Auto merge of #105323 - cjgillot:simplify-const-prop, r=davidtwco | bors | -509/+362 |
| 2023-01-07 | Auto merge of #106519 - estebank:tail-unit, r=cjgillot | bors | -0/+131 |
| 2023-01-07 | Auto merge of #106283 - JulianKnodt:enum_err, r=cjgillot | bors | -0/+51 |
| 2023-01-07 | Apply `merge-functions=disabled` | Yuki Okushi | -2/+9 |
| 2023-01-07 | Apply review suggestions | Yuki Okushi | -9/+8 |
| 2023-01-07 | Add regression test for #86106 | Yuki Okushi | -0/+56 |
| 2023-01-07 | Auto merge of #106558 - compiler-errors:rollup-lkii3j3, r=compiler-errors | bors | -66/+66 |
| 2023-01-06 | Rollup merge of #106543 - notriddle:notriddle/source-sidebar-width-zero, r=Gu... | Michael Goulet | -6/+6 |
| 2023-01-06 | Rollup merge of #106533 - TaKO8Ki:use-smaller-span-for-missing-lifetime/gener... | Michael Goulet | -56/+56 |
| 2023-01-06 | Rollup merge of #106525 - compiler-errors:new-solver-wf, r=jackh726 | Michael Goulet | -4/+4 |
| 2023-01-07 | Auto merge of #106538 - aDotInTheVoid:strip-use-doc-hidden, r=notriddle | bors | -1/+17 |
| 2023-01-07 | use type_implements_trait to check Param clone | yukang | -2/+2 |
| 2023-01-07 | Auto merge of #106544 - matthiaskrgr:rollup-e9prjed, r=matthiaskrgr | bors | -591/+579 |
| 2023-01-06 | Change wording to avoid being misleading | Esteban Küber | -25/+11 |
| 2023-01-06 | Structured suggestion for `&mut dyn Iterator` when possible | Esteban Küber | -5/+42 |
| 2023-01-07 | Suggest possible clone when we have &T | yukang | -0/+107 |
| 2023-01-06 | Rollup merge of #106534 - GuillaumeGomez:block-syntax, r=notriddle | Matthias Krüger | -591/+573 |
| 2023-01-06 | Rollup merge of #106466 - clubby789:relative-module-fix, r=notriddle | Matthias Krüger | -0/+6 |
| 2023-01-06 | rustdoc: remove no-op CSS `.rustdoc.source .sidebar { width: 0 }` | Michael Howell | -6/+6 |
| 2023-01-06 | rustdoc: Strip imports of items which are `#[doc(hidden)]` | Nixon Enraght-Moony | -1/+17 |
| 2023-01-06 | Auto merge of #106501 - cjgillot:resolved-elided-apit, r=compiler-errors | bors | -0/+5 |
| 2023-01-06 | Use new block syntax for define-function in goml scripts | Guillaume Gomez | -591/+573 |
| 2023-01-06 | Update tests | clubby789 | -0/+6 |