| Age | Commit message (Expand) | Author | Lines |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -17/+9 |
| 2022-12-14 | skip if val has ecaping bound vars | ouz-a | -13/+15 |
| 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 | -56/+23 |
| 2022-12-14 | Clean up mut keyword check | Deep Majumder | -7/+3 |
| 2022-12-14 | Auto merge of #104986 - compiler-errors:opaques, r=oli-obk | bors | -117/+101 |
| 2022-12-13 | Auto merge of #105667 - matthiaskrgr:rollup-fexlc0b, r=matthiaskrgr | bors | -21/+11 |
| 2022-12-14 | suggest dereferencing receiver arguments properly | Takayuki Maeda | -6/+28 |
| 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 | -54/+4 |
| 2022-12-13 | Address nits | Michael Goulet | -6/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -26/+13 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -50/+59 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -26/+23 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -55/+49 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -12/+14 |
| 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 | Remove invalid case for mutable borrow suggestion | Deep Majumder | -0/+11 |
| 2022-12-13 | Use a label instead of a note for the drop site to create denser diagnostics | Oli Scherer | -10/+1 |
| 2022-12-13 | Make some diagnostics not depend on the source of what they reference being a... | Oli Scherer | -11/+10 |
| 2022-12-13 | Rollup merge of #105332 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -62/+420 |
| 2022-12-12 | Do not `skip_binder`s | Esteban Küber | -6/+9 |
| 2022-12-12 | Move logic to their own methods | Esteban Küber | -362/+391 |
| 2022-12-11 | Point at method call when it is the source of the bound error | Esteban Küber | -0/+10 |
| 2022-12-11 | Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisa | Matthias Krüger | -0/+1 |
| 2022-12-11 | Use `with_forced_trimmed_paths` | Esteban Küber | -13/+28 |
| 2022-12-11 | Only point at methods that might be relevant | Esteban Küber | -2/+17 |
| 2022-12-11 | Add label to method chains where assoc type remains the same | Esteban Küber | -0/+5 |
| 2022-12-11 | Remove mention of "assoc type" in label as it is already in the `note` message | Esteban Küber | -7/+5 |
| 2022-12-11 | Account for method call chains split across multiple bindings | Esteban Küber | -0/+12 |
| 2022-12-11 | Mention only assoc types changes | Esteban Küber | -27/+69 |
| 2022-12-11 | Provide associated type information in method chains | Michael Goulet | -34/+263 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -3/+4 |
| 2022-12-09 | Introduce `Span::is_visible` | Esteban Küber | -3/+3 |
| 2022-12-09 | Rollup merge of #105443 - compiler-errors:move-more, r=oli-obk | Matthias Krüger | -517/+398 |
| 2022-12-08 | Move codegen_select_candidate to a rustc_traits | Michael Goulet | -90/+0 |
| 2022-12-08 | Move vtable methods into its own module | Michael Goulet | -378/+398 |
| 2022-12-08 | Move has_structural_eq_impls provider to rustc_ty_utils | Michael Goulet | -49/+0 |
| 2022-12-07 | Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-06 | normalize before matching on `ConstKind` | Boxy | -1/+1 |
| 2022-12-06 | typo :( | Boxy | -1/+1 |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -50/+81 |
| 2022-12-06 | Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2022-12-06 | Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8Ki | Matthias Krüger | -20/+57 |