| Age | Commit message (Expand) | Author | Lines |
| 2023-05-26 | Rollup merge of #111947 - obeis:issue-111943, r=compiler-errors | Matthias Krüger | -0/+38 |
| 2023-05-26 | Add test for RPIT defined with different hidden types with different substs | Obei Sideg | -0/+38 |
| 2023-05-25 | Don't print newlines in APITs | Michael Goulet | -0/+44 |
| 2023-05-18 | Remove return type sized check hack from hir typeck | Michael Goulet | -51/+5 |
| 2023-05-18 | Simplify suggestion when returning bare dyn trait | Michael Goulet | -90/+84 |
| 2023-05-16 | Use error term if missing associated item in new solver | Michael Goulet | -1/+15 |
| 2023-05-13 | improve error for `impl<..> impl Trait for Type` | y21 | -0/+64 |
| 2023-05-13 | Rollup merge of #111451 - compiler-errors:note-cast-origin, r=b-naber | Dylan DPC | -4/+2 |
| 2023-05-12 | Use the opaque_types_defined_by query to cheaply check for whether a hidden t... | Oli Scherer | -0/+134 |
| 2023-05-12 | Note base types of coercion | Michael Goulet | -4/+2 |
| 2023-05-05 | Rollup merge of #111052 - nnethercote:fix-ice-test, r=Nilstrieb | Yuki Okushi | -19/+5 |
| 2023-05-05 | Don't print backtrace on ICEs in `issue-86800.rs`. | Nicholas Nethercote | -19/+5 |
| 2023-05-04 | Rollup merge of #111039 - compiler-errors:foreign-span-rpitit, r=tmiasko | Matthias Krüger | -6/+30 |
| 2023-05-02 | Mark RPITIT and AFIT as no longer incomplete | Michael Goulet | -92/+4 |
| 2023-04-30 | Encode def span for foreign RPITITs | Michael Goulet | -6/+30 |
| 2023-04-25 | vars are ? | Michael Goulet | -2/+2 |
| 2023-04-21 | Auto merge of #96840 - cjgillot:query-feed, r=oli-obk | bors | -2/+2 |
| 2023-04-21 | Auto merge of #110370 - c410-f3r:dqewdas, r=petrochenkov | bors | -0/+7 |
| 2023-04-20 | Move test files | Caio | -0/+7 |
| 2023-04-20 | Give more descriptive names to queries. | Camille GILLOT | -2/+2 |
| 2023-04-16 | Account for variance in outlives verification. | Camille GILLOT | -21/+0 |
| 2023-04-16 | Add tests. | Camille GILLOT | -0/+72 |
| 2023-04-12 | Special-case item attributes in the suggestion output | Esteban Küber | -14/+0 |
| 2023-04-12 | Tweak output for 'add line' suggestion | Esteban Küber | -14/+28 |
| 2023-04-12 | Split out a separate feature gate for impl trait in associated types | Oli Scherer | -78/+74 |
| 2023-04-06 | Remove index from BrAnon | Jack Huey | -1/+1 |
| 2023-04-03 | Perform match checking on THIR. | Camille GILLOT | -0/+10 |
| 2023-03-30 | Rollup merge of #109509 - ehuss:overlapping-tests, r=Mark-Simulacrum | Yuki Okushi | -0/+0 |
| 2023-03-29 | Bless some extra working tests under -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -0/+2 |
| 2023-03-29 | Properly skip RPITITs from ModChild and give a name in AssocItem | Santiago Pastorino | -1/+1 |
| 2023-03-29 | Walk return-position impl trait in trait deeply in associated_item_def_ids | Michael Goulet | -5/+16 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -11/+36 |
| 2023-03-23 | Deeply check WF for RPITITs | Michael Goulet | -11/+36 |
| 2023-03-23 | Nested impl traits trigger opaque_hidden_inferred_bound too much | Michael Goulet | -36/+0 |
| 2023-03-22 | Rename tests to ensure they don't have overlapping names. | Eric Huss | -0/+0 |
| 2023-03-23 | Rollup merge of #109414 - spastorino:new-rpitit-16, r=compiler-errors | Dylan DPC | -3/+27 |
| 2023-03-21 | Always encode RPITITs | Santiago Pastorino | -0/+2 |
| 2023-03-21 | Do not consider synthesized RPITITs on missing items checks | Santiago Pastorino | -3/+27 |
| 2023-03-21 | Rollup merge of #109240 - compiler-errors:dont-binder-twice, r=oli-obk | nils | -0/+6 |
| 2023-03-20 | Rollup merge of #109277 - spastorino:new-rpitit-14, r=compiler-errors | Matthias Krüger | -1/+24 |
| 2023-03-20 | Walk un-shifted nested `impl Trait` in trait when setting up default trait me... | Michael Goulet | -0/+6 |
| 2023-03-18 | Rollup merge of #109238 - spastorino:new-rpitit-12, r=compiler-errors | Matthias Krüger | -1/+16 |
| 2023-03-17 | Fix generics_of for impl's RPITIT synthesized associated type | Santiago Pastorino | -0/+8 |
| 2023-03-17 | Fix impl_trait_ty_to_ty substs | Santiago Pastorino | -1/+16 |
| 2023-03-17 | Add revisions for -Zlower-impl-trait-in-trait-to-assoc-ty fixed tests | Santiago Pastorino | -5/+51 |
| 2023-03-17 | Fix generics mismatch errors for RPITITs on -Zlower-impl-trait-in-trait-to-as... | Santiago Pastorino | -1/+16 |
| 2023-03-16 | Don't install default opaque projection predicates in RPITIT associated type'... | Michael Goulet | -3/+46 |
| 2023-03-16 | Install projection from RPITIT to default trait method opaque correctly | Michael Goulet | -1/+14 |
| 2023-03-15 | Add revisions to fixed tests in -Zlower-impl-trait-in-trait-to-assoc-ty | Santiago Pastorino | -7/+90 |
| 2023-03-14 | Rollup merge of #108923 - spastorino:new-rpitit-9, r=compiler-errors | Matthias Krüger | -0/+2 |