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
/
test
/
stdtest
/
math.rs
Age
Commit message (
Expand
)
Author
Lines
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-304
/
+0
2012-01-09
Change all uses of 'when' in alt-patterns to 'if'
Austin Seipp
-1
/
+1
2012-01-05
Moved generic float::min, max to core::math and cleaned up some imports
Stefan Plantikow
-0
/
+1
2011-12-31
core: killed all math wrappers
Stefan Plantikow
-1
/
+4
2011-12-20
removed math leftovers from std
Stefan Plantikow
-1
/
+1
2011-12-14
Moved std::math to std::core
Stefan Plantikow
-1
/
+1
2011-12-14
std: export math_f* as math::f* submods and use tailcalls in std::math
Stefan Plantikow
-0
/
+3
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-2
/
+4
2011-11-24
Comment-out some math tests that produce different results on win32
Brian Anderson
-7
/
+9
2011-11-24
std: math: renaming and documentation fixes
Stefan Plantikow
-1
/
+2
2011-11-24
std: factored f32 and f64 out from math
Stefan Plantikow
-2
/
+4
2011-11-24
std: added missing calls to math; covers C95 completely now, includes tests
Stefan Plantikow
-9
/
+225
2011-11-24
std: rewrote math to support most C95 libmath calls on f32, f64 and float
Stefan Plantikow
-6
/
+6
2011-11-21
Ignore test_log_functions test for now
Marijn Haverbeke
-0
/
+1
2011-11-21
Added logarithm functions for floats to std::math
Stefan Plantikow
-0
/
+39
2011-10-18
Add a math module to the standard lib
Marijn Haverbeke
-0
/
+34