| Age | Commit message (Expand) | Author | Lines |
| 2023-01-19 | Do not filter substs in `remap_generic_params_to_declaration_params`. | Camille GILLOT | -0/+39 |
| 2022-12-06 | Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obk | Matthias Krüger | -0/+28 |
| 2022-12-05 | Tweak "the following other types implement trait" | Esteban Küber | -9/+4 |
| 2022-12-04 | Recurse into nested impl-trait when computing variance. | Camille GILLOT | -0/+28 |
| 2022-12-04 | Use parent function WfCheckingContext to check RPITIT. | Camille GILLOT | -0/+24 |
| 2022-11-28 | Rollup merge of #104936 - cjgillot:self-rpit-orig-too, r=oli-obk | Matthias Krüger | -0/+66 |
| 2022-11-26 | Pretty-print generators with their `generator_kind` | Arpad Borsos | -5/+5 |
| 2022-11-26 | Ignore bivariant parameters in test_type_match. | Camille GILLOT | -0/+66 |
| 2022-11-22 | Rollup merge of #103488 - oli-obk:impl_trait_for_tait, r=lcnr | Manish Goregaokar | -46/+59 |
| 2022-11-22 | Rollup merge of #104295 - compiler-errors:rpitit-generics-parity, r=eholk | Dylan DPC | -0/+29 |
| 2022-11-22 | Delay bug to deduplicate diagnostics | Michael Goulet | -11/+1 |
| 2022-11-22 | Check generics parity between impl and trait before collecting RPITITs | Michael Goulet | -0/+39 |
| 2022-11-22 | Rollup merge of #104656 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -0/+41 |
| 2022-11-21 | Allow opaque types in trait impl headers and rely on coherence to reject unso... | Oli Scherer | -46/+59 |
| 2022-11-21 | Auto merge of #103491 - cjgillot:self-rpit, r=oli-obk | bors | -10/+151 |
| 2022-11-20 | Move tests | Caio | -0/+41 |
| 2022-11-19 | Rollup merge of #104593 - compiler-errors:rpitit-object-safety-spans, r=fee1-... | Matthias Krüger | -6/+6 |
| 2022-11-19 | Improve spans for RPITIT object-safety errors | Michael Goulet | -6/+6 |
| 2022-11-18 | Add test | Michael Goulet | -0/+47 |
| 2022-11-15 | Rollup merge of #104258 - compiler-errors:tait-closure-deduce, r=oli-obk | Matthias Krüger | -0/+15 |
| 2022-11-13 | Create bidirectional bounds between original and duplicated parameters. | Camille GILLOT | -4/+1 |
| 2022-11-12 | Make impl_trait_projections a feature gate. | Camille GILLOT | -2/+146 |
| 2022-11-12 | Bless ui tests. | Camille GILLOT | -4/+4 |
| 2022-11-12 | Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPC | bors | -0/+135 |
| 2022-11-11 | Visit opaque types during type collection too. | Camille GILLOT | -228/+25 |
| 2022-11-11 | Resolve lifetimes using the regular logic for RPIT. | Camille GILLOT | -25/+202 |
| 2022-11-10 | Deduce closure signature from TAIT supertraits | Michael Goulet | -0/+15 |
| 2022-11-09 | Emit error in `collecting_trait_impl_trait_tys` on mismatched signatures | Nilstrieb | -0/+135 |
| 2022-11-08 | Rollup merge of #103827 - compiler-errors:rpitit-substs-compat, r=wesleywiser | Manish Goregaokar | -0/+102 |
| 2022-11-08 | selection failure: recompute applicable impls | lcnr | -5/+8 |
| 2022-11-01 | Fix ICE in default impl error reporting | Michael Goulet | -0/+49 |
| 2022-11-01 | Remap RPITIT substs properly | Michael Goulet | -0/+24 |
| 2022-11-01 | Check for substs compatibility for RPITITs | Michael Goulet | -0/+29 |
| 2022-10-30 | Rollup merge of #93582 - WaffleLapkin:rpitirpit, r=compiler-errors | Dylan DPC | -75/+256 |
| 2022-10-28 | Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillot | Matthias Krüger | -0/+23 |
| 2022-10-27 | Remap early bound lifetimes too | Michael Goulet | -0/+23 |
| 2022-10-26 | No need to probe when relating opaques in nll_relate | Michael Goulet | -0/+24 |
| 2022-10-25 | Name impl trait in region bound suggestion | Michael Goulet | -16/+16 |
| 2022-10-25 | adopt to compiler changes | Maybe Waffle | -9/+20 |
| 2022-10-25 | --bless | Maybe Waffle | -89/+106 |
| 2022-10-25 | Add even more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -1/+53 |
| 2022-10-25 | Add more tests for `impl Fn() -> impl Trait` | Maybe Waffle | -0/+106 |
| 2022-10-25 | Allow `impl Fn() -> impl Trait` in return position | Maybe Waffle | -66/+61 |
| 2022-10-24 | Delay span bug when we can't map lifetimes back in collect_trait_impl_trait_tys | Michael Goulet | -0/+37 |
| 2022-10-23 | Rollup merge of #103414 - compiler-errors:rpit-print-lt, r=cjgillot | Michael Howell | -2/+2 |
| 2022-10-23 | Rollup merge of #103368 - compiler-errors:normalization-ambiguity-bug, r=oli-obk | Matthias Krüger | -0/+135 |
| 2022-10-22 | Pretty print lifetimes captured by RPIT | Michael Goulet | -2/+2 |
| 2022-10-21 | tests | Michael Goulet | -0/+135 |
| 2022-10-21 | Handle RPITITs properly in register_hidden_type | Michael Goulet | -13/+50 |
| 2022-10-20 | Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillot | bors | -0/+23 |