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
/
float.rs
Age
Commit message (
Expand
)
Author
Lines
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-1
/
+1
2012-02-22
Make the various from_str functions return options
Marijn Haverbeke
-46
/
+42
2012-02-21
core: Fix to_str_exact for floats with no decimal component
Brian Anderson
-1
/
+7
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-1
/
+1
2012-02-11
core: Fill out missing functions for basic types
Brian Anderson
-1
/
+1
2012-02-11
core: Add modules for remaining scalar types
Brian Anderson
-0
/
+2
2012-02-07
core: Export floor functions
Brian Anderson
-1
/
+1
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-1
/
+1
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+81
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-15
/
+2
2012-01-05
Merge branch 'master' into kmath
Stefan Plantikow
-2
/
+21
2011-12-31
core: added support for bessel functions
Stefan Plantikow
-2
/
+3
2011-12-31
core: killed all math wrappers
Stefan Plantikow
-515
/
+3
2011-12-31
Trying to remove wrappers from float
Stefan Plantikow
-4
/
+46
2011-12-31
added useful constants to math
Stefan Plantikow
-0
/
+30
2011-12-22
Remove trivial cast checker
Marijn Haverbeke
-27
/
+27
2011-12-16
Make 1.f parse as a field access on the integer 1
Marijn Haverbeke
-2
/
+2
2011-12-14
Moved std::math to std::core
Stefan Plantikow
-0
/
+387
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+343
[prev]