Impl. const. eval. for "first bit" numeric built-ins#5101
Merged
ErichDonGubler merged 7 commits intogfx-rs:trunkfrom Jul 24, 2024
Merged
Conversation
9e8436c to
715d9ca
Compare
715d9ca to
ff4a61d
Compare
1385753 to
fd9c5d2
Compare
00765aa to
2b36f65
Compare
2b36f65 to
9e327e1
Compare
3f43c9d to
d5eb8f9
Compare
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
d5eb8f9 to
14ca774
Compare
This comment was marked as outdated.
This comment was marked as outdated.
14ca774 to
1621b9b
Compare
1621b9b to
3e23247
Compare
c57281f to
31ea912
Compare
99fe74d to
1a2118f
Compare
ErichDonGubler
commented
Jul 23, 2024
1a2118f to
f93f693
Compare
f93f693 to
47a5933
Compare
80 tasks
e3293f8 to
f73e616
Compare
f73e616 to
a1e6c86
Compare
Member
|
Just rebased this via GH's UI since it was running into timeouts that got fixed in #6030. |
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.
Connections
Link to the issues addressed by this PR, or dependent PRs in other repositories
Soft dependency on #5098.
Description
Describe what problem this is solving, and how it's solved.
I think it's self-evident, but I'm happy to write something longer if it's not.
Testing
Explain how this change is tested.
Some testing is evident from changes to Naga's snapshot tests, but there's not full coverage of these. I would accept a request to add tests before merging.
Checklist
cargo fmt.cargo clippy. If applicable, add:--target wasm32-unknown-unknown--target wasm32-unknown-emscriptencargo xtask testto run tests.CHANGELOG.md. See simple instructions inside file.