| Age | Commit message (Expand) | Author | Lines |
| 2023-03-03 | Match unmatched backticks in compiler/ that are part of rustdoc | est31 | -1/+1 |
| 2023-02-28 | Descriptive error when users try to combine RPITIT/AFIT with specialization | Michael Goulet | -20/+4 |
| 2023-02-27 | Rollup merge of #108319 - compiler-errors:dont-project-to-specializable-rpiti... | Matthias Krüger | -5/+22 |
| 2023-02-24 | Rename many interner functions. | Nicholas Nethercote | -1/+1 |
| 2023-02-23 | Don't project specializable RPITIT projection | Michael Goulet | -5/+22 |
| 2023-02-22 | Rename ty_error_with_guaranteed to ty_error, ty_error to ty_error_misc | Michael Goulet | -7/+4 |
| 2023-02-22 | Use ty_error_with_guaranteed in many more places | Michael Goulet | -9/+14 |
| 2023-02-22 | Remove type-traversal trait aliases | Alan Egerton | -15/+23 |
| 2023-02-21 | Make hidden type registration opt-in, so that each site can be reviewed on it... | Oli Scherer | -1/+6 |
| 2023-02-18 | Remove default trait RPITIT candidates | Michael Goulet | -33/+3 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -1/+1 |
| 2023-02-17 | Auto merge of #108075 - WaffleLapkin:de-arena-allocates-you-OwO, r=Nilstrieb | bors | -3/+3 |
| 2023-02-17 | Replace `mk_foo` calls with `infer_foo` where possible. | Nicholas Nethercote | -1/+1 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -2/+2 |
| 2023-02-15 | Copy `ty::AssocItem` all other the place | Maybe Waffle | -3/+3 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -2/+2 |
| 2023-02-13 | Rename folder traits' `tcx` method to `interner` | Alan Egerton | -9/+9 |
| 2023-02-13 | Make folding traits generic over the Interner | Alan Egerton | -3/+3 |
| 2023-02-13 | Alias folding/visiting traits instead of re-export | Alan Egerton | -1/+1 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -2/+2 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -2/+2 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -1/+1 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -0/+2 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -1/+1 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -2/+2 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -19/+17 |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -2/+2 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -1/+1 |
| 2022-12-28 | better names and a comment | Michael Goulet | -1/+1 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -56/+3 |
| 2022-12-14 | Prevent the creation of `TraitRef` without dedicated methods | Oli Scherer | -2/+1 |
| 2022-12-14 | Ensure no one constructs `AliasTy`s themselves | Oli Scherer | -1/+1 |
| 2022-12-14 | Guard `AliasTy` creation against passing the wrong number of substs | Oli Scherer | -13/+5 |
| 2022-12-13 | Address nits | Michael Goulet | -6/+1 |
| 2022-12-13 | Combine identical alias arms | Michael Goulet | -5/+3 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -10/+14 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -10/+10 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -33/+28 |
| 2022-12-13 | Use ty::OpaqueTy everywhere | Michael Goulet | -2/+4 |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -7/+5 |
| 2022-12-06 | Avoid noting cause code (which is usually misc, b/c codegen) for opaque type ... | Michael Goulet | -7/+5 |
| 2022-12-05 | Point at GAT where clause when unsatisfied | Michael Goulet | -5/+25 |
| 2022-12-01 | Document normalization methods on At | Michael Goulet | -33/+7 |
| 2022-11-30 | Auto merge of #104905 - compiler-errors:normalization-changes, r=spastorino | bors | -5/+19 |
| 2022-11-28 | Make normalize and normalize_to pub(crate) | Michael Goulet | -5/+5 |
| 2022-11-28 | partially_normalize_... -> At::normalize | Michael Goulet | -0/+14 |
| 2022-11-28 | Simplify calls to `tcx.mk_const` | Maybe Waffle | -1/+1 |
| 2022-11-28 | Rollup merge of #104907 - compiler-errors:selcx-infcx, r=oli-obk | Dylan DPC | -29/+25 |