Remove misc_cast and validate types when casting#103122
Merged
bors merged 1 commit intorust-lang:masterfrom Oct 25, 2022
Merged
Remove misc_cast and validate types when casting#103122bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Collaborator
|
Some changes occurred to the CTFE / Miri engine cc @rust-lang/miri |
RalfJung
reviewed
Oct 19, 2022
RalfJung
reviewed
Oct 19, 2022
RalfJung
reviewed
Oct 19, 2022
RalfJung
reviewed
Oct 20, 2022
Member
There was a problem hiding this comment.
Suggested change
| // The rest is integer/pointer-"like", including fn ptr casts |
Member
|
LGTM with that last comment fixed. |
Contributor
|
@bors delegate+ r=oli-obk,RalfJung with the commits squashed |
Collaborator
|
✌️ @ouz-a can now approve this pull request |
a19a1d9 to
cc1407f
Compare
Contributor
Author
|
@bors r=oli-obk |
Collaborator
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Oct 22, 2022
Remove misc_cast and validate types when casting Continuing our work in rust-lang#102675 r? `@oli-obk`
Member
Member
|
Ah, Miri needs to be patched as well. You can test this locally with |
Collaborator
|
The Miri subtree was changed cc @rust-lang/miri |
c2446fd to
4bd9844
Compare
Contributor
Author
|
@bors r=oli-obk |
Collaborator
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Oct 24, 2022
Remove misc_cast and validate types when casting Continuing our work in rust-lang#102675 r? `@oli-obk`
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Oct 25, 2022
Remove misc_cast and validate types when casting Continuing our work in rust-lang#102675 r? ``@oli-obk``
Dylan-DPC
added a commit
to Dylan-DPC/rust
that referenced
this pull request
Oct 25, 2022
Remove misc_cast and validate types when casting Continuing our work in rust-lang#102675 r? ```@oli-obk```
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Oct 25, 2022
Rollup of 6 pull requests Successful merges: - rust-lang#98204 (Stabilize `Option::unzip()`) - rust-lang#102587 (rustc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`) - rust-lang#103122 (Remove misc_cast and validate types when casting) - rust-lang#103379 (Truncate thread names on Linux and Apple targets) - rust-lang#103482 (Clairify Vec::capacity docs) - rust-lang#103511 (Codegen tweaks) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this pull request
Jan 6, 2023
Remove misc_cast and validate types when casting Continuing our work in rust-lang#102675 r? ````@oli-obk````
Aaron1011
pushed a commit
to Aaron1011/rust
that referenced
this pull request
Jan 6, 2023
Rollup of 6 pull requests Successful merges: - rust-lang#98204 (Stabilize `Option::unzip()`) - rust-lang#102587 (rustc: Use `unix_sigpipe` instead of `rustc_driver::set_sigpipe_handler`) - rust-lang#103122 (Remove misc_cast and validate types when casting) - rust-lang#103379 (Truncate thread names on Linux and Apple targets) - rust-lang#103482 (Clairify Vec::capacity docs) - rust-lang#103511 (Codegen tweaks) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Continuing our work in #102675
r? @oli-obk