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
/
libstd
/
num
/
f64.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-20
move extra::test to libtest
Liigo Zhuang
-1
/
+0
2014-02-17
Remove Real trait and move methods into Float
Brendan Zabarauskas
-164
/
+162
2014-02-15
Silence some unused import warnings
Alex Crichton
-1
/
+0
2014-02-13
Removed num::Orderable
Michael Darakananda
-68
/
+0
2014-01-31
Fix minor doc typos
Virgile Andreani
-4
/
+4
2014-01-30
Remove unused imports.
OGINO Masanori
-1
/
+0
2014-01-22
Remove the initial and trailing blank doc-comment lines
SiegeLord
-40
/
+0
2014-01-22
Add LowerExp 'e' and UpperExp 'E' format traits/specifiers
SiegeLord
-0
/
+34
2014-01-22
float_to_str_bytes_common can now handle exponential notation
SiegeLord
-6
/
+6
2014-01-18
auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson
bors
-17
/
+8
2014-01-18
Add FIXME comments regarding issue #11526.
Brendan Zabarauskas
-0
/
+7
2014-01-18
Simplify std::num::Primitive trait definition
Brendan Zabarauskas
-17
/
+1
2014-01-17
Add a generic power function
Flavio Percoco
-2
/
+2
2014-01-16
Merge Bitwise and BitCount traits and remove from prelude, along with Bounded
Brendan Zabarauskas
-1
/
+1
2014-01-13
Clean up std::num::cmath and remove stale comments
Brendan Zabarauskas
-39
/
+27
2014-01-13
Remove RealExt
Brendan Zabarauskas
-31
/
+1
2014-01-09
auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton
bors
-80
/
+70
2014-01-09
Remove ApproxEq and assert_approx_eq!
Brendan Zabarauskas
-25
/
+0
2014-01-09
Merge some numeric traits with Real and don't re-export RealExt
Brendan Zabarauskas
-80
/
+70
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-23
std: Fix all code examples
Alex Crichton
-1
/
+2
2013-12-08
Remove dead codes
Kiet Tran
-7
/
+7
2013-12-04
Decode a float into integers
Volker Mische
-0
/
+29
2013-11-29
Removed a few macro-expanding-to-module workarounds
Marvin Löbel
-20
/
+13
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+1
2013-10-28
Capitalize statics in f32 and f64 mods
Ziad Hatahet
-76
/
+74
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-17
std: Move size/align functions to std::mem. #2240
Brian Anderson
-3
/
+3
2013-10-05
std: add Primitive.is_signed
Erick Tryzelaar
-0
/
+3
2013-10-02
auto merge of #9638 : pnkfelix/rust/fsk-issue7526-attempt-to-catch-nonuc-stat...
bors
-0
/
+1
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-2
/
+2
2013-10-01
Add new lint: non_uppercase_pattern_statics, for #7526.
Felix S. Klock II
-0
/
+1
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-2
/
+2
2013-09-21
auto merge of #9369 : sebcrozet/rust/f64_inline, r=thestinger
bors
-0
/
+1
2013-09-21
std: add missing #[inline] annotation to the f64 neg method.
Sébastien Crozet
-0
/
+1
2013-09-19
Rename the NaN and is_NaN methods to lowercase.
Chris Morgan
-42
/
+42
2013-09-19
auto merge of #9291 : jzelinskie/rust/remove-cond, r=alexcrichton
bors
-18
/
+18
2013-09-18
Remove and replace cond! Closes #9282.
Jimmy Zelinskie
-18
/
+18
2013-09-18
std: Remove {float,f64,f32}::from_str in favor of from_str
blake2-ppc
-60
/
+52
2013-09-12
std: Add a bunch of Default impls
Erick Tryzelaar
-0
/
+6
2013-08-30
remove several 'ne' methods
Eric Martin
-2
/
+0
2013-08-28
Disabled failing parts of abs_sub() and frexp() unit tests on Windows.
Vadim Chugunov
-0
/
+7
2013-08-27
librustc: Ensure that type parameters are in the right positions in paths.
Patrick Walton
-66
/
+120
2013-08-20
rm obsolete float to_str_radix free functions
Daniel Micay
-24
/
+17
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-1
/
+1
2013-08-07
std: add missing #[inline] annotation to the f64 arithmetic trait impls.
Huon Wilson
-0
/
+4
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-48
/
+15
2013-07-01
rustc: add a lint to enforce uppercase statics.
Huon Wilson
-0
/
+1
2013-06-30
Specialize to_str_common for floats/integers in strconv
Alex Crichton
-11
/
+11
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-132
/
+132
[next]