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
/
f64.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
libs: doc comments
Alexander Regueiro
-5
/
+5
2019-01-07
Optimise floating point `is_finite` (2x) and `is_infinite` (1.6x).
Huon Wilson
-2
/
+12
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-06-02
Rollup merge of #50919 - frewsxcv:frewsxcv-epsilon, r=steveklabnik
Mark Simulacrum
-1
/
+5
2018-05-28
Provide more context for what the {f32,f64}::EPSILON values represent.
Corey Farwell
-1
/
+5
2018-05-22
Remove the unstable Float trait
Simon Sapin
-154
/
+74
2018-05-17
Switch to 1.26 bootstrap compiler
Mark Simulacrum
-3
/
+1
2018-05-09
move See also links to top
Michael Lamparski
-2
/
+2
2018-05-08
Add more logarithm constants
Clar Charr
-0
/
+8
2018-04-21
Move intrinsics-based float methods out of libcore into libstd
Simon Sapin
-27
/
+0
2018-04-21
Add some f32 and f64 inherent methods in libcore
Simon Sapin
-1
/
+295
2018-02-01
Use constant for 180/π in to_degrees
varkor
-0
/
+3
2018-01-24
Auto merge of #46931 - clarcharr:float_bits_core, r=alexcrichton
bors
-7
/
+17
2017-12-30
Optimise min/max
varkor
-2
/
+2
2017-12-22
Expose float from_bits and to_bits in libcore.
Clar Charr
-7
/
+17
2017-12-21
Make core::f32/f64 docs match std.
Clar Charr
-1
/
+6
2017-07-19
Fix overflowing_literals lint for large f32s
Oliver Middleton
-3
/
+0
2017-06-28
Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton
bors
-6
/
+11
2017-06-22
Fix NaN handling in is_sign_negative/positive
Simonas Kazlauskas
-6
/
+11
2017-06-14
Re-implement float min/max in rust
Simonas Kazlauskas
-0
/
+28
2017-04-20
Remove float_extras
Josh Stone
-45
/
+0
2016-10-12
run rustfmt on libcore/num folder
Srinivas Reddy Thatiparthy
-15
/
+33
2016-07-06
Rollup merge of #34277 - ollie27:docs_num, r=steveklabnik
Steve Klabnik
-30
/
+30
2016-07-03
std: Stabilize APIs for the 1.11.0 release
Alex Crichton
-4
/
+4
2016-06-30
Correct MIN_EXP docs and improve EPSILON
Oliver Middleton
-2
/
+2
2016-06-14
Add/improve num const docs
Oliver Middleton
-30
/
+30
2016-03-11
core: Make a new tracking issue for prelude traits
Alex Crichton
-1
/
+1
2015-12-10
std: Remove deprecated functionality from 1.5
Alex Crichton
-5
/
+1
2015-12-05
std: Stabilize APIs for the 1.6 release
Alex Crichton
-2
/
+2
2015-11-18
Add missing annotations and some tests
Vadim Petrochenkov
-0
/
+3
2015-10-05
Fix doc typo in num::{f32,f64}.
Jed Davis
-1
/
+1
2015-08-18
Auto merge of #27823 - eefriedman:float-dep-core, r=alexcrichton
bors
-92
/
+0
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-92
/
+0
2015-08-12
Remove all unstable deprecated functionality
Alex Crichton
-6
/
+0
2015-08-03
syntax: Implement #![no_core]
Alex Crichton
-1
/
+1
2015-07-20
std: Create separate docs for the primitives
Brian Anderson
-1
/
+0
2015-06-21
Temp fix for all constants that are missing docs.
Eljay
-0
/
+11
2015-06-17
std: Deprecate f{32,64}::consts::PI_2
Alex Crichton
-0
/
+1
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+2
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-4
/
+5
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-76
/
+0
2015-03-31
Stabilize std::num
Aaron Turon
-17
/
+38
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-6
/
+6
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-1
/
+2
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-03-02
core: Audit num module for int/uint
Brian Anderson
-13
/
+13
2015-02-13
Remove `_VALUE` from the float extremes constants.
Huon Wilson
-3
/
+16
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-3
/
+3
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-3
/
+3
2015-01-23
grandfathered -> rust1
Brian Anderson
-8
/
+8
[next]