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
2019-12-31
Rollup merge of #67430 - tspiteri:minus-inf, r=Dylan-DPC
Dylan DPC
-1
/
+1
2019-12-26
Remove redundant link texts
Matthew Kraai
-1
/
+1
2019-12-24
Show value for consts in the documentation
Ohad Ravid
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-3
/
+6
2019-12-19
doc: minus (U+2212) instead of dash (U+002D) for negative infinity
Trevor Spiteri
-1
/
+1
2019-12-18
Propagate cfg bootstrap
Mark Rousskov
-2
/
+0
2019-12-06
Add `{f32,f64}::approx_unchecked_to<Int>` unsafe methods
Simon Sapin
-1
/
+31
2019-11-28
Clarify `{f32,f64}::EPSILON` docs
Ohad Ravid
-1
/
+1
2019-11-26
Add tracking issue number.
Mara Bos
-1
/
+1
2019-11-26
Add core::{f32,f64}::consts::TAU.
Mara Bos
-0
/
+6
2019-11-06
Have tidy ensure that we document all `unsafe` blocks in libcore
Oliver Scherer
-0
/
+2
2019-10-31
Stabilize float_to_from_bytes feature
Lzu Tao
-12
/
+6
2019-08-22
Change code formatting for readability.
Tomasz Różański
-1
/
+1
2019-08-08
doc: Fix typo in float from bytes methods
Lzu Tao
-2
/
+2
2019-07-08
Add documentation to float conversion methods
Lzu Tao
-17
/
+62
2019-07-08
Add float conversions to and from bytes
Tobias Bucher
-0
/
+70
2019-06-06
Add intrinsics for floating-point min and max
varkor
-18
/
+5
2019-04-18
libcore => 2018
Taiki Endo
-2
/
+2
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-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
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
-153
/
+69
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
-0
/
+284
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
[next]