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
/
f64.rs
Age
Commit message (
Expand
)
Author
Lines
2021-10-11
Rollup merge of #89753 - jkugelman:must-use-from_value-conversions, r=joshtri...
Guillaume Gomez
-0
/
+4
2021-10-10
Add #[must_use] to from_value conversions
John Kugelman
-0
/
+4
2021-10-10
Rollup merge of #89720 - jkugelman:must-use-math-operations, r=joshtriplett
Matthias Krüger
-0
/
+14
2021-10-09
Add #[must_use] to math and bit manipulation methods
John Kugelman
-0
/
+14
2021-10-09
Add #[must_use] to is_condition tests
John Kugelman
-0
/
+9
2021-06-01
Intra doc link-ify a reference to a function
est31
-2
/
+2
2021-05-25
Remove num_as_ne_bytes feature
Hoe Hao Cheng
-29
/
+0
2021-04-11
Stabilize is_subnormal.
Mara Bos
-2
/
+1
2021-02-25
Convert the rest of the standard library primitives to intra-doc links
Joshua Nelson
-15
/
+15
2021-02-23
Convert core/num/mod.rs to intra-doc links
Joshua Nelson
-5
/
+5
2021-01-20
Deprecate-in-future the constants superceded by RFC 2700
bstrie
-4
/
+60
2020-11-27
Move {f32,f64}::clamp to core.
Mara Bos
-0
/
+35
2020-11-22
Add f{32,64}::is_subnormal
ltdk
-0
/
+26
2020-11-01
Point out that total_cmp is no strict superset of partial comparison
est31
-0
/
+4
2020-09-20
Implement as_ne_bytes for floats and integers
Hoe Hao Cheng
-0
/
+29
2020-08-22
Add `#![feature(const_float_classify)]` for `f64::classify` and friends
Dylan MacKenzie
-9
/
+17
2020-08-22
Add `#![feature(const_float_bits_conv)]` for `f64::to_bits` and friends
Dylan MacKenzie
-8
/
+16
2020-07-27
mv std libs to library/
mark
-0
/
+903