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
/
src
/
libcore
/
num
/
dec2flt
/
rawfp.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-23
Fix some float operations to work together with the assoc consts
Linus Färnstrand
-5
/
+5
2019-11-26
Format libcore with rustfmt
David Tolnay
-34
/
+36
2019-04-18
libcore => 2018
Taiki Endo
-9
/
+9
2019-02-10
libs: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
tests: doc comments
Alexander Regueiro
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-08-04
Remove redundant field names in structs
ljedrz
-3
/
+3
2018-05-22
Remove the unstable Float trait
Simon Sapin
-10
/
+23
2017-12-23
Move Bits constraints to RawFloat::RawBits
Clar Charr
-4
/
+19
2017-12-22
Expose float from_bits and to_bits in libcore.
Clar Charr
-33
/
+6
2017-08-15
Fix typos & us spellings
Fourchaux
-3
/
+3
2017-04-20
Remove float_extras
Josh Stone
-7
/
+34
2017-04-14
Use associated constants in core::num::dec2flt
Robin Kruppe
-123
/
+69
2017-04-03
Replace ^ with <sup> html balise
Guillaume Gomez
-6
/
+7
2016-08-24
Use `#[prelude_import]` in `libcore`.
Jeffrey Seyfried
-1
/
+0
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-3
/
+32
2016-01-12
Speed up dec2flt fast path with additional tables.
Robin Kruppe
-0
/
+12
2015-12-12
Remove an accent in a comment
Robin Kruppe
-1
/
+1
2015-09-20
Reorganize core::num internals
Robin Kruppe
-2
/
+2
2015-08-08
Accurate decimal-to-float parsing routines.
Robin Kruppe
-0
/
+356