| Age | Commit message (Expand) | Author | Lines |
| 2023-01-04 | get_parent and find_parent | Michael Goulet | -36/+33 |
| 2023-01-04 | rename get_parent_node to parent_id | Michael Goulet | -3/+3 |
| 2023-01-03 | Move check_region_obligations_and_report_errors to TypeErrCtxt | Michael Goulet | -21/+18 |
| 2023-01-03 | Simplify some canonical type alias names | Michael Goulet | -10/+9 |
| 2022-12-29 | Rollup merge of #106221 - Nilstrieb:rptr-more-like-ref-actually, r=compiler-e... | Matthias Krüger | -5/+5 |
| 2022-12-28 | Address review comments | Michael Goulet | -35/+29 |
| 2022-12-28 | Make trait/impl where clause mismatch on region error a bit more actionable | Michael Goulet | -39/+90 |
| 2022-12-28 | Rename `Rptr` to `Ref` in AST and HIR | Nilstrieb | -5/+5 |
| 2022-12-28 | Auto merge of #106129 - compiler-errors:compare_method-tweaks, r=BoxyUwU | bors | -6/+11 |
| 2022-12-28 | eager is the default now | Nikita Tomashevich | -1/+1 |
| 2022-12-28 | Fix formatting | Nikita Tomashevich | -2/+1 |
| 2022-12-28 | Fix broken rebase | Nikita Tomashevich | -1/+1 |
| 2022-12-28 | Fix nits | Nikita Tomashevich | -7/+4 |
| 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 |