| Age | Commit message (Expand) | Author | Lines |
| 2022-12-18 | don't clone Copy types | Matthias Krüger | -2/+2 |
| 2022-12-17 | Suggest a `T: Send` bound for `&mut T` upvars in `Send` generators | Matthew House | -17/+22 |
| 2022-12-16 | Auto merge of #105717 - compiler-errors:anonymize, r=jackh726 | bors | -4/+4 |
| 2022-12-16 | Auto merge of #104334 - compiler-errors:ufcs-sugg-wrong-def-id, r=estebank | bors | -5/+6 |
| 2022-12-15 | Rollup merge of #105727 - estebank:use-impl-trait, r=oli-obk | Matthias Krüger | -8/+20 |
| 2022-12-15 | Rollup merge of #105694 - ouz-a:issue_105689, r=estebank | Matthias Krüger | -13/+15 |
| 2022-12-15 | Consider lifetimes when comparing assoc types in method chain | Esteban Küber | -1/+1 |
| 2022-12-15 | Use `with_forced_trimmed_paths` more | Esteban Küber | -16/+21 |
| 2022-12-15 | Point at method chains on `E0271` errors | Esteban Küber | -89/+119 |
| 2022-12-15 | Auto merge of #105746 - matthiaskrgr:rollup-sz3grbv, r=matthiaskrgr | bors | -18/+26 |
| 2022-12-15 | Rollup merge of #105633 - compiler-errors:term-agnostic, r=oli-obk | Matthias Krüger | -18/+26 |
| 2022-12-15 | Auto merge of #105285 - compiler-errors:conflicting-param-env-2, r=estebank | bors | -28/+99 |
| 2022-12-14 | Tweak output for bare `dyn Trait` in arguments | Esteban Küber | -8/+20 |
| 2022-12-14 | always use anonymize_bound_vars | Michael Goulet | -4/+4 |
| 2022-12-14 | Highlight conflicting param-env candidates, again | Michael Goulet | -28/+99 |
| 2022-12-14 | Make report_projection_error more term agnostic | Michael Goulet | -18/+26 |
| 2022-12-14 | drive-by: Fix path spans | Michael Goulet | -1/+1 |
| 2022-12-14 | Use impl's def id when calculating type to specify UFCS | Michael Goulet | -4/+5 |
| 2022-12-14 | Fix a freshly detected wrong TraitRef | Oli Scherer | -9/+5 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -5/+2 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -8/+8 |
| 2022-12-14 | Remove many more cases of `mk_substs_trait` that can now use the iterator sch... | Oli Scherer | -8/+3 |
| 2022-12-14 | Rename to match similar methods | Oli Scherer | -4/+4 |
| 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 |