-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial implementation of dyn* #101212
Merged
Merged
Initial implementation of dyn* #101212
Commits on Sep 12, 2022
-
Introduce dyn_star feature flag
The primary purpose of this commit is to introduce the dyn_star flag so we can begin experimenting with implementation. In order to have something to do in the feature gate test, we also add parser support for `dyn* Trait` objects. These are currently treated just like `dyn Trait` objects, but this will change in the future. Note that for now `dyn* Trait` is experimental syntax to enable implementing some of the machinery needed for async fn in dyn traits without fully supporting the feature.
Configuration menu - View commit details
-
Copy full SHA for eff35e5 - Browse repository at this point
Copy the full SHA eff35e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c01273 - Browse repository at this point
Copy the full SHA 6c01273View commit details -
Also changes things to treat dyn* as a sized type, unlike dyn Trait.
Configuration menu - View commit details
-
Copy full SHA for 7fccac3 - Browse repository at this point
Copy the full SHA 7fccac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 549c105 - Browse repository at this point
Copy the full SHA 549c105View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5441ac - Browse repository at this point
Copy the full SHA c5441acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 48e7f24 - Browse repository at this point
Copy the full SHA 48e7f24View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef7062d - Browse repository at this point
Copy the full SHA ef7062dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12353c1 - Browse repository at this point
Copy the full SHA 12353c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12ec2f0 - Browse repository at this point
Copy the full SHA 12ec2f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b2ed2dc - Browse repository at this point
Copy the full SHA b2ed2dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 03148ff - Browse repository at this point
Copy the full SHA 03148ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for ddfcca4 - Browse repository at this point
Copy the full SHA ddfcca4View commit details
Commits on Sep 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3c2d20e - Browse repository at this point
Copy the full SHA 3c2d20eView commit details -
Configuration menu - View commit details
-
Copy full SHA for de42ac3 - Browse repository at this point
Copy the full SHA de42ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf04547 - Browse repository at this point
Copy the full SHA cf04547View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0faafbf - Browse repository at this point
Copy the full SHA 0faafbfView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.