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
2015-01-06
Unstabilise f32/f64 constants that are int/uint.
Huon Wilson
-7
/
+6
2015-01-06
Deprecate the constant-returning functions in Float.
Huon Wilson
-0
/
+10
2015-01-03
Remove deprecated functionality
Alex Crichton
-76
/
+0
2014-12-23
Rename and namespace `FPCategory`
Tobias Bucher
-8
/
+9
2014-11-18
Fallout from deprecation
Aaron Turon
-2
/
+2
2014-11-18
libs: stabilize most numerics after RFC changes
Aaron Turon
-2
/
+18
2014-11-16
Remove core::num::strconv
Brendan Zabarauskas
-56
/
+3
2014-11-16
Move FromStr to core::str
Brendan Zabarauskas
-1
/
+61
2014-11-13
Remove Signed trait and add SignedInt trait
Brendan Zabarauskas
-0
/
+35
2014-11-13
Remove lots of numeric traits from the preludes
Brendan Zabarauskas
-0
/
+2
2014-11-13
Deprecate Zero and One traits
Brendan Zabarauskas
-0
/
+6
2014-11-13
Deprecate Bounded trait
Brendan Zabarauskas
-0
/
+6
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-20
Handle negative numbers in `sqrt` properly.
Huon Wilson
-2
/
+5
2014-10-09
core: Convert statics to constants
Alex Crichton
-33
/
+33
2014-07-29
Improve documentation of rounding functions
Piotr Jawniak
-18
/
+17
2014-07-10
Add range lint for float literals, fixing #10934
Falco Hirschenberger
-0
/
+2
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-0
/
+2
2014-05-28
Move trait impls for primitives near trait definition
Piotr Jawniak
-124
/
+1
2014-05-15
core: Move intrinsic float functionality from std
Alex Crichton
-1
/
+274
2014-05-07
core: Get coretest working
Alex Crichton
-2
/
+5
2014-05-07
core: Inherit the specific numeric modules
Alex Crichton
-0
/
+224
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-1295
/
+0
2013-05-19
Register snapshots
Brian Anderson
-10
/
+0
2013-05-18
Use cond! macro where appropriate
Brendan Zabarauskas
-2
/
+14
2013-05-17
Implement sin_cos method for float, f64 and f32
Brendan Zabarauskas
-0
/
+6
2013-05-14
Use static string with fail!() and remove fail!(fmt!())
Björn Steinbrink
-1
/
+1
2013-05-14
Remove unnecessary infinity check
Brendan Zabarauskas
-2
/
+1
2013-05-14
Add ldexp and frexp functions
Brendan Zabarauskas
-0
/
+59
2013-05-14
Add inverse hyperbolic functions
Brendan Zabarauskas
-0
/
+89
2013-05-13
Make Float::classify matching more clear for f64 and f32
Brendan Zabarauskas
-10
/
+7
2013-05-08
Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]
Zack Corr
-9
/
+9
2013-05-07
Add is_normal and classify methods to Float trait
Brendan Zabarauskas
-1
/
+53
2013-05-07
Add abs_sub method to Signed trait
Brendan Zabarauskas
-2
/
+33
2013-05-07
Implement exp_m1 and ln_1p as methods for Float
Brendan Zabarauskas
-5
/
+18
2013-05-07
Switch to using 'ln' for the natural logarithm and 'log' for arbitrary base l...
Brendan Zabarauskas
-12
/
+14
2013-05-06
Add assert_approx_eq! macro
Brendan Zabarauskas
-75
/
+65
2013-05-06
Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'
Brendan Zabarauskas
-0
/
+25
2013-05-04
Register snapshots
Brian Anderson
-5
/
+1
2013-05-02
libcore: Export core::from_str::FromStr from core::prelude
gifnksm
-2
/
+1
2013-05-02
Remove 'Local Variable' comments
Brendan Zabarauskas
-10
/
+0
2013-05-01
Revert rename of Div to Quot
Brendan Zabarauskas
-7
/
+2
2013-04-29
Revert "Merge Exponential and Hyperbolic traits"
Brendan Zabarauskas
-0
/
+2
2013-04-29
Merge Exponential and Hyperbolic traits
Brendan Zabarauskas
-2
/
+0
2013-04-29
Move appropriate functions out of Real and into separate Algebraic, Trigonome...
Brendan Zabarauskas
-70
/
+70
2013-04-27
Propagate NaNs for Orderable methods impled on floating-point primitives
Brendan Zabarauskas
-5
/
+30
2013-04-27
Rename `nextafter` to `next_after` to match method name in Float
Brendan Zabarauskas
-2
/
+2
2013-04-27
Add additional constants to primitive floating point numbers
Brendan Zabarauskas
-0
/
+29
2013-04-27
Add mul_add and next_after methods to Float
Brendan Zabarauskas
-0
/
+16
2013-04-27
Add Orderable trait
Brendan Zabarauskas
-0
/
+25
[next]