add signed ints to unn- transmutes to ensure feature parity#140804
Merged
bors merged 1 commit intorust-lang:masterfrom May 9, 2025
Merged
add signed ints to unn- transmutes to ensure feature parity#140804bors merged 1 commit intorust-lang:masterfrom
bors merged 1 commit intorust-lang:masterfrom
Conversation
Collaborator
Collaborator
|
Some changes occurred to MIR optimizations cc @rust-lang/wg-mir-opt |
This comment has been minimized.
This comment has been minimized.
Member
Collaborator
|
The Miri subtree was changed cc @rust-lang/miri |
RalfJung
reviewed
May 8, 2025
| // We're testing x86 target specific features | ||
| //@only-target: x86_64 i686 | ||
|
|
||
| #![allow(unnecessary_transmutes)] |
Member
There was a problem hiding this comment.
Please leave an empty line between module-level attributes and the module contents.
This comment has been minimized.
This comment has been minimized.
lcnr
reviewed
May 9, 2025
Contributor
lcnr
left a comment
There was a problem hiding this comment.
r=me after the exiting nit by Ralf
Contributor
|
@bors r+ rollup |
Collaborator
jhpratt
added a commit
to jhpratt/rust
that referenced
this pull request
May 9, 2025
add signed ints to unn- transmutes to ensure feature parity i forgot a few cases rust-lang/rust-clippy#14703 adds - char -> i32 - i32 -> char - float -> size () - size -> float - i32 -> float `@rustbot` label L-unnecessary_transmutes
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 9, 2025
Rollup of 5 pull requests Successful merges: - rust-lang#140801 (Use span before macro expansion in lint for-loops-over-falibles) - rust-lang#140804 (add signed ints to unn- transmutes to ensure feature parity) - rust-lang#140812 (Fix `tests/rustdoc-json` triagebot message path) - rust-lang#140817 (bootstrap: more consistent use of `...` when citing configuration snippets) - rust-lang#140828 (Enable non-leaf Frame Pointers for Arm64 Windows) r? `@ghost` `@rustbot` modify labels: rollup
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 9, 2025
Rollup of 5 pull requests Successful merges: - rust-lang#140801 (Use span before macro expansion in lint for-loops-over-falibles) - rust-lang#140804 (add signed ints to unn- transmutes to ensure feature parity) - rust-lang#140812 (Fix `tests/rustdoc-json` triagebot message path) - rust-lang#140817 (bootstrap: more consistent use of `...` when citing configuration snippets) - rust-lang#140828 (Enable non-leaf Frame Pointers for Arm64 Windows) r? `@ghost` `@rustbot` modify labels: rollup --- try-job: test-various
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 9, 2025
Rollup of 5 pull requests Successful merges: - rust-lang#140801 (Use span before macro expansion in lint for-loops-over-falibles) - rust-lang#140804 (add signed ints to unn- transmutes to ensure feature parity) - rust-lang#140812 (Fix `tests/rustdoc-json` triagebot message path) - rust-lang#140817 (bootstrap: more consistent use of `...` when citing configuration snippets) - rust-lang#140828 (Enable non-leaf Frame Pointers for Arm64 Windows) r? `@ghost` `@rustbot` modify labels: rollup
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this pull request
May 9, 2025
Rollup merge of rust-lang#140804 - bend-n:signed, r=lcnr add signed ints to unn- transmutes to ensure feature parity i forgot a few cases rust-lang/rust-clippy#14703 adds - char -> i32 - i32 -> char - float -> size () - size -> float - i32 -> float ``@rustbot`` label L-unnecessary_transmutes
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.
i forgot a few cases rust-lang/rust-clippy#14703
adds
@rustbot label L-unnecessary_transmutes