| Age | Commit message (Expand) | Author | Lines |
| 2024-02-22 | Tweak wording of "implemented trait isn't imported" suggestion | Esteban Küber | -1/+1 |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -80/+80 |
| 2024-02-08 | Rollup merge of #120103 - compiler-errors:concrete-afits, r=oli-obk | Matthias Krüger | -20/+51 |
| 2024-02-08 | Auto merge of #120558 - oli-obk:missing_impl_item_ice, r=estebank | bors | -18/+3 |
| 2024-02-06 | Don't expect early-bound region to be local in RPITIT well-formedness | Michael Goulet | -0/+38 |
| 2024-02-05 | Make sure refinement still works | Michael Goulet | -3/+53 |
| 2024-02-05 | Make the error message better | Michael Goulet | -9/+6 |
| 2024-02-05 | Allow desugaring async fn in trait to compatible, concrete future types | Michael Goulet | -31/+15 |
| 2024-02-05 | Avoid emitting trait bound errors of incoherent traits | Oli Scherer | -18/+3 |
| 2024-01-30 | Provide more context on derived obligation error primary label | Esteban Küber | -1/+1 |
| 2024-01-25 | Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT | Michael Goulet | -0/+18 |
| 2024-01-17 | Remove unnecessary `let`s and borrowing from `Waker::noop()` usage. | Kevin Reid | -5/+3 |
| 2024-01-08 | Make cycle error more resilient to where it starts | Michael Goulet | -11/+10 |
| 2024-01-08 | Point out source of recursion | Michael Goulet | -8/+14 |
| 2023-12-14 | Rollup merge of #118948 - compiler-errors:noop, r=eholk | Jubilee | -44/+31 |
| 2023-12-14 | Use the Waker::noop API in tests | Michael Goulet | -44/+31 |
| 2023-12-12 | Coroutine variant fields can be uninitialized | Tomasz Miąsko | -3/+5 |
| 2023-12-07 | recurse into refs when comparing tys for diagnostics | jyn | -2/+2 |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -16/+16 |
| 2023-10-25 | Rollup merge of #117133 - compiler-errors:coherence-constrained, r=oli-obk | Matthias Krüger | -0/+51 |
| 2023-10-24 | Merge impl_wf_inference into coherence checking | Michael Goulet | -0/+51 |
| 2023-10-24 | Remove incomplete features from RPITIT/AFIT tests | Michael Goulet | -37/+10 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -0/+28 |
| 2023-10-14 | Rollup merge of #116704 - compiler-errors:afit-lint-plus, r=tmandry | Matthias Krüger | -1/+1 |
| 2023-10-13 | Stabilize AFIT and RPITIT | Michael Goulet | -112/+47 |
| 2023-10-13 | Fix AFIT lint message to mention pitfall | Michael Goulet | -1/+1 |
| 2023-10-08 | remove trailing dots | Ali MJ Al-Nasrawy | -4/+4 |
| 2023-10-08 | always show and explain sub region | Ali MJ Al-Nasrawy | -44/+16 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -0/+16 |
| 2023-10-05 | Rollup merge of #116431 - estebank:issue-80476, r=compiler-errors | Jubilee | -2/+2 |
| 2023-10-05 | Auto merge of #116273 - compiler-errors:refine2, r=tmandry | bors | -6/+6 |
| 2023-10-05 | Auto merge of #116184 - compiler-errors:afit-lint, r=tmandry | bors | -0/+65 |
| 2023-10-04 | Tweak wording of E0562 | Esteban Küber | -2/+2 |
| 2023-10-03 | Point to full async fn for future | Michael Goulet | -26/+26 |
| 2023-10-03 | Address review nits | Michael Goulet | -1/+1 |
| 2023-10-03 | Only reachable traits | Michael Goulet | -2/+14 |
| 2023-10-03 | Fill in prose to describe the `async_fn_in_trait` lint | Travis Cross | -3/+3 |
| 2023-10-03 | Bless tests | Michael Goulet | -0/+22 |
| 2023-10-03 | Add async_fn_in_trait lint | Michael Goulet | -0/+31 |
| 2023-09-29 | Only trigger refine lint on reachable traits | Michael Goulet | -6/+6 |
| 2023-09-29 | Auto merge of #115759 - oli-obk:open_drop_from_non-ADT, r=lcnr | bors | -1/+1 |
| 2023-09-28 | Auto merge of #115659 - compiler-errors:itp, r=cjgillot | bors | -1/+0 |
| 2023-09-28 | Strip `OpaqueCast` during `RevealAll`. | Oli Scherer | -1/+1 |
| 2023-09-23 | Bless tests. | Camille GILLOT | -3/+8 |
| 2023-09-21 | Suggest desugaring to RPITIT when AFIT is required to be an auto trait | Michael Goulet | -0/+133 |
| 2023-09-13 | Detect cycle errors hidden by opaques during monomorphization | Michael Goulet | -0/+43 |
| 2023-09-08 | Stabilize impl_trait_projections | Michael Goulet | -1/+0 |
| 2023-09-07 | Don't emit refining_impl_trait for private items | Michael Goulet | -3/+3 |
| 2023-09-07 | Implement refinement lint for RPITIT | Michael Goulet | -3/+2 |
| 2023-08-28 | Revert "Suggest using `Arc` on `!Send`/`!Sync` types" | David Tolnay | -1/+0 |