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
/
libstd
/
f64.rs
Age
Commit message (
Expand
)
Author
Lines
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
rename div_euc -> div_euclid, and mod_euc -> rem_euclid
Nicole Mazzuca
-15
/
+15
2018-12-15
Fix a small mistake regarding NaNs in a deprecation message
Tobias Bucher
-1
/
+2
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-10-24
Fix doc for new copysign functions
Raph Levien
-4
/
+4
2018-10-18
Add must_use on copysign
Raph Levien
-0
/
+1
2018-10-17
Fix inconsistent documentation
Raph Levien
-3
/
+4
2018-10-17
Add a `copysign` function to f32 and f64
Raph Levien
-0
/
+27
2018-06-26
Clarify rational behind current implementation of `.mod_euc()`
Fabian Kössel
-0
/
+4
2018-06-26
Document round-off error in `.mod_euc()`-method, see issue #50179
Fabian Kössel
-1
/
+6
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-11
/
+1
2018-05-13
Add “Examples” section header in f32/f64 doc comments.
Corey Farwell
-0
/
+76
2018-05-10
Rollup merge of #50588 - ExpHP:i-can-see-my-house-from-here, r=frewsxcv
Alex Crichton
-2
/
+2
2018-05-09
move See also links to top
Michael Lamparski
-2
/
+2
2018-05-09
Clarify in the docs that `mul_add` is not always faster.
Corey Farwell
-2
/
+4
2018-04-21
Move intrinsics-based float methods out of libcore into libstd
Simon Sapin
-3
/
+14
2018-04-21
Add some f32 and f64 inherent methods in libcore
Simon Sapin
-282
/
+9
2018-03-28
Address nits and tidy errors.
Fabian Zaiser
-2
/
+2
2018-03-26
Implement RFC #2169 (Euclidean division).
Fabian Zaiser
-0
/
+50
2018-03-21
Fixed clockwise/counter-clockwise in atan2 documentation in f32 and f64
Maxwell Borden
-4
/
+5
2018-02-11
typo: correct endianess to endianness (this also changes function names!)
Matthias Krüger
-1
/
+1
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
[next]