| Age | Commit message (Expand) | Author | Lines |
| 2023-02-09 | Change to `ReError(ErrorGuaranteed)` | Esteban Küber | -14/+6 |
| 2023-02-09 | review comments | Esteban Küber | -1/+1 |
| 2023-02-09 | Introduce `ReError` | Esteban Küber | -11/+9 |
| 2023-02-09 | Auto merge of #106938 - GuillaumeGomez:normalize-projection-field-ty, r=oli-obk | bors | -1/+1 |
| 2023-02-07 | Replacing bound vars is actually instantiating a binder | Michael Goulet | -2/+2 |
| 2023-02-07 | Rollup merge of #107555 - edward-shen:edward-shen/dup-trait-suggestion, r=com... | Matthias Krüger | -0/+1 |
| 2023-02-06 | Modify existing bounds if they exist | Edward Shen | -0/+1 |
| 2023-02-06 | remove unused imports | klensy | -3/+0 |
| 2023-02-03 | Make const/fn return params more suggestable | Michael Goulet | -59/+32 |
| 2023-02-03 | Autotrait bounds on dyn-safe trait methods | David Tolnay | -0/+22 |
| 2023-02-03 | Disallow impl autotrait for trait object | David Tolnay | -40/+161 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -1/+1 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -52/+58 |
| 2023-01-31 | Auto merge of #106399 - estebank:type-err-span-label, r=nagisa | bors | -0/+1 |
| 2023-01-30 | Track bound types like bound regions | Michael Goulet | -1/+1 |
| 2023-01-30 | review comments | Esteban Küber | -4/+2 |
| 2023-01-30 | Modify primary span label for E0308 | Esteban Küber | -1/+4 |
| 2023-01-30 | Rollup merge of #107125 - WaffleLapkin:expect_an_item_in_your_hir_by_the_next... | Matthias Krüger | -22/+18 |
| 2023-01-30 | Replace enum `==`s with `match`es where it makes sense | Maybe Waffle | -52/+58 |
| 2023-01-30 | Use `expect_{use,fn}` in a couple of places | Maybe Waffle | -2/+2 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -2/+2 |
| 2023-01-28 | Auto merge of #107206 - cjgillot:no-h2l-map, r=WaffleLapkin | bors | -38/+50 |
| 2023-01-28 | Rename `is_object_safe` to `check_is_object_safe` to hint side effects | Gary Guo | -2/+2 |
| 2023-01-28 | Replace `object_safety_violations().is_empty()` calls with `is_object_safe` | Gary Guo | -1/+1 |
| 2023-01-28 | Remove `HirId -> LocalDefId` map from HIR. | Camille GILLOT | -37/+49 |
| 2023-01-28 | Take a LocalDefId in hir::Visitor::visit_fn. | Camille GILLOT | -1/+1 |
| 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 |