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
/
lib
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-350
/
+0
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-15
Replaced constant functions with actual constants in std and updated tests
Stefan Plantikow
-22
/
+16
2011-11-10
Add float support to #fmt. Fix #1014.
Josh Matthews
-4
/
+37
2011-11-03
Disallow writing to function arguments again
Marijn Haverbeke
-4
/
+5
2011-10-30
Make float::from_str ignore whitespace (#1089)
Matt Brubeck
-3
/
+21
2011-10-28
Change behavior of float::nonpositive/nonnegative
Matt Brubeck
-6
/
+28
2011-10-28
Use IEEE 754 semantics for NaN (Issue #1084)
Matt Brubeck
-0
/
+3
2011-10-28
+0.0 should be positive and -0.0 should be negative.
Matt Brubeck
-6
/
+6
2011-10-27
Add std documentation for float and u8 functions
Matt Brubeck
-0
/
+15
2011-10-27
Add function aliases for float operators
Matt Brubeck
-0
/
+30
2011-10-25
Begin documenting std and add doc generation using naturaldocs
Brian Anderson
-28
/
+56
2011-10-21
Clean up character pattern in float.rs
Marijn Haverbeke
-1
/
+1
2011-10-12
[Renaming] str_to_float is now float::from_str, float_to_str is now float::to...
David Rajchenbach-Teller
-2
/
+2
2011-10-12
[Fix] float.rs: str_to_float reimplemented
David Rajchenbach-Teller
-14
/
+177
2011-10-11
[Move] Moved str_to_float, float_to_str from compiler to lib
David Rajchenbach-Teller
-0
/
+44