-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Make casts of pointers to trait objects stricter #120248
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
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
36b1f44
Add a test for `*const Tr<A>` to `*const Tr<B>` casts
WaffleLapkin d06cf5b
Forbid casts of raw pointers to trait objects with the same trait, bu…
WaffleLapkin 9e8ef92
Add tests for `*const Trait<'a>` -> `*const Trait<'b>` and similar casts
WaffleLapkin 5645e8e
Add more checks for pointers with vtable meta
WaffleLapkin bb651d3
blessings
WaffleLapkin eac4916
Disallow `dyn Trait -> dyn Auto` back
WaffleLapkin e85295c
test blessing
WaffleLapkin c743557
Actually check that the traits are the same for casting pointers to d…
WaffleLapkin 340d69b
Align the changes to the lang decision
WaffleLapkin 06863ee
Delete `CloneAny` from `rust-analyzer`'s fork of `AnyMap`
WaffleLapkin cf7032f
Small fixes from review
WaffleLapkin b16f803
Make `DiagSymbolList` more generic
WaffleLapkin dc420a2
Use `DiagSymbolList` for a lint diagnostic
WaffleLapkin 52ba120
Remove unhelpful comments and add helpful ones
WaffleLapkin 9ef533e
Fill in tracking issue
WaffleLapkin a1f20f1
Properly normalize types in bck when checking pointer casts
WaffleLapkin 56de9da
Sort trait names before printing
WaffleLapkin 073f3a2
Equate types instead of using `Unsize`
WaffleLapkin f3c13bf
Allow casting `*mut dyn T`->`*mut (dyn T + Send)` if `T` has `Send` s…
WaffleLapkin File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.