| Age | Commit message (Expand) | Author | Lines |
| 2023-01-09 | Assert defining anchor is set in take_opaque_types | Michael Goulet | -9/+7 |
| 2023-01-09 | Rollup merge of #106389 - compiler-errors:no-canonicalized, r=lcnr | fee1-dead | -10/+9 |
| 2023-01-09 | Rollup merge of #106164 - compiler-errors:check-region-tweak, r=oli-obk | fee1-dead | -21/+18 |
| 2023-01-08 | Rollup merge of #106131 - compiler-errors:not-ptrs, r=davidtwco | Michael Goulet | -16/+51 |
| 2023-01-08 | Mention signature rather than fn pointers when comparing impl/trait methods | Michael Goulet | -16/+51 |
| 2023-01-08 | remove unreachable error code `E0313` | Ezra Shaw | -42/+0 |
| 2023-01-07 | Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errors | Matthias Krüger | -326/+671 |
| 2023-01-06 | Auto merge of #105805 - yanchen4791:issue-105227-fix, r=estebank | bors | -7/+71 |
| 2023-01-05 | Suggests adding named lifetime when the return contains value borrowed from m... | yanchen4791 | -7/+71 |
| 2023-01-05 | Use `BottomUpFolder` | Esteban Küber | -1/+1 |
| 2023-01-04 | Rollup merge of #106403 - compiler-errors:rename-hir-methods, r=cjgillot | Michael Goulet | -37/+34 |
| 2023-01-04 | Address comments | Michael Goulet | -49/+43 |
| 2023-01-04 | Simplify some iterator combinators | Michael Goulet | -55/+36 |
| 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 |