| Age | Commit message (Expand) | Author | Lines |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -9/+9 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -8/+9 |
| 2014-05-15 | core: Update all tests for fmt movement | Alex Crichton | -0/+1 |
| 2014-05-15 | std: Fix float tests | Alex Crichton | -9/+9 |
| 2014-05-15 | core: Move intrinsic float functionality from std | Alex Crichton | -272/+3 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -4/+4 |
| 2014-05-07 | core: Inherit the specific numeric modules | Alex Crichton | -210/+6 |
| 2014-04-24 | add min_pos_value constant for floats | Aaron Turon | -14/+21 |
| 2014-04-23 | fix std::f32 and std::f64 constants | Aaron Turon | -28/+38 |
| 2014-04-22 | auto merge of #13597 : bjz/rust/float-api, r=brson | bors | -143/+208 |
| 2014-04-20 | auto merge of #13410 : alexcrichton/rust/issue-12278, r=pcwalton | bors | -1/+4 |
| 2014-04-19 | Reorder Float methods in trait definition and make consistent in impls | Brendan Zabarauskas | -98/+102 |
| 2014-04-19 | Fix formatting in float implementations | Brendan Zabarauskas | -36/+99 |
| 2014-04-19 | Have floating point functions take their parameters by value. | Brendan Zabarauskas | -54/+54 |
| 2014-04-19 | Merge the Round trait into the Float trait | Brendan Zabarauskas | -27/+25 |
| 2014-04-15 | std: Un-ignore some float tests on windows | Alex Crichton | -1/+1 |
| 2014-04-08 | rustc: Remove f{32,64} % from the language | Alex Crichton | -1/+4 |
| 2014-04-04 | Removed cmath and instrinsic wrapper. | Michael Darakananda | -103/+40 |
| 2014-04-01 | remove the cmath module | Daniel Micay | -26/+68 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 2014-03-25 | libstd: Document the following modules: | Patrick Walton | -1/+1 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+12 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -16/+10 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -2/+10 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+1 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -4/+2 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -6/+0 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -4/+2 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -1/+1 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -1/+0 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -164/+162 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -1/+0 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -68/+0 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -4/+4 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -1/+0 |
| 2014-01-22 | Remove the initial and trailing blank doc-comment lines | SiegeLord | -40/+0 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+34 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -6/+6 |
| 2014-01-18 | auto merge of #11622 : bjz/rust/simplify-primitive-trait, r=brson | bors | -17/+8 |
| 2014-01-18 | Add FIXME comments regarding issue #11526. | Brendan Zabarauskas | -0/+7 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -17/+1 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -2/+2 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -1/+1 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -39/+27 |
| 2014-01-13 | Remove RealExt | Brendan Zabarauskas | -31/+1 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -80/+70 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -25/+0 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -80/+70 |
| 2013-12-27 | std: uniform modules titles for doc | Luca Bruno | -1/+1 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -1/+2 |