index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
library
/
core
/
src
/
fmt
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2025-05-18
float: Add `f16` parsing and printing
Trevor Gross
-0
/
+36
2025-03-12
Reduce FormattingOptions to 64 bits.
Mara Bos
-3
/
+3
2025-03-10
Limit formatting width and precision to 16 bits.
Mara Bos
-6
/
+6
2024-12-05
Access members of `FormattingOptions` directly instead of via getters/setters
Elias Holzmann
-3
/
+3
2024-12-05
Formatter: Access members via getter methods wherever possible
Elias Holzmann
-3
/
+3
2024-11-12
remove no-longer-needed abs_private
Ralf Jung
-1
/
+1
2024-10-15
Refactor `floating` macro and nofloat panic message
zlfn
-23
/
+24
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-24
Replace `MaybeUninit::uninit_array()` with array repeat expression.
Kevin Reid
-8
/
+10
2024-04-11
Add a `Debug` impl and some basic functions to `f16` and `f128`
Trevor Gross
-0
/
+16
2023-05-15
Mark internal functions and traits unsafe
LegionMammal978
-4
/
+8
2021-10-20
Rollup merge of #86479 - exphp-forks:float-debug-exponential, r=yaahc
Yuki Okushi
-4
/
+49
2021-06-19
Automatic exponential formatting in Debug
Michael Lamparski
-4
/
+49
2021-06-06
Move `flt2dec::{Formatted, Part}` to dedicated module
Gary Guo
-4
/
+5
2021-03-22
Preserve signed zero on roundtrip
Jubilee Young
-13
/
+6
2020-09-02
flt2dec: properly handle uninitialized memory
Ralf Jung
-68
/
+48
2020-08-30
update fixmes
DPC
-8
/
+8
2020-08-29
rename get_{ref, mut} to assume_init_{ref,mut} in Maybeuninit
DPC
-8
/
+8
2020-07-27
mv std libs to library/
mark
-0
/
+207