| Age | Commit message (Expand) | Author | Lines |
| 2023-01-28 | Rollup merge of #107339 - aliemjay:covariant, r=lcnr | Matthias Krüger | -5/+3 |
| 2023-01-28 | Rollup merge of #107100 - compiler-errors:issue-107087, r=lcnr | Matthias Krüger | -46/+66 |
| 2023-01-27 | Compute generator saved locals on MIR. | Camille GILLOT | -3/+36 |
| 2023-01-27 | Introduce GeneratorWitnessMIR. | Camille GILLOT | -6/+7 |
| 2023-01-27 | update comment on trait objects | Ali MJ Al-Nasrawy | -1/+1 |
| 2023-01-26 | fix up subst_identity vs skip_binder; add some FIXMEs as identified in review | Kyle Matsuda | -5/+5 |
| 2023-01-26 | change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB... | Kyle Matsuda | -24/+30 |
| 2023-01-26 | replace usages of fn_sig query with bound_fn_sig | Kyle Matsuda | -20/+26 |
| 2023-01-27 | internally change regions to be covariant | Ali MJ Al-Nasrawy | -5/+3 |
| 2023-01-23 | Use proper InferCtxt when probing for associated types in astconv | Michael Goulet | -46/+66 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -112/+117 |
| 2023-01-21 | Rollup merge of #106578 - compiler-errors:recursive-opaque-closure, r=TaKO8Ki | Michael Goulet | -6/+53 |
| 2023-01-21 | Auto merge of #106977 - michaelwoerister:unord_id_collections, r=oli-obk | bors | -9/+6 |
| 2023-01-21 | Label closure captures/generator locals that make opaque types recursive | Michael Goulet | -6/+53 |
| 2023-01-20 | Auto merge of #105102 - compiler-errors:copy-impl-considering-regions, r=lcnr | bors | -44/+66 |
| 2023-01-20 | Add and use expect methods to hir. | Maybe Waffle | -20/+16 |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -328/+275 |
| 2023-01-19 | Auto merge of #107038 - compiler-errors:dont-wfcheck-non-local-rpit, r=oli-obk | bors | -1/+12 |
| 2023-01-19 | Encode whether foreign opaques are TAITs or not | Michael Goulet | -1/+12 |
| 2023-01-19 | Auto merge of #106910 - aliemjay:alias-ty-in-regionck, r=oli-obk | bors | -3/+3 |
| 2023-01-19 | even more unify Projection/Opaque in outlives code | Ali MJ Al-Nasrawy | -3/+3 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -3/+2 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -9/+6 |
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -3/+2 |
| 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 | -3/+7 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -47/+47 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -3/+7 |
| 2023-01-17 | Remove double spaces after dots in comments | Maybe Waffle | -47/+47 |
| 2023-01-17 | Self review suggestions | Maybe Waffle | -3/+3 |
| 2023-01-17 | Review suggestions | Maybe Waffle | -16/+14 |
| 2023-01-17 | `rustc_hir_analysis`: remove `ref` patterns | Maybe Waffle | -168/+161 |
| 2023-01-17 | `rustc_hir_analysis`: some general code improvements | Maybe Waffle | -114/+92 |
| 2023-01-17 | Don't call closures immediately, use `try{}` blocks | Maybe Waffle | -45/+23 |
| 2023-01-17 | Rollup merge of #106829 - compiler-errors:more-alias-combine, r=spastorino | Matthias Krüger | -14/+6 |
| 2023-01-16 | Add missing normalization for union fields types | Guillaume Gomez | -1/+1 |
| 2023-01-15 | Remove bound_{explicit,}_item_bounds | Michael Goulet | -5/+4 |
| 2023-01-15 | Make InstantiatedPredicates impl IntoIterator | Michael Goulet | -11/+9 |
| 2023-01-15 | instantiate_own doesn't need to return a pair of vectors | Michael Goulet | -12/+13 |
| 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 | -4/+5 |
| 2023-01-14 | change impl_trait_ref query to return EarlyBinder; remove bound_impl_trait_re... | Kyle Matsuda | -35/+34 |
| 2023-01-14 | change usages of impl_trait_ref to bound_impl_trait_ref | Kyle Matsuda | -22/+30 |
| 2023-01-14 | change const_param_default query to return EarlyBinder; remove bound_const_pa... | Kyle Matsuda | -5/+3 |
| 2023-01-14 | change usages of const_param_default query to bound_const_param_default | Kyle Matsuda | -2/+2 |
| 2023-01-13 | Unify Opaque/Projection handling in region outlives code | Michael Goulet | -14/+6 |
| 2023-01-13 | Suggest lifetime bound in illegal Copy impl | Michael Goulet | -43/+63 |
| 2023-01-13 | Check ADT fields for copy implementations considering regions | Michael Goulet | -2/+4 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -17/+157 |