| Age | Commit message (Expand) | Author | Lines |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -27/+7 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+2 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -172/+166 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -6/+25 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -172/+166 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -2/+4 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -1/+1 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -20/+3 |
| 2014-02-01 | Make next_power_of_two generic for unsigned integers | Brendan Zabarauskas | -1/+75 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -1/+0 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -12/+0 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -1/+0 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -245/+245 |
| 2014-01-20 | Improve std::num::pow implementation | Brendan Zabarauskas | -42/+30 |
| 2014-01-20 | Add operator trait constraints to std::num::{Zero, One} and document their ap... | Brendan Zabarauskas | -16/+46 |
| 2014-01-18 | Replace old pow_with_uint with the new pow func | Flavio Percoco | -37/+0 |
| 2014-01-18 | Added benchmark for pow and pow_with_uint | Flavio Percoco | -0/+21 |
| 2014-01-18 | auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson | bors | -16/+5 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -16/+5 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -4/+64 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -14/+17 |
| 2014-01-13 | Remove RealExt | Brendan Zabarauskas | -18/+0 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -113/+93 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -56/+3 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -113/+93 |
| 2014-01-03 | libstd: Remove all support code related to `@mut` | Patrick Walton | -5/+0 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -11/+14 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -2/+2 |
| 2013-12-04 | Decode a float into integers | Volker Mische | -0/+2 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -1/+1 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -1/+1 |
| 2013-11-11 | Use constants instead of raw values. | Jay Anderson | -4/+2 |
| 2013-11-11 | Got directions backwards in to_degrees and to_radians docs. | Jay Anderson | -2/+2 |
| 2013-11-11 | Add docs for traits Exponential, Hyperbolic, BitCount. | Jay Anderson | -2/+44 |
| 2013-11-11 | Update docs for Fractional, Algebraic, Round, and Trigonometric traits. | Jay Anderson | -0/+89 |
| 2013-11-03 | Rename files to match current recommendations. | Chris Morgan | -0/+1596 |