| Age | Commit message (Expand) | Author | Lines |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -3/+2 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+16 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+16 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -0/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -1/+2 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -86/+41 |
| 2023-01-13 | Keep obligation chain when elaborating obligations | Esteban Küber | -3/+15 |
| 2023-01-12 | is_ty_infer -> is_ty_or_numeric_infer | Michael Goulet | -7/+7 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -61/+3 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -1/+10 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -61/+3 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -17/+77 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -1/+10 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -9/+7 |
| 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 |