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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
num
/
f32.rs
Age
Commit message (
Expand
)
Author
Lines
2018-02-01
Use constant for 180/π in to_degrees
varkor
-1
/
+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-08-31
Update bootstrap compiler
Alex Crichton
-2
/
+0
2017-07-19
Fix overflowing_literals lint for large f32s
Oliver Middleton
-2
/
+1
2017-06-28
Auto merge of #42431 - nagisa:core-float-2, r=alexcrichton
bors
-6
/
+13
2017-06-22
Fix NaN handling in is_sign_negative/positive
Simonas Kazlauskas
-6
/
+13
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
-140
/
+0
2015-08-17
Remove dependencies on libm functions from libcore.
Eli Friedman
-140
/
+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-07-05
Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton
bors
-0
/
+11
2015-06-27
std: Avoid missing fns on i686-pc-windows-msvc
Alex Crichton
-6
/
+54
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
-10
/
+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
-9
/
+9
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-9
/
+9
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-27
/
+28
2015-01-06
Unstabilise f32/f64 constants that are int/uint.
Huon Wilson
-7
/
+7
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
[next]