about summary refs log tree commit diff
path: root/src/libcore/math.rs
AgeCommit message (Collapse)AuthorLines
2012-03-10core: Remove the nearly empty math moduleBrian Anderson-307/+0
This mod only had two functions, all of whose users have been changed to use the uint module.
2012-03-09core: Convert to rustdocBrian Anderson-12/+6
2012-01-30Change all ternary ops to if/then/elsePaul Woolcock-3/+3
All the files below had at least one instance of the ternary operator present in the source. All have been changed to the equivalent if/then/else expression.
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+295
2012-01-05Merge branch 'master' into kmathStefan Plantikow-2/+2
Conflicts: src/libcore/float.rs
2012-01-05Moved generic float::min, max to core::math and cleaned up some importsStefan Plantikow-0/+18