| Age | Commit message (Expand) | Author | Lines |
| 2023-09-21 | adjust how closure/generator types and rvalues are printed | Ralf Jung | -30/+30 |
| 2023-09-21 | update tests | lcnr | -4/+1 |
| 2023-09-20 | bless the known-bug tests | Deadbeef | -7/+1 |
| 2023-09-20 | Enable effects for libcore | Deadbeef | -18/+7 |
| 2023-09-14 | Paper over an accidental regression | Oli Scherer | -0/+13 |
| 2023-09-11 | Auto merge of #114586 - oli-obk:patch_tait_rpit_order_check, r=lcnr,compiler-... | bors | -3/+21 |
| 2023-09-11 | Bubble up opaque <eq> opaque operations instead of picking an order | Oli Scherer | -3/+21 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -19/+42 |
| 2023-09-07 | Add note | Michael Goulet | -0/+5 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -43/+66 |
| 2023-09-07 | Use self instead of the actual self ty | Michael Goulet | -2/+2 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -13/+133 |
| 2023-09-02 | Do not require associated types with Self: Sized to uphold bounds when confir... | Michael Goulet | -1/+17 |
| 2023-09-02 | RPITITs are considered object-safe, they're always on Self:Sized methods | Michael Goulet | -18/+29 |
| 2023-08-31 | Auto merge of #115366 - compiler-errors:associated-type-bound-implicit-lifeti... | bors | -0/+19 |
| 2023-08-30 | Revert "Auto merge of #102417 - oli-obk:opaque_lifetimes2, r=jackh726" | Oli Scherer | -8/+6 |
| 2023-08-30 | Capture lifetimes for associated type bounds destined to be lowered to opaques | Michael Goulet | -0/+19 |
| 2023-08-28 | Auto merge of #115326 - matthiaskrgr:rollup-qsoa8ar, r=matthiaskrgr | bors | -128/+29 |
| 2023-08-28 | Rollup merge of #115311 - dtolnay:usearcself, r=compiler-errors | Matthias Krüger | -8/+3 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -8/+3 |
| 2023-08-28 | Better error message for object type with GAT | Michael Goulet | -6/+12 |
| 2023-08-28 | Test variances of opaque captures | Michael Goulet | -0/+88 |
| 2023-08-28 | Bless tests | Michael Goulet | -9/+32 |
| 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 |