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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
f64.rs
Age
Commit message (
Expand
)
Author
Lines
2018-01-24
Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichton
bors
-3
/
+2
2018-01-09
remove implementation detail from doc
Trevor Spiteri
-2
/
+2
2018-01-08
doc: show that `f32::log` and `f64::log` are not correctly rounded
Trevor Spiteri
-10
/
+9
2017-12-22
Expose float from_bits and to_bits in libcore.
Clar Charr
-3
/
+2
2017-12-21
Make core::f32/f64 docs match std.
Clar Charr
-1
/
+1
2017-11-24
Auto merge of #46012 - Gankro:float-conv-transmute, r=sfackler
bors
-28
/
+43
2017-11-23
Make float::from_bits transmute (and update the documentation to reflect this).
Alexis Beingessner
-28
/
+43
2017-11-20
Fix some docs summary nits
Marco A L Barbosa
-2
/
+3
2017-11-08
std: Move the `cmath` module into the `sys` module
Alex Crichton
-47
/
+2
2017-09-08
Revert "Add clamp functions"
Jacob Kiesel
-20
/
+0
2017-09-08
Revert "Add NAN examples"
Jacob Kiesel
-1
/
+0
2017-09-08
Revert "Fix f64 examples"
Jacob Kiesel
-4
/
+2
2017-09-08
Revert "Fix documentation and formatting."
Jacob Kiesel
-4
/
+1
2017-09-08
Revert "Add panic unit tests"
Jacob Kiesel
-18
/
+0
2017-09-04
Add panic unit tests
Jacob Kiesel
-0
/
+18
2017-09-01
Fix documentation and formatting.
Jacob Kiesel
-1
/
+4
2017-08-26
Fix f64 examples
Jacob Kiesel
-2
/
+4
2017-08-26
Add NAN examples
Jacob Kiesel
-0
/
+1
2017-08-26
Add clamp functions
Jacob Kiesel
-0
/
+20
2017-07-18
float_bits_conv made it into 1.20
est31
-2
/
+2
2017-07-06
Stabilize float_bits_conv
est31
-4
/
+2
2017-07-03
Make sNaN removal code tolerate different sNaN encodings
est31
-5
/
+8
2017-06-28
Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton
bors
-18
/
+8
2017-06-22
Fix NaN handling in is_sign_negative/positive
Simonas Kazlauskas
-18
/
+8
2017-06-16
Auto merge of #42430 - nagisa:core-float, r=alexcrichton
bors
-4
/
+2
2017-06-14
Re-implement float min/max in rust
Simonas Kazlauskas
-4
/
+2
2017-06-13
Ignore some failing test on wasm32-unknown-emscripten
Marco A L Barbosa
-0
/
+3
2017-04-20
Remove float_extras
Josh Stone
-179
/
+0
2017-04-18
Allow us to remove masking in the future
est31
-2
/
+2
2017-04-18
Preserve sNaN payload when converting them to quiet NaNs
est31
-7
/
+10
2017-04-18
Convert sNaN to quiet NaN instead of returning errors
est31
-12
/
+18
2017-04-18
assert_ne and tracking issue
est31
-2
/
+2
2017-04-18
Add examples heading
est31
-0
/
+4
2017-04-18
Return Err(()) when trying to convert sNaN representation to float
est31
-7
/
+17
2017-04-18
Add functions to safely transmute float to int
est31
-0
/
+51
2017-04-11
Improve module description for std::f32 and std::f64.
Paul Lange
-1
/
+3
2017-02-21
Get linkchecker clean
Steve Klabnik
-1
/
+1
2016-11-01
std: Flatten the num directory to reflect the module layout
Brian Anderson
-0
/
+1756