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
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-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-3
/
+3
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
-4
/
+69
2025-03-07
Rollup merge of #138034 - thaliaarchi:use-prelude-size-of, r=tgross35
Matthias Krüger
-1
/
+0
2025-03-06
library: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+0
2025-03-02
dec2flt: Refactor the fast path
Trevor Gross
-24
/
+23
2025-03-02
dec2flt: Refactor float traits
Trevor Gross
-111
/
+203
2025-03-02
dec2flt: Rename fields to be consistent with documented notation
Trevor Gross
-14
/
+18
2025-03-02
dec2flt: Rename `Number` to `Decimal`
Trevor Gross
-9
/
+9
2025-03-02
dec2flt: Rename `Decimal` to `DecimalSeq`
Trevor Gross
-22
/
+39
2025-03-02
dec2flt: Update documentation of existing methods
Trevor Gross
-17
/
+35
2025-01-20
core: add `#![warn(unreachable_pub)]`
Urgau
-18
/
+19
2024-11-13
update outdated comment about test-float-parse
onur-ozkan
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+3
2024-07-26
Fix doc nits
John Arundel
-4
/
+4
2024-07-16
Rollup merge of #126271 - diondokter:dec2flt-skip-fast-path, r=tgross35
Trevor Gross
-2
/
+4
2024-07-17
Cfg nit
Dion Dokter
-1
/
+1
2024-07-02
chore: remove duplicate words
hattizai
-1
/
+1
2024-06-24
Small fixme in core now that split_first has no codegen issues
Pavel Grigorenko
-6
/
+2
2024-06-11
Skip fast path for dec2flt when optimize_for_size
Dion Dokter
-2
/
+4
2023-08-14
explain why we can mutate the FPU control word
Ralf Jung
-0
/
+12
2023-04-10
Improve the floating point parser in `dec2flt`.
Tobias Decking
-287
/
+187
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
/
+18
2023-02-10
Remove a couple of `#[doc(hidden)] pub fn` and their `#[feature]` gates
Tobias Bucher
-10
/
+7
2023-01-14
Fix some missed double spaces.
André Vennberg
-1
/
+1
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-09-22
Added which number is computed in compute_float.
Orson Peters
-1
/
+1
2022-09-11
Fix naming format of IEEE 754 standard
LingMan
-1
/
+1
2022-05-28
Corrected EBNF grammar for from_str
Isaac Chen
-1
/
+0
2022-05-23
Rollup merge of #96129 - mattheww:2022-04_float_rounding, r=Dylan-DPC
Dylan DPC
-2
/
+4
2022-05-15
Rename `eq_ignore_case` to `starts_with_ignore_case`
gabriel-doriath-dohler
-4
/
+4
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-12-15
Rollup merge of #91916 - steffahn:fix-typos, r=dtolnay
Matthias Krüger
-1
/
+1
2021-12-14
Fix a bunch of typos
Frank Steffahn
-1
/
+1
2021-12-12
Stabilize asm! and global_asm!
Amanieu d'Antras
-0
/
+1
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-7
/
+2
2021-08-22
Fix typos “a”→“an”
Frank Steffahn
-1
/
+1
2021-07-17
Changed dec2flt to use the Eisel-Lemire algorithm.
Alex Huszagh
-2395
/
+2145
2021-06-23
Use HTTPS links where possible
Smitty
-1
/
+1
2021-03-27
Auto merge of #78618 - workingjubilee:ieee754-fmt, r=m-ou-se
bors
-5
/
+7
2021-03-22
Add ability to read NaN/Infinity
Jubilee Young
-5
/
+7
2021-03-22
Fix asm! from AT&T to Intel syntax
Josh Stone
-2
/
+2
[next]