| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-07-04 | convert doc-attributes to doc-comments using ↵ | Gareth Daniel Smith | -35/+29 | |
| ./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498 | ||||
| 2012-06-25 | Remove redundant 'extension' mods from numeric mods | Brian Anderson | -15/+13 | |
| 2012-06-25 | Automatically export methods on core numeric types | Ben Striegel | -11/+13 | |
| Each numeric type now contains an extensions module that is automatically exported. At the moment each extensions module contains only the impl for the `num::num` iface. Other impls soon to follow (hopefully). | ||||
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -11/+6 | |
| 2012-06-07 | Add neg() to the num iface | Patrick Walton | -0/+1 | |
| 2012-06-07 | libcore: Add a num typeclass | Patrick Walton | -0/+13 | |
| 2012-03-15 | Comments only: associate FIXMEs in float libs with issue numbers | Tim Chevalier | -2/+6 | |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -2/+0 | |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -67/+34 | |
| 2012-02-11 | core: Fill out missing functions for basic types | Brian Anderson | -1/+1 | |
| 2012-02-11 | core: Add modules for remaining scalar types | Brian Anderson | -1/+1 | |
| 2012-02-07 | core: Export floor functions | Brian Anderson | -1/+1 | |
| 2012-01-26 | core: Long lines | Brian Anderson | -2/+4 | |
| 2012-01-26 | rustdocs for f32.rs and f64.rs | Roland Tanglao | -123/+66 | |
| 2012-01-22 | core: Reexport all the imports in f32/64 | Brian Anderson | -0/+15 | |
| 2012-01-05 | Moved generic float::min, max to core::math and cleaned up some imports | Stefan Plantikow | -0/+6 | |
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -1/+1 | |
| 2012-01-05 | added preliminary support for per-architecture generation of math constants ↵ | Stefan Plantikow | -21/+11 | |
| (for porting) | ||||
| 2012-01-05 | Merge branch 'master' into kmath | Stefan Plantikow | -8/+51 | |
| Conflicts: src/libcore/cmath.rs | ||||
| 2012-01-01 | freebsd support | User Jyyou | -0/+5 | |
| 2011-12-31 | core: added support for bessel functions | Stefan Plantikow | -37/+39 | |
| 2011-12-31 | core: killed all math wrappers | Stefan Plantikow | -104/+81 | |
| 2011-12-31 | Trying to remove wrappers from float | Stefan Plantikow | -5/+96 | |
| 2011-12-31 | added useful constants to math | Stefan Plantikow | -0/+24 | |
| 2011-12-14 | Moved std::math to std::core | Stefan Plantikow | -0/+125 | |
| - merges math and float into core::float - Splits core::ctypes into core::ctypes and core::mtypes - cmath is not exported - stdtest::math passes | ||||
