| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-03-10 | core: Remove the nearly empty math module | Brian Anderson | -307/+0 | |
| This mod only had two functions, all of whose users have been changed to use the uint module. | ||||
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -12/+6 | |
| 2012-01-30 | Change all ternary ops to if/then/else | Paul 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-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+295 | |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -2/+2 | |
| Conflicts: src/libcore/float.rs | ||||
| 2012-01-05 | Moved generic float::min, max to core::math and cleaned up some imports | Stefan Plantikow | -0/+18 | |
