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-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
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-10
/
+20
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-8
/
+8
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-8
/
+8
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-26
/
+27
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
[next]