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
/
dec2flt
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-26
remove deprecated Error::description in impls
Marijn Schouten
-11
/
+6
2025-08-11
Make a James Bond reference
Jakub Stasiak
-2
/
+2
2025-08-11
dec2flt: Provide more valid inputs examples
Jakub Stasiak
-0
/
+2
2025-06-03
move `test-float-parse` tool into `src/tools` dir
onur-ozkan
-1
/
+1
2025-05-18
float: Add `f16` parsing and printing
Trevor Gross
-0
/
+16
2025-03-02
dec2flt: Refactor float traits
Trevor Gross
-3
/
+3
2025-03-02
dec2flt: Rename fields to be consistent with documented notation
Trevor Gross
-5
/
+8
2025-03-02
dec2flt: Rename `Number` to `Decimal`
Trevor Gross
-1
/
+1
2025-03-02
dec2flt: Rename `Decimal` to `DecimalSeq`
Trevor Gross
-1
/
+1
2025-03-02
dec2flt: Update documentation of existing methods
Trevor Gross
-2
/
+14
2024-11-13
update outdated comment about test-float-parse
onur-ozkan
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-07-17
Cfg nit
Dion Dokter
-1
/
+1
2024-06-11
Skip fast path for dec2flt when optimize_for_size
Dion Dokter
-2
/
+4
2023-04-10
Improve the floating point parser in `dec2flt`.
Tobias Decking
-3
/
+4
2023-03-04
Update comment.
Tobias Decking
-1
/
+1
2023-03-04
typo
Tobias Decking
-1
/
+1
2023-03-04
Add inlining annotations
Tobias Decking
-1
/
+10
2023-02-10
Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates
Tobias Bucher
-10
/
+7
2022-05-28
Corrected EBNF grammar for from_str
Isaac Chen
-1
/
+0
2022-04-16
Document the numeric value returned by string parsing for floats
Matthew Woodcraft
-2
/
+4
2022-03-10
make float parsing docs more comprehensive
Anton Lazarev
-5
/
+8
2022-03-10
Use implicit capture syntax in format_args
T-O-R-U-S
-1
/
+1
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-7
/
+2
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-154
/
+66
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-03-22
Add ability to read NaN/Infinity
Jubilee Young
-5
/
+7
2021-01-30
Rollup merge of #80959 - jhpratt:unsigned_abs-stabilization, r=m-ou-se
Yuki Okushi
-1
/
+1
2021-01-23
Fix small typo
David
-1
/
+1
2021-01-13
Use unsigned_abs throughout repository
Jacob Pratt
-1
/
+1
2020-11-05
Fix automatic_links warnings
Guillaume Gomez
-1
/
+1
2020-09-15
Add missing code examples in libcore
Guillaume Gomez
-0
/
+10
2020-08-27
Use intra-doc links in `core::num::dec2flt`
Camelid
-4
/
+0
2020-07-27
mv std libs to library/
mark
-0
/
+350