| Age | Commit message (Expand) | Author | Lines |
| 2023-08-28 | RPITITs capture all their lifetimes | Michael Goulet | -58/+20 |
| 2023-08-27 | More precisely detect cycle errors from type_of on opaque | Michael Goulet | -120/+26 |
| 2023-08-14 | check for non-defining uses of RPIT | lcnr | -10/+95 |
| 2023-08-11 | Record binder for bare trait object in LifetimeCollectVisitor | Michael Goulet | -0/+64 |
| 2023-08-09 | Suggest using `Arc` on `!Send`/`!Sync` types | Esteban Kuber | -3/+8 |
| 2023-08-08 | Remove dangling tests | Michael Goulet | -800/+0 |
| 2023-08-08 | add'l test | Michael Goulet | -0/+15 |
| 2023-08-08 | Install bidirectional outlives predicates for RPITITs (and RPITs) correctly | Michael Goulet | -0/+11 |
| 2023-08-04 | don't ICE on higher ranked hidden types | Ali MJ Al-Nasrawy | -0/+21 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -2/+15 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -0/+35 |
| 2023-08-01 | Suppress unnecessary outlives | Michael Goulet | -18/+2 |
| 2023-08-01 | Auto merge of #112849 - m-ou-se:panic-message-format, r=thomcc | bors | -1/+1 |
| 2023-07-31 | Rollup merge of #114182 - Ddystopia:cleanup-after-113312, r=lcnr | Matthias Krüger | -0/+0 |
| 2023-07-31 | Don't check unnecessarily that impl trait is RPIT | Michael Goulet | -0/+51 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -25/+1 |
| 2023-07-30 | Rollup merge of #113741 - compiler-errors:rpitit-projects-to-missing-opaque, ... | Jubilee | -0/+26 |
| 2023-07-30 | Don't install default projection bound for RPITITs | Michael Goulet | -0/+26 |
| 2023-07-30 | Remap explicit item bounds of RPITIT's opaque back to ty::Opaque | Michael Goulet | -25/+1 |
| 2023-07-30 | Rollup merge of #114256 - Urgau:fix-issue-114180, r=WaffleLapkin | Matthias Krüger | -6/+24 |
| 2023-07-30 | Fix invalid suggestion for mismatched types in closure arguments | Urgau | -6/+24 |
| 2023-07-29 | some nits, bless test | Michael Goulet | -16/+2 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+29 |
| 2023-07-29 | Take RPITITs inherit the assumed_wf_types of their parent fn | Michael Goulet | -4/+0 |
| 2023-07-29 | Change default panic handler message format. | Mara Bos | -1/+1 |
| 2023-07-28 | clean up after 113312 | Oleksandr Babak | -0/+0 |
| 2023-07-28 | Rollup merge of #114147 - compiler-errors:missing-rpitits, r=spastorino | Matthias Krüger | -0/+27 |
| 2023-07-28 | Rollup merge of #114146 - compiler-errors:dont-report-rpitit-name, r=spastorino | Matthias Krüger | -0/+99 |
| 2023-07-28 | Auto merge of #113312 - Ddystopia:auto-trait-fun, r=lcnr | bors | -0/+10 |
| 2023-07-28 | Auto merge of #114134 - fee1-dead-contrib:rm-constness-from-param-env, r=oli-obk | bors | -10/+9 |
| 2023-07-27 | Add additional test | Michael Goulet | -0/+44 |
| 2023-07-27 | Insert RPITITs that were shadowed by missing ADTs that resolve to type error | Michael Goulet | -0/+27 |
| 2023-07-27 | tighten span slightly for synthetic item | Michael Goulet | -2/+2 |
| 2023-07-27 | Skip reporting item name when checking RPITIT GAT's associated type bounds hold | Michael Goulet | -0/+55 |
| 2023-07-27 | update tests, adding known-bug | Deadbeef | -10/+9 |
| 2023-07-27 | Consider a goal as NOT changed if its response is identity modulo regions | Michael Goulet | -1/+1 |
| 2023-07-20 | Auto merge of #113622 - RickleAndMortimer:issue-113184-fix, r=oli-obk | bors | -0/+2 |
| 2023-07-19 | Auto merge of #113690 - aliemjay:opaque-defined-by-trait, r=compiler-errors | bors | -0/+12 |
| 2023-07-18 | moved note as unspanned note, moved note to the bottom of the msg | nxya | -10/+2 |
| 2023-07-18 | added links as a note | nxya | -2/+2 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -2/+2 |
| 2023-07-18 | added links as a note | nxya | -2/+12 |
| 2023-07-18 | add links to query documentation for E0391 | nxya | -2/+2 |
| 2023-07-15 | Check entry type as part of item type checking. | Camille GILLOT | -8/+8 |
| 2023-07-14 | allow opaques to be defined by trait queries | Ali MJ Al-Nasrawy | -0/+12 |
| 2023-07-10 | Auto merge of #112988 - spastorino:new-rpitit-24, r=compiler-errors | bors | -85/+408 |
| 2023-07-08 | Replace RPITIT current impl with new strategy that lowers as a GAT | Santiago Pastorino | -85/+408 |
| 2023-07-08 | Auto merge of #113491 - matthiaskrgr:rollup-mueqz7h, r=matthiaskrgr | bors | -2/+2 |
| 2023-07-08 | Rollup merge of #113005 - compiler-errors:dont-query-normalize, r=cjgillot | Matthias Krüger | -2/+2 |
| 2023-07-08 | Rollup merge of #113335 - compiler-errors:reveal-opaques-in-new-solver, r=lcnr | Matthias Krüger | -0/+11 |