| Age | Commit message (Expand) | Author | Lines |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -17/+16 |
| 2022-11-28 | Make ObligationCtxt::normalize take cause by borrow | Michael Goulet | -1/+1 |
| 2022-11-28 | FnCtxt normalization stuff | Michael Goulet | -0/+2 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -9/+13 |
| 2022-11-25 | Simplify a bunch of trait ref obligation creations | Oli Scherer | -1/+1 |
| 2022-11-21 | Stop passing the self-type as a separate argument. | Oli Scherer | -1/+1 |
| 2022-11-21 | Add helper to create the trait ref for a lang item | Oli Scherer | -1/+1 |
| 2022-11-21 | Allow iterators instead of requiring slices that will get turned into iterators | Oli Scherer | -1/+1 |
| 2022-11-21 | Assert that various types have the right amount of generic args and fix the s... | Oli Scherer | -4/+1 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -13/+16 |
| 2022-11-17 | Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors | Matthias Krüger | -8/+9 |
| 2022-11-16 | Convert predicates into Predicate in the Obligation constructor | Oli Scherer | -8/+9 |
| 2022-11-13 | Store a LocalDefId in hir::GenericParam. | Camille GILLOT | -1/+1 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -13/+16 |
| 2022-11-12 | Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebank | bors | -1/+1 |
| 2022-11-11 | Tweak signatures in rustc_middle::hir::map. | Camille GILLOT | -1/+1 |
| 2022-11-09 | Rollup merge of #104156 - oli-obk:autoderef, r=estebank | Manish Goregaokar | -2/+1 |
| 2022-11-08 | Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_... | CastilloDel | -8/+8 |
| 2022-11-08 | Remove overloaded_span argument from `new`, where it is usually redundant wit... | Oli Scherer | -2/+1 |
| 2022-11-08 | Rollup merge of #103865 - compiler-errors:fallback-has-occurred-tracking, r=e... | Dylan DPC | -1/+1 |
| 2022-11-06 | Move fallback_has_occurred to FnCtxt | Michael Goulet | -1/+1 |
| 2022-11-05 | Adjust diagnostics, bless tests | Michael Goulet | -2/+8 |
| 2022-11-05 | Enforce rust-check ABI in signatures, calls | Michael Goulet | -0/+22 |
| 2022-11-01 | Auto merge of #103590 - compiler-errors:ocx-more, r=lcnr | bors | -4/+2 |
| 2022-10-31 | Use AdtDef in wfcheck. | Camille GILLOT | -79/+28 |
| 2022-10-29 | Rename some `OwnerId` fields. | Nicholas Nethercote | -29/+29 |
| 2022-10-27 | remove _types from ocx method names | Michael Goulet | -4/+2 |
| 2022-10-26 | Process registered region obligation in resolve_regions_with_wf_tys | Michael Goulet | -0/+4 |
| 2022-10-18 | change `ConstEvaluatable` to use `ty::Const` | lcnr | -6/+1 |
| 2022-10-10 | Check representability in adt_sized_constraint | Cameron Steffen | -0/+2 |
| 2022-10-10 | Rollup merge of #102829 - compiler-errors:rename-impl-item-kind, r=TaKO8Ki | Yuki Okushi | -1/+1 |
| 2022-10-09 | ImplItemKind::TyAlias => ImplItemKind::Type | Michael Goulet | -1/+1 |
| 2022-10-07 | Change InferCtxtBuilder from enter to build | Cameron Steffen | -32/+30 |
| 2022-10-07 | Remove TypeckResults from InferCtxt | Cameron Steffen | -1/+1 |
| 2022-10-07 | Introduce TypeErrCtxt | Cameron Steffen | -4/+7 |
| 2022-10-04 | It's not about types or consts, but the lack of regions | Oli Scherer | -3/+1 |
| 2022-09-27 | rustc_typeck to rustc_hir_analysis | lcnr | -0/+1990 |