| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -2/+2 |
| 2023-01-18 | Rollup merge of #107004 - compiler-errors:new-solver-new-candidates-2, r=lcnr | Michael Goulet | -0/+5 |
| 2023-01-18 | Auto merge of #106503 - cjgillot:remap-nofilter, r=oli-obk | bors | -26/+1 |
| 2023-01-18 | Auto and alias traits | Michael Goulet | -0/+5 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -4/+4 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -4/+4 |
| 2023-01-15 | drive-by: assert when iterating through InstantiatedPredicates | Michael Goulet | -0/+2 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -0/+27 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -2/+4 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -8/+4 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -5/+9 |
| 2023-01-12 | attempt to make a minimal example work | Deadbeef | -2/+4 |
| 2023-01-11 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -26/+1 |
| 2023-01-09 | Use newtype for unused generic parameters | Nilstrieb | -1/+1 |
| 2022-12-19 | implement the skeleton of the updated trait solver | lcnr | -12/+29 |
| 2022-12-16 | Rename ConstS to ConstData | Oli Scherer | -3/+3 |
| 2022-12-15 | Move `TypeckResults` to seperate module | Nilstrieb | -4/+8 |
| 2022-12-14 | Remove many more cases of `mk_substs_trait` that can now use the iterator sch... | Oli Scherer | -0/+12 |
| 2022-12-14 | Rename to match similar methods | Oli Scherer | -2/+2 |
| 2022-12-13 | Combine projection and opaque into alias | Michael Goulet | -0/+1 |
| 2022-12-13 | squash OpaqueTy and ProjectionTy into AliasTy | Michael Goulet | -5/+4 |
| 2022-12-13 | ProjectionTy.item_def_id -> ProjectionTy.def_id | Michael Goulet | -1/+1 |
| 2022-12-13 | make Opaque have one field: OpaqueTy | Michael Goulet | -1/+1 |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -1/+1 |
| 2022-12-09 | Fold `Definitions` into the untracked data | Oli Scherer | -2/+0 |
| 2022-12-09 | Move the untracked cstore and source_span into a struct | Oli Scherer | -4/+2 |
| 2022-12-07 | Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obk | Matthias Krüger | -4/+0 |
| 2022-12-06 | Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiser | Matthias Krüger | -107/+20 |
| 2022-12-06 | Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=... | Matthias Krüger | -9/+9 |
| 2022-12-06 | drive-by: Default param for ToPredicate | Michael Goulet | -9/+9 |
| 2022-12-05 | feed resolver_for_lowering instead of storing it in a field | Oli Scherer | -2/+2 |
| 2022-12-04 | drive-by: move field_index to typeck results | Michael Goulet | -4/+0 |
| 2022-11-30 | Remove PredicateS type | Oli Scherer | -31/+6 |
| 2022-11-30 | Update documentation | Oli Scherer | -4/+4 |
| 2022-11-30 | Remove TyS | Oli Scherer | -73/+9 |
| 2022-11-30 | move WithCachedTypeInfo to rustc_type_ir | Oli Scherer | -1/+2 |
| 2022-11-30 | s/WithStableHash/WithCachedTypeInfo/ | Oli Scherer | -14/+15 |
| 2022-11-30 | Auto merge of #105070 - matthiaskrgr:rollup-9b25khj, r=matthiaskrgr | bors | -1/+8 |
| 2022-11-29 | Auto merge of #94487 - oli-obk:stable_hash_ty, r=fee1-dead | bors | -4/+4 |
| 2022-11-29 | Make inferred_outlives_crate return Clause | Santiago Pastorino | -1/+8 |
| 2022-11-27 | Rollup merge of #104976 - WaffleLapkin:move_comments, r=cjgillot | Matthias Krüger | -2/+3 |
| 2022-11-27 | Auto merge of #104048 - cjgillot:split-lifetime, r=compiler-errors | bors | -1/+3 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -2/+3 |
| 2022-11-26 | Rollup merge of #104909 - compiler-errors:normalize_opaque_types-is-misleadin... | Guillaume Gomez | -1/+1 |
| 2022-11-25 | Auto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU | bors | -1/+1 |
| 2022-11-25 | Rename normalize_opaque_types to reveal_opaque_types_in_bounds | Michael Goulet | -1/+1 |
| 2022-11-25 | Cache Predicates' hash within themselves | Oli Scherer | -4/+4 |
| 2022-11-25 | Add empty ConstKind::Abstract | kadmin | -1/+1 |
| 2022-11-25 | Introduce PredicateKind::Clause | Santiago Pastorino | -31/+42 |
| 2022-11-25 | get rid of to_poly_trait_predicate | Oli Scherer | -0/+19 |