| Age | Commit message (Expand) | Author | Lines |
| 2023-02-06 | remove unused imports | klensy | -1/+0 |
| 2023-02-06 | Split and inline `TypeFreshener::fold_ty`. | Nicholas Nethercote | -68/+61 |
| 2023-02-06 | Split and inline `ShallowResolver::fold_ty`. | Nicholas Nethercote | -24/+33 |
| 2023-02-06 | Inline `OpportunisticVarResolver::fold_ty`. | Nicholas Nethercote | -0/+1 |
| 2023-02-06 | Improve early bailout test in `resolve_vars_if_possible`. | Nicholas Nethercote | -2/+2 |
| 2023-02-06 | Put a `ShallowResolver` within `OpportunisticVarResolver`. | Nicholas Nethercote | -5/+7 |
| 2023-02-05 | emit `ConstEquate` in `TypeRelating<D>` | Boxy | -6/+7 |
| 2023-02-02 | Rollup merge of #107201 - compiler-errors:confusing-async-fn-note, r=estebank | Matthias Krüger | -46/+16 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -4/+4 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -4/+4 |
| 2023-01-30 | Make structured suggestion for fn casting verbose | Esteban Küber | -1/+1 |
| 2023-01-30 | Mention fn coercion rules (needs to be expanded) | Esteban Küber | -0/+19 |
| 2023-01-30 | review comments | Esteban Küber | -1/+1 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -9/+25 |
| 2023-01-28 | Auto merge of #107303 - compiler-errors:intern-canonical-var-values, r=lcnr | bors | -18/+15 |
| 2023-01-28 | Rollup merge of #107385 - BoxyUwU:ConstInferUnifier_is_folder, r=compiler-errors | Matthias Krüger | -88/+26 |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -7/+10 |
| 2023-01-27 | Pacify tidy. | Camille GILLOT | -1/+1 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -0/+8 |
| 2023-01-27 | yeet | Boxy | -88/+26 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -1/+3 |
| 2023-01-27 | Separate trait selection from ambiguity reporting. | Camille GILLOT | -3/+14 |
| 2023-01-26 | fixup new usages of fn_sig, bound_fn_sig after rebasing | Kyle Matsuda | -5/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -5/+5 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -1/+1 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -7/+10 |
| 2023-01-26 | Intern CanonicalVarValues | Michael Goulet | -18/+15 |
| 2023-01-26 | Rollup merge of #107304 - Nilstrieb:ᐸTy as PartialEqᐳ::eq becau... | Matthias Krüger | -1/+657 |
| 2023-01-26 | improve fn pointer notes | Matthew J Perez | -8/+44 |
| 2023-01-25 | Use `can_eq` to compare types for default assoc type error | Nilstrieb | -3/+9 |
| 2023-01-25 | Move `note_and_explain_type_err` from `rustc_middle` to `rustc_infer` | Nilstrieb | -1/+651 |
| 2023-01-25 | Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk | bors | -14/+6 |
| 2023-01-24 | Add suggestions for function pointers | Matthew J Perez | -2/+79 |
| 2023-01-23 | Point at specific field in struct literal when trait fulfillment fails | Nathan Fenner | -24/+26 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -14/+6 |
| 2023-01-23 | Rollup merge of #104926 - spastorino:calculate_diverging_fallback-cleanups, r... | Dylan DPC | -3/+0 |
| 2023-01-22 | Remove confusing 'while checking' note from opaque future type mismatches | Michael Goulet | -46/+16 |
| 2023-01-22 | Store relationships on Inherent | Santiago Pastorino | -3/+0 |
| 2023-01-22 | Rollup merge of #107111 - chenyukang:yukang/fix-107090-fluent-parameters, r=p... | Matthias Krüger | -1/+6 |
| 2023-01-20 | Fix typo in opaque_types.rs | Ikko Eltociear Ashimine | -2/+2 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -11/+11 |
| 2023-01-19 | even more unify Projection/Opaque in outlives code | Ali MJ Al-Nasrawy | -139/+65 |
| 2023-01-18 | Fix #107090, fix missing arguments for fluent | yukang | -1/+6 |
| 2023-01-17 | Stop using `BREAK` & `CONTINUE` in compiler | Scott McMurray | -10/+10 |
| 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 | -18/+18 |
| 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 | -18/+18 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -11/+11 |
| 2023-01-17 | Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino | Matthias Krüger | -86/+41 |