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
/
num
/
flt2dec
Age
Commit message (
Expand
)
Author
Lines
2025-07-20
flt2dec: use fill instead of loop
Marijn Schouten
-11
/
+7
2025-05-18
float: Add `f16` parsing and printing
Trevor Gross
-0
/
+7
2025-03-31
Refactor `diy_float`
Tobias Decking
-4
/
+4
2025-01-11
Add inherent versions of MaybeUninit methods for slices
ltdk
-34
/
+34
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-4
/
+4
2024-08-03
Remove unnecessary constants from flt2dec dragon
Christopher Swenson
-23
/
+26
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+1
2023-04-25
Add shortcut for Grisu3 algorithm.
mazong1123
-0
/
+16
2022-10-11
Fix inconsistent rounding of 0.5 when formatted to 0 decimal places
Andrew Tribick
-1
/
+1
2022-09-25
Remove unused variable.
Camille GILLOT
-4
/
+0
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-1
/
+1
2021-07-04
Auto merge of #86048 - nbdd0121:no_floating_point, r=Amanieu
bors
-101
/
+1
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-06-06
Move `flt2dec::{Formatted, Part}` to dedicated module
Gary Guo
-101
/
+1
2021-03-22
Preserve signed zero on roundtrip
Jubilee Young
-26
/
+6
2020-09-05
rename MaybeUninit slice methods
Ralf Jung
-43
/
+69
2020-09-02
flt2dec: properly handle uninitialized memory
Ralf Jung
-143
/
+221
2020-07-27
mv std libs to library/
mark
-0
/
+1955