| Age | Commit message (Collapse) | 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 | |
| Issue #1396 | ||||
| 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 | |
| - merges math and float into core::float - Splits core::ctypes into core::ctypes and core::mtypes - cmath is not exported - stdtest::math passes | ||||
| 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 | |
| It fails under valgrind | ||||
| 2011-11-21 | Added logarithm functions for floats to std::math | Stefan Plantikow | -0/+39 | |
| Thanks to marijn for helping with #[link_name] | ||||
| 2011-10-18 | Add a math module to the standard lib | Marijn Haverbeke | -0/+34 | |
| I need some rudimentary stdlib stuff for the tutorial. Closes #1042 | ||||
