-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Add f16
formatting and parsing
#127013
Draft
tgross35
wants to merge
11
commits into
rust-lang:master
Choose a base branch
from
tgross35:f16-format-parse
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Add f16
formatting and parsing
#127013
+1,133
−605
Commits on Aug 30, 2024
-
float: Update some constants to
pub(crate)
These constants can be useful outside of their current module. Make them `pub(crate)` to allow for this.
Configuration menu - View commit details
-
Copy full SHA for 8764a89 - Browse repository at this point
Copy the full SHA 8764a89View commit details -
dec2flt: Update documentation of existing methods
Fix or elaborate existing float parsing documentation. This includes introducing a notation.
Configuration menu - View commit details
-
Copy full SHA for cc5d0ad - Browse repository at this point
Copy the full SHA cc5d0adView commit details -
dec2flt: Rename
Decimal
toDecimalSeq
This module currently contains two decimal types, `Decimal` and `Number`. These names don't provide a whole lot of insight into what exactly they are, and `Number` is actually the one that is more like an expected `Decimal` type. In accordance with this, rename the existing `Decimal` to `DecimalSeq`. This highlights that it contains a sequence of decimal digits, rather than representing a floating point decimal as would be expected.
Configuration menu - View commit details
-
Copy full SHA for 00ac235 - Browse repository at this point
Copy the full SHA 00ac235View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0315c9 - Browse repository at this point
Copy the full SHA e0315c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e683f3 - Browse repository at this point
Copy the full SHA 9e683f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bed882 - Browse repository at this point
Copy the full SHA 5bed882View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f305a3 - Browse repository at this point
Copy the full SHA 4f305a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d2876e - Browse repository at this point
Copy the full SHA 0d2876eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9eab3c4 - Browse repository at this point
Copy the full SHA 9eab3c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3636530 - Browse repository at this point
Copy the full SHA 3636530View commit details
Commits on Sep 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 483c643 - Browse repository at this point
Copy the full SHA 483c643View commit details
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.