| Age | Commit message (Expand) | Author | Lines |
| 2022-12-28 | Made ty_or_sig and trait_path use their actual types instead of String | Nikita Tomashevich | -77/+118 |
| 2022-12-28 | Split infer_explicit_lifetime_required into several diags | Nikita Tomashevich | -29/+43 |
| 2022-12-28 | Address changes of pr 103345 | Nikita Tomashevich | -46/+46 |
| 2022-12-28 | Rename subdiagnostic fields that do not need to be unique now | Nikita Tomashevich | -17/+7 |
| 2022-12-28 | Use eager translation | Nikita Tomashevich | -11/+27 |
| 2022-12-28 | Split into several messages | Nikita Tomashevich | -31/+195 |
| 2022-12-28 | More descriptive names for ActualImplExplNotes variants | Nikita Tomashevich | -6/+6 |
| 2022-12-28 | Rebase and fix | Nikita Tomashevich | -14/+14 |
| 2022-12-28 | Partial work on static_impl_trait.rs | Nikita Tomashevich | -111/+169 |
| 2022-12-28 | Migrate trait_impl_difference.rs | Nikita Tomashevich | -27/+51 |
| 2022-12-28 | Migrate placeholder_error.rs | Nikita Tomashevich | -126/+158 |
| 2022-12-28 | Migrate named_anon_conflict.rs | Nikita Tomashevich | -26/+36 |
| 2022-12-28 | Rollup merge of #106205 - compiler-errors:oopsy, r=fee1-dead | fee1-dead | -630/+0 |
| 2022-12-28 | Remove some totally duplicated files | Michael Goulet | -630/+0 |
| 2022-12-28 | Rename module compare_method -> compare_impl_item | Michael Goulet | -1/+1 |
| 2022-12-27 | Account for `match` expr in single line | Esteban Küber | -2/+2 |
| 2022-12-24 | Bubble up ErrorGuaranteed from region constraints in method item compare | Michael Goulet | -5/+10 |
| 2022-12-24 | Rename some compare_method functions | Michael Goulet | -1/+1 |
| 2022-12-24 | Rollup merge of #105975 - jeremystucki:rustc-remove-needless-lifetimes, r=eholk | Matthias Krüger | -2/+2 |
| 2022-12-23 | Rollup merge of #105661 - lcnr:evaluate-new, r=compiler-errors | nils | -1/+5 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -2/+2 |
| 2022-12-20 | Auto merge of #105880 - Nilstrieb:make-newtypes-less-not-rust, r=oli-obk | bors | -6/+4 |
| 2022-12-20 | Auto merge of #105575 - compiler-errors:impl-wf-lint, r=oli-obk | bors | -2/+7 |
| 2022-12-19 | Auto merge of #103600 - compiler-errors:early-binder-nits, r=spastorino | bors | -6/+5 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -2/+7 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -1/+5 |
| 2022-12-19 | Rollup merge of #105864 - matthiaskrgr:compl, r=Nilstrieb | Dylan DPC | -8/+2 |
| 2022-12-19 | clippy::complexity fixes | Matthias Krüger | -8/+2 |
| 2022-12-18 | Rollup merge of #105873 - matthiaskrgr:clippy_fmt, r=Nilstrieb | Matthias Krüger | -12/+6 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -4/+2 |
| 2022-12-18 | Make `#[debug_format]` an attribute in `newtype_index` | Nilstrieb | -2/+2 |
| 2022-12-18 | Rollup merge of #105875 - matthiaskrgr:needless_borrowed_reference, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-12-18 | don't restuct references just to reborrow | Matthias Krüger | -1/+1 |
| 2022-12-18 | avoid .into() conversion to identical types | Matthias Krüger | -1/+1 |
| 2022-12-18 | use &str / String literals instead of format!() | Matthias Krüger | -12/+6 |
| 2022-12-15 | Auto merge of #105657 - oli-obk:mk_projection_ty, r=lcnr | bors | -45/+38 |
| 2022-12-14 | Auto merge of #105233 - mejrs:always_eager, r=estebank | bors | -1/+1 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -6/+4 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -39/+34 |
| 2022-12-14 | Rollup merge of #105611 - BoxyUwU:more_granular_placeholderification, r=wesle... | Matthias Krüger | -15/+38 |
| 2022-12-14 | Rollup merge of #105523 - estebank:suggest-collect-vec, r=compiler-errors | Matthias Krüger | -38/+66 |
| 2022-12-13 | rename argument | Esteban Küber | -2/+6 |
| 2022-12-13 | review comments | Esteban Küber | -28/+27 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -6/+9 |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -25/+31 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -8/+24 |
| 2022-12-13 | Address a few more nits | Michael Goulet | -6/+6 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -5/+4 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -54/+61 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -40/+40 |