| Age | Commit message (Expand) | Author | Lines |
| 2022-12-19 | Make fast-path for implied wf lint better | Michael Goulet | -71/+92 |
| 2022-12-19 | Add IMPLIED_BOUNDS_ENTAILMENT lint | Michael Goulet | -5/+70 |
| 2022-12-17 | Rollup merge of #105711 - compiler-errors:rpitit-references-errors, r=eholk | Matthias Krüger | -0/+2 |
| 2022-12-15 | Rollup merge of #104592 - ComputerDruid:async_check, r=compiler-errors | Matthias Krüger | -0/+32 |
| 2022-12-14 | Ensure async trait impls are async (or otherwise return an opaque type) | Dan Johnson | -0/+32 |
| 2022-12-14 | bail in collect_trait_impl_trait_tys if signatures reference errors | Michael Goulet | -0/+2 |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -4/+1 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -2/+2 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -1/+1 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -7/+7 |
| 2022-12-05 | On E0195 point at where clause lifetime bounds | Esteban Küber | -11/+40 |
| 2022-12-02 | Check lifetime param count in collect_trait_impl_trait_tys | Michael Goulet | -21/+18 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -10/+10 |
| 2022-11-23 | Use ObligationCtxt::normalize | Santiago Pastorino | -17/+4 |
| 2022-11-22 | Rollup merge of #104701 - compiler-errors:rpitit-remove-reempty-hack, r=TaKO8Ki | Dylan DPC | -11/+1 |
| 2022-11-22 | Remove a hack from compare_predicate_entailment | Michael Goulet | -11/+1 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -8/+10 |
| 2022-11-22 | drive-by: style nits | Michael Goulet | -25/+19 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -3/+11 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -3/+1 |
| 2022-11-19 | Rollup merge of #104411 - lcnr:bivariance-nll, r=compiler-errors | Dylan DPC | -8/+4 |
| 2022-11-19 | drive-by: Add is_async fn to hir::IsAsync | Michael Goulet | -3/+1 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -3/+4 |
| 2022-11-17 | Rollup merge of #103852 - compiler-errors:rpitit-early-from-impl, r=lcnr | Matthias Krüger | -1/+7 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -3/+4 |
| 2022-11-15 | use `ocx` type relation routines | lcnr | -8/+4 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -105/+142 |
| 2022-11-09 | Auto merge of #103723 - CastilloDel:master, r=jackh726 | bors | -3/+3 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -3/+3 |
| 2022-11-08 | add 'ty_error_with_guaranteed' and 'const_error_with_guaranteed' | yukang | -2/+2 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -5/+5 |
| 2022-11-04 | Refactor tcx mk_const parameters. | Mateusz | -7/+4 |
| 2022-11-01 | Don't remap early-bound RPITIT regions that originate from impl | Michael Goulet | -1/+7 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -14/+4 |
| 2022-10-27 | remove _types from ocx method names | Michael Goulet | -5/+4 |
| 2022-10-27 | Address some more nits | Michael Goulet | -12/+3 |
| 2022-10-27 | Remap early bound lifetimes too | Michael Goulet | -1/+1 |
| 2022-10-24 | Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys | Michael Goulet | -2/+10 |
| 2022-10-22 | Introduce subst_iter and subst_iter_copied on EarlyBinder | Michael Goulet | -12/+4 |
| 2022-10-15 | typos | Michael Goulet | -9/+9 |
| 2022-10-15 | Equate full fn signatures to infer all region variables | Michael Goulet | -13/+33 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -6/+31 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -521/+506 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -2/+2 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -9/+10 |
| 2022-10-06 | reviews | Boxy | -40/+41 |
| 2022-09-30 | make query take `(LocalDefId, DefId)` | Boxy | -19/+20 |
| 2022-09-30 | make `compare_const_impl` a query and use it in `instance.rs` | Boxy | -49/+49 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+1792 |