| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-03 | Switch 'native' to 'extern' (or 'foreign' in some descriptions) | Graydon Hoare | -2/+2 | |
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -10/+8 | |
| 2012-06-07 | Use #[cfg(unix)] and #[cfg(windows)] everywhere | Brian Anderson | -8/+4 | |
| 2012-03-15 | Associate FIXMEs with issue numbers (comments only) | Tim Chevalier | -2/+7 | |
| 2012-03-12 | Libc/os/run/rand/io reorganization. Close #1373. Close #1638. | Graydon Hoare | -3/+3 | |
| - Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os. | ||||
| 2012-01-16 | add lgamma functions for FreeBSD | Jyun-Yan You | -0/+2 | |
| 2012-01-05 | libcore: Use correct link name for lgamma_r on win32 | Brian Anderson | -0/+5 | |
| 2012-01-05 | Attempt to fix build breakage due to lgammaf_r having two leading ↵ | Graydon Hoare | -0/+8 | |
| underscores on mingw. | ||||
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -22/+24 | |
| 2012-01-05 | added preliminary support for per-architecture generation of math constants ↵ | Stefan Plantikow | -1/+102 | |
| (for porting) | ||||
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -10/+28 | |
| Conflicts: src/libcore/cmath.rs | ||||
| 2012-01-01 | freebsd support | User Jyyou | -0/+6 | |
| 2011-12-31 | core: added support for bessel functions | Stefan Plantikow | -15/+12 | |
| 2011-12-31 | core: killed all math wrappers | Stefan Plantikow | -11/+23 | |
| 2011-12-31 | Trying to remove wrappers from float | Stefan Plantikow | -94/+96 | |
| 2011-12-31 | added more ops to cmath | Stefan Plantikow | -0/+44 | |
| 2011-12-14 | Moved std::math to std::core | Stefan Plantikow | -0/+82 | |
| - merges math and float into core::float - Splits core::ctypes into core::ctypes and core::mtypes - cmath is not exported - stdtest::math passes | ||||
