Treat f16 and f128 as floats in constant evaluation - #15897
Draft
samueltardieu wants to merge 1 commit into
Draft
Conversation
Collaborator
This was referenced Oct 16, 2025
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
October 16, 2025 21:22
a4b8e9a to
d2c4a42
Compare
dswij
approved these changes
Oct 17, 2025
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Oct 17, 2025
Member
|
@samueltardieu seems like some CI job failed |
Member
Author
Yeah, it looks like MSVC doesn't support some things related to either @rustbot author |
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
October 27, 2025 06:58
d2c4a42 to
e03c7af
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
November 5, 2025 12:19
e03c7af to
48c7a1d
Compare
This comment has been minimized.
This comment has been minimized.
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
November 15, 2025 04:43
48c7a1d to
639ed75
Compare
Collaborator
|
This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment has been minimized.
This comment has been minimized.
samueltardieu
marked this pull request as draft
January 9, 2026 13:16
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
January 9, 2026 13:17
639ed75 to
b33b060
Compare
This comment has been minimized.
This comment has been minimized.
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
2 times, most recently
from
March 5, 2026 22:19
98ec9f7 to
3414e2e
Compare
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
March 22, 2026 16:27
3414e2e to
75c2390
Compare
This comment has been minimized.
This comment has been minimized.
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
2 times, most recently
from
June 4, 2026 06:59
4b0594a to
99fd8a4
Compare
This comment has been minimized.
This comment has been minimized.
samueltardieu
force-pushed
the
features/constant-f16-f128
branch
from
July 19, 2026 06:45
99fd8a4 to
0ff760a
Compare
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.
Basis for enabling handling of
f16andf128in other existing lints.changelog: none