| Age | Commit message (Expand) | Author | Lines |
| 2023-05-27 | Uplift complex type ops back into typeck so we can call them locally | Michael Goulet | -540/+15 |
| 2023-05-25 | Fallible<_> -> Result<_, NoSolution> | Michael Goulet | -4/+4 |
| 2023-05-25 | Prepopulate opaques in canonical input | Michael Goulet | -0/+1 |
| 2023-05-25 | Move DefiningAnchor | Michael Goulet | -5/+6 |
| 2023-05-25 | Pull out logic from #111131, plus some new logic in EvalCtxt::normalize_opaqu... | Michael Goulet | -1/+1 |
| 2023-05-15 | Move expansion of query macros in rustc_middle to rustc_middle::query | John Kåre Alsaker | -8/+8 |
| 2023-05-04 | IAT: Introduce AliasKind::Inherent | León Orell Valerian Liehr | -1/+29 |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -2/+2 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -1/+1 |
| 2023-04-21 | Changes from review | Kyle Matsuda | -11/+6 |
| 2023-04-20 | add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite... | Kyle Matsuda | -2/+2 |
| 2023-04-18 | Don't transmute `&List<GenericArg>` <-> `&List<Ty>` | Maybe Waffle | -4/+16 |
| 2023-04-16 | Rollup merge of #110345 - nnethercote:rm-Super-impls-for-Region, r=compiler-e... | fee1-dead | -4/+4 |
| 2023-04-16 | Rollup merge of #109665 - fee1-dead-contrib:rm-remap-queries, r=oli-obk | fee1-dead | -0/+1 |
| 2023-04-16 | Remove `TypeSuper{Foldable,Visitable}` impls for `Region`. | Nicholas Nethercote | -4/+4 |
| 2023-04-14 | explicit adt_dtorck_constraint for ManuallyDrop | lcnr | -1/+3 |
| 2023-04-08 | fix ICE | Deadbeef | -0/+1 |
| 2023-04-06 | Remove u32 on BoundTyKind::Anon | Jack Huey | -5/+5 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -10/+11 |
| 2023-04-06 | Remove expect_anon and expect_anon_placeholder in favor of var | Jack Huey | -9/+7 |
| 2023-04-06 | Use BoundTy and BoundRegion instead of kind of PlaceholderTy and PlaceholderR... | Jack Huey | -13/+26 |
| 2023-04-01 | fix clippy::iter_kv_map | Matthias Krüger | -2/+1 |
| 2023-03-23 | Rename AliasEq -> AliasRelate | Michael Goulet | -7/+7 |
| 2023-02-24 | Add `mk_canonical_var_infos_from_iter`. | Nicholas Nethercote | -20/+17 |
| 2023-02-24 | Rename `mk_{ty,region}` as `mk_{ty,region}_from_kind`. | Nicholas Nethercote | -1/+1 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -3/+5 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -1/+1 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -14/+19 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -0/+8 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -6/+6 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -3/+3 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -11/+11 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -4/+4 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -4/+4 |
| 2023-02-13 | Make visiting traits generic over the Interner | Alan Egerton | -2/+2 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -4/+5 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -17/+13 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -1/+8 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -1/+8 |
| 2023-02-10 | Auto merge of #107652 - estebank:re_error, r=oli-obk | bors | -0/+3 |
| 2023-02-09 | Update implied_outlives_bounds to properly register implied bounds behind nor... | Jack Huey | -36/+50 |
| 2023-02-09 | Cleanup free_region_relations a bit | Jack Huey | -0/+1 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -0/+3 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -24/+24 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -1/+1 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -10/+8 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -1/+1 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -1/+3 |
| 2023-01-27 | Separate trait selection from ambiguity reporting. | Camille GILLOT | -1/+1 |