| Age | Commit message (Expand) | Author | Lines |
| 2022-12-14 | Auto merge of #105686 - matthiaskrgr:rollup-bedfk3j, r=matthiaskrgr | bors | -128/+209 |
| 2022-12-14 | Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle... | Matthias Krüger | -15/+38 |
| 2022-12-14 | Rollup merge of #105595 - TaKO8Ki:suggest-dereferencing-receiver-argument, r=... | Matthias Krüger | -6/+28 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -94/+90 |
| 2022-12-14 | Rollup merge of #105502 - chenyukang:yukang/fix-105366-impl, r=estebank | Matthias Krüger | -2/+29 |
| 2022-12-14 | Rollup merge of #105491 - sulami:master, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-14 | Rollup merge of #105161 - cassaundra:numeric-literal-error, r=nnethercote | Matthias Krüger | -10/+23 |
| 2022-12-14 | Auto merge of #105221 - alex:fat-archive-cleanup, r=bjorn3 | bors | -46/+38 |
| 2022-12-14 | Auto merge of #104875 - chenyukang:yukang/fix-104867-inc, r=estebank | bors | -43/+26 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -617/+581 |
| 2022-12-13 | Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgr | bors | -1037/+1152 |
| 2022-12-13 | rename argument | Esteban Küber | -2/+6 |
| 2022-12-13 | review comments | Esteban Küber | -29/+27 |
| 2022-12-13 | Rollup merge of #105659 - JakobDegen:storage-live-borrow, r=davidtwco | Matthias Krüger | -9/+10 |
| 2022-12-13 | Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errors | Matthias Krüger | -10/+7 |
| 2022-12-13 | Rollup merge of #105500 - oli-obk:unhide_unknown_spans, r=estebank | Matthias Krüger | -96/+106 |
| 2022-12-13 | Rollup merge of #105476 - estebank:moves-n-borrows, r=compiler-errors | Matthias Krüger | -37/+65 |
| 2022-12-13 | Rollup merge of #105464 - nbdd0121:hir, r=compiler-errors | Matthias Krüger | -38/+49 |
| 2022-12-13 | Rollup merge of #105438 - compiler-errors:move-methods, r=estebank | Matthias Krüger | -828/+857 |
| 2022-12-13 | Rollup merge of #105147 - nbdd0121:inline_const_unsafe, r=oli-obk | Matthias Krüger | -19/+58 |
| 2022-12-14 | suggest dereferencing receiver arguments properly | Takayuki Maeda | -6/+28 |
| 2022-12-13 | Auto merge of #102813 - Akida31:issue-64915/simpler_diagnostic_when_passing_a... | bors | -0/+81 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -6/+10 |
| 2022-12-13 | Mention implementations that satisfy the trait | Esteban Küber | -2/+19 |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -79/+35 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -8/+25 |
| 2022-12-13 | Account for dereference expressions | Esteban Küber | -7/+22 |
| 2022-12-13 | Fix span for `&mut ` removal suggestion | Esteban Küber | -0/+1 |
| 2022-12-13 | Suggest `ref` for some patterns as a fallback | Esteban Küber | -10/+16 |
| 2022-12-13 | Do not suggest borrowing binding in pattern in let else | Esteban Küber | -1/+1 |
| 2022-12-13 | Change pattern borrowing suggestions to be verbose | Esteban Küber | -29/+35 |
| 2022-12-13 | Address a few more nits | Michael Goulet | -11/+12 |
| 2022-12-13 | Address nits | Michael Goulet | -15/+5 |
| 2022-12-13 | Remove chalk lowering for AliasTy | Michael Goulet | -11/+10 |
| 2022-12-13 | nit: docs | Michael Goulet | -3/+12 |
| 2022-12-13 | Combine OfOpaque and OfProjection | Michael Goulet | -14/+6 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -120/+69 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -345/+357 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -183/+168 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -174/+152 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -110/+148 |
| 2022-12-13 | make Opaque have one field: OpaqueTy | Michael Goulet | -17/+28 |
| 2022-12-13 | tidy: ignore filelength | akida31 | -0/+1 |
| 2022-12-13 | reduce to single suggestion for all arguments | akida31 | -13/+24 |
| 2022-12-13 | remove manual `fn_decl` extraction | akida31 | -17/+3 |
| 2022-12-13 | change error message | akida31 | -2/+2 |
| 2022-12-13 | move changes to an extra function | akida31 | -66/+76 |
| 2022-12-13 | Remove `hint` from help message | akida31 | -2/+2 |
| 2022-12-13 | Improve diagnostic when passing arg to closure and missing borrow. | akida31 | -0/+73 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -1/+12 |