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
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2013-10-01
remove the `float` type
Daniel Micay
-1444
/
+0
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-7
/
+7
2013-09-25
rustdoc: Change all code-blocks with a script
Alex Crichton
-2
/
+2
2013-09-19
Rename the NaN and is_NaN methods to lowercase.
Chris Morgan
-31
/
+31
2013-09-18
std: Remove {float,f64,f32}::from_str in favor of from_str
blake2-ppc
-91
/
+83
2013-09-12
std: Add a bunch of Default impls
Erick Tryzelaar
-0
/
+6
2013-09-08
Fix import order which caused the wrong from_str to be in scope
Corey Richardson
-1
/
+1
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
-68
/
+156
2013-08-20
rm obsolete float to_str_radix free functions
Daniel Micay
-26
/
+19
2013-07-08
Replaces the free-standing functions in f32, &c.
Jens Nockert
-53
/
+17
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
-129
/
+129
2013-06-11
std: convert pow, hypot, atan2, log to take arguments by reference.
Huon Wilson
-8
/
+8
2013-06-08
std: Fix search-and-replace typos
Tim Chevalier
-1
/
+1
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+2
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-2
/
+8
2013-05-27
syntax highlight code examples in docstrings
Daniel Micay
-1
/
+1
2013-05-23
cleanup warnings from libstd
Erick Tryzelaar
-70
/
+70
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+1387