| Age | Commit message (Expand) | Author | Lines |
| 2022-11-20 | Add test | Michael Goulet | -0/+47 |
| 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-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 |
| 2022-10-20 | Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726 | bors | -2/+6 |
| 2022-10-19 | Do anonymous lifetimes remapping correctly for nested rpits | Santiago Pastorino | -0/+23 |
| 2022-10-18 | Clean up query descriptions | nils | -4/+4 |
| 2022-10-15 | Fix subst issues with RPITIT | Michael Goulet | -0/+18 |
| 2022-10-14 | Require lifetime bounds for opaque types in order to allow hidden types to ca... | Oli Scherer | -2/+6 |
| 2022-10-13 | Auto merge of #102700 - oli-obk:0xDEAD_TAIT, r=compiler-errors | bors | -4/+11 |
| 2022-10-12 | Add broken test for AFIT with RPITIT | Michael Goulet | -0/+33 |
| 2022-10-07 | Unconditionally encode hidden types in typeck results | Oli Scherer | -4/+11 |
| 2022-10-05 | Fix test for default body with impl | Michael Goulet | -4/+10 |
| 2022-10-05 | Support default-body trait functions with RPITIT | Michael Goulet | -0/+15 |
| 2022-10-04 | Rollup merge of #102648 - Rageking8:add-test-for-#102605, r=compiler-errors | Matthias Krüger | -0/+56 |
| 2022-10-04 | Rollup merge of #102568 - compiler-errors:lint-unsatisfied-opaques, r=oli-obk | Dylan DPC | -0/+108 |
| 2022-10-04 | add test for #102605 | Rageking8 | -0/+56 |
| 2022-10-02 | Avoid ICE in printing RPITIT type | Michael Goulet | -0/+38 |
| 2022-10-02 | Make it a lint for all opaque types | Michael Goulet | -0/+108 |
| 2022-10-01 | Auto merge of #101986 - WaffleLapkin:move_lint_note_to_the_bottom, r=estebank | bors | -6/+6 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -6/+6 |
| 2022-09-30 | Auto merge of #102164 - compiler-errors:rpitit-foreign, r=TaKO8Ki | bors | -0/+20 |
| 2022-09-26 | address review | b-naber | -5/+5 |
| 2022-09-25 | Auto merge of #95474 - oli-obk:tait_ub, r=jackh726 | bors | -0/+64 |
| 2022-09-25 | Rollup merge of #102194 - fee1-dead-contrib:improve-const-drop, r=oli-obk | fee1-dead | -3/+3 |
| 2022-09-24 | Note the type when unable to drop values in compile time | Deadbeef | -3/+3 |
| 2022-09-23 | Report diagnostics at the actually actionable site | Oli Scherer | -11/+38 |
| 2022-09-23 | Showcase a broken diagnostic | Oli Scherer | -4/+4 |
| 2022-09-23 | Serialize RPITIT values in libs | Michael Goulet | -0/+20 |
| 2022-09-22 | Calculate ProjectionTy::trait_def_id correctly | Michael Goulet | -0/+59 |
| 2022-09-21 | Improve diagnostic for adding more bounds to opaque types | Oli Scherer | -4/+6 |
| 2022-09-21 | Reproduce sad diagnostic | Oli Scherer | -0/+35 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -0/+10 |
| 2022-09-13 | Simplify MIR building entry. | Camille GILLOT | -0/+10 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -10/+5 |
| 2022-09-12 | A SubstitutionPart is not a deletion if it replaces nothing with nothing | Michael Goulet | -3/+2 |
| 2022-09-12 | Rollup merge of #101681 - compiler-errors:rpitit-obj-safety, r=lcnr | Dylan DPC | -0/+72 |
| 2022-09-12 | Rollup merge of #101676 - compiler-errors:rpitit-wf, r=lcnr | Dylan DPC | -0/+49 |
| 2022-09-11 | Only encode RPITIT when trait method has default body | Michael Goulet | -0/+9 |
| 2022-09-11 | Deny RPITIT for object safety | Michael Goulet | -0/+72 |
| 2022-09-11 | Check that the types in RPITITs are WF | Michael Goulet | -0/+49 |
| 2022-09-10 | split compare_predicate_entailment and collect_trait_impl_trait_tys out | Michael Goulet | -10/+5 |