| Age | Commit message (Expand) | Author | Lines |
| 2023-02-19 | Make public API, docs algorithm-agnostic | Jacob Pratt | -2/+2 |
| 2023-02-18 | Rollup merge of #108186 - compiler-errors:closures-with-late-bound-types-r-ba... | Matthias Krüger | -46/+8 |
| 2023-02-18 | Move late-bound arg type checks to resolve_bound_vars | Michael Goulet | -46/+8 |
| 2023-02-18 | Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com... | bors | -2/+2 |
| 2023-02-17 | Replace more `mk_foo` calls with `infer_foo`. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Use `IntoIterator` for `mk_fn_sig`. | Nicholas Nethercote | -1/+1 |
| 2023-02-17 | Add `Clause::ConstArgHasType` variant | Boxy | -1/+1 |
| 2023-02-17 | Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwU | bors | -12/+20 |
| 2023-02-16 | changes from review | Kyle Matsuda | -2/+10 |
| 2023-02-16 | remove bound_type_of query; make type_of return EarlyBinder; change type_of i... | Kyle Matsuda | -11/+11 |
| 2023-02-16 | change usages of type_of to bound_type_of | Kyle Matsuda | -8/+8 |
| 2023-02-17 | Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillot | Matthias Krüger | -16/+75 |
| 2023-02-16 | Auto merge of #108020 - nnethercote:opt-mk_region, r=compiler-errors | bors | -9/+12 |
| 2023-02-16 | Rollup merge of #108103 - matthiaskrgr:lice, r=compiler-errors | Dylan DPC | -2/+2 |
| 2023-02-16 | Deny some late-bound ty/ct in some positions, add tests | Michael Goulet | -3/+47 |
| 2023-02-16 | Make things actually work | Michael Goulet | -6/+21 |
| 2023-02-16 | Rename some region-specific stuff | Michael Goulet | -7/+7 |
| 2023-02-16 | be nice and don't slice | Matthias Krüger | -2/+2 |
| 2023-02-15 | Add specialized variants of `mk_region`. | Nicholas Nethercote | -9/+12 |
| 2023-02-13 | Make can_eq and can_sub return booleans | Michael Goulet | -1/+0 |
| 2023-02-13 | Reduce direct `mk_ty` usage. | Nicholas Nethercote | -2/+2 |
| 2023-02-11 | Auto merge of #107507 - BoxyUwU:deferred_projection_equality, r=lcnr | bors | -0/+1 |
| 2023-02-10 | add `AliasEq` to `PredicateKind` | Boxy | -0/+1 |
| 2023-02-09 | Use `ErrorGuaranteed` more in `ReError` | Esteban Küber | -5/+5 |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -5/+3 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -9/+3 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -6/+6 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -4/+3 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -2/+1 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -4/+3 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -45/+61 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -1/+1 |
| 2023-01-23 | Use proper InferCtxt when probing for associated types in astconv | Michael Goulet | -45/+61 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -2/+1 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -20/+20 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -1/+1 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -11/+11 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -11/+11 |
| 2023-01-17 | Self review suggestions | Maybe Waffle | -3/+3 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -21/+21 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -1/+7 |
| 2023-01-14 | fix: misleading add `dyn` to derive macro suggestion | Ethan Brierley | -1/+7 |
| 2023-01-14 | fix various subst_identity vs skip_binder | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -3/+3 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -2/+2 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -3/+1 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -17/+157 |
| 2023-01-11 | review comments: account for generics | Esteban Küber | -2/+6 |
| 2023-01-11 | review comments | Esteban Küber | -11/+4 |
| 2023-01-11 | When suggesting writing a fully qualified path probe for appropriate types | Esteban Küber | -17/+160 |