| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -3/+2 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+16 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+16 |
| 2023-01-14 | Auto merge of #106696 - kylematsuda:early-binder, r=lcnr | bors | -0/+1 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -1/+1 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -1/+2 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -86/+41 |
| 2023-01-13 | Keep obligation chain when elaborating obligations | Esteban Küber | -3/+15 |
| 2023-01-12 | is_ty_infer -> is_ty_or_numeric_infer | Michael Goulet | -7/+7 |
| 2023-01-12 | Rollup merge of #106714 - Ezrashaw:remove-e0490, r=davidtwco | nils | -61/+3 |
| 2023-01-12 | Auto merge of #106760 - compiler-errors:rollup-0bogyco, r=compiler-errors | bors | -1/+10 |
| 2023-01-12 | remove unreachable error code `E0490` | Ezra Shaw | -61/+3 |
| 2023-01-11 | Fix invalid syntax in impl Trait parameter type suggestions for E0311 | yanchen4791 | -17/+77 |
| 2023-01-11 | Move autoderef to rustc_hir_analysis | Michael Goulet | -1/+10 |
| 2023-01-11 | Change `src/test` to `tests` in source files, fix tidy and tests | Albert Larsan | -3/+3 |
| 2023-01-10 | Rollup merge of #106204 - compiler-errors:no-take-opaques-in-compare, r=oli-obk | Yuki Okushi | -9/+7 |