| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-01-22 | Refactor dyn-compatibility error and suggestions | Taylor Cramer | -1/+1 | |
| This CL makes a number of small changes to dyn compatibility errors: - "object safety" has been renamed to "dyn-compatibility" throughout - "Convert to enum" suggestions are no longer generated when there exists a type-generic impl of the trait or an impl for `dyn OtherTrait` - Several error messages are reorganized for user readability Additionally, the dyn compatibility error creation code has been split out into functions. cc #132713 cc #133267 | ||||
| 2024-12-13 | Stabilize async closures | Michael Goulet | -2/+0 | |
| 2024-12-02 | Gate async fn trait bound modifier on async_trait_bounds | Michael Goulet | -1/+1 | |
| 2024-11-30 | Do not create trait object type if missing associated types | Michael Goulet | -4/+1 | |
| 2024-03-19 | Only split by-ref/by-move futures for async closures | Michael Goulet | -3/+0 | |
| 2024-02-16 | [AUTO-GENERATED] Migrate ui tests from `//` to `//@` directives | 许杰友 Jieyou Xu (Joe) | -1/+1 | |
| 2024-01-31 | Add tests | Michael Goulet | -0/+14 | |
