| Age | Commit message (Expand) | Author | Lines |
| 2023-10-05 | move subtyper change reveal_all | ouz-a | -0/+25 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -104/+104 |
| 2023-10-05 | Rollup merge of #116296 - compiler-errors:default-return, r=estebank | Jubilee | -2/+2 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -0/+11 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -3/+13 |
| 2023-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+4 |
| 2023-10-04 | Point to where missing return type should go | Michael Goulet | -2/+2 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -104/+104 |
| 2023-10-04 | Relate AliasTy considering variance | Michael Goulet | -0/+14 |
| 2023-10-04 | Show suggestion for `<SelfTy as Trait>::assoc_fn` in more cases and fmt code | Esteban Küber | -0/+10 |
| 2023-10-04 | Reorder fullfillment errors to keep more interesting ones first | Esteban Küber | -24/+19 |
| 2023-10-03 | Bless tests | Michael Goulet | -3/+13 |
| 2023-10-02 | Point out the actual mismatch error | Michael Goulet | -0/+1 |
| 2023-10-02 | For a single impl candidate, try to unify it with error trait ref | Michael Goulet | -2/+2 |
| 2023-09-29 | Only trigger refine lint on reachable traits | Michael Goulet | -0/+11 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -19/+42 |
| 2023-09-27 | Rollup merge of #116149 - compiler-errors:anonymize, r=lcnr | Matthias Krüger | -0/+13 |
| 2023-09-27 | Auto merge of #116156 - oli-obk:opaque_place_unwrap, r=compiler-errors | bors | -0/+36 |
| 2023-09-26 | Anonymize binders for refining_impl_trait check | Michael Goulet | -0/+13 |
| 2023-09-26 | Auto merge of #116072 - compiler-errors:rpitit-implied-bounds, r=aliemjay | bors | -0/+81 |
| 2023-09-25 | Only prevent field projections into opaque types, not types containing opaque... | Oli Scherer | -0/+36 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -23/+17 |
| 2023-09-23 | Revert duplication of tests. | Camille GILLOT | -350/+21 |
| 2023-09-22 | Need to use hybrid param-env to make sure implication is not circular | Michael Goulet | -0/+42 |
| 2023-09-22 | Use placeholders to prevent using inferred RPITIT types to imply their own WF... | Michael Goulet | -0/+39 |
| 2023-09-22 | Auto merge of #115696 - RalfJung:closure-ty-print, r=oli-obk | bors | -30/+30 |
| 2023-09-22 | Auto merge of #114776 - fee1-dead-contrib:enable-effects-in-libcore, r=oli-obk | bors | -21/+4 |
| 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 |