| Age | Commit message (Expand) | Author | Lines |
| 2014-03-08 | Removed DeepClone. Issue #12698. | Michael Darakananda | -2/+1 |
| 2014-03-05 | add tests for `min` and `max` from `Float` | Daniel Micay | -0/+24 |
| 2014-03-05 | consistently use LLVM floating point intrinsics | Daniel Micay | -87/+18 |
| 2014-03-05 | add correct floating point `min` and `max` methods. | Daniel Micay | -2/+24 |
| 2014-02-28 | std: Change assert_eq!() to use {} instead of {:?} | Alex Crichton | -3/+3 |
| 2014-02-28 | std: Avoid using "{:?}" in format strings | Alex Crichton | -5/+5 |
| 2014-02-24 | Remove std::num::ToStrRadix from the prelude | Brendan Zabarauskas | -1/+3 |
| 2014-02-24 | Remove std::from_str::FromStr from the prelude | Brendan Zabarauskas | -0/+12 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -8/+4 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -28/+0 |
| 2014-02-24 | arena,std,serialize: remove some unnecessary transmutes. | Huon Wilson | -8/+4 |
| 2014-02-23 | auto merge of #12416 : alexcrichton/rust/highlight, r=huonw | bors | -2/+2 |
| 2014-02-23 | std: Move intrinsics to std::intrinsics. | Brian Anderson | -12/+12 |
| 2014-02-23 | rustdoc: Add syntax highlighting | Alex Crichton | -2/+2 |
| 2014-02-21 | auto merge of #12382 : bjz/rust/fmt-int, r=alexcrichton | bors | -21/+93 |
| 2014-02-22 | Reduce reliance on `to_str_radix` | Brendan Zabarauskas | -2/+2 |
| 2014-02-22 | Decouple integer formatting from std::num::strconv | Brendan Zabarauskas | -18/+88 |
| 2014-02-22 | Add Pod trait bound to std::num::Primitive | Brendan Zabarauskas | -1/+3 |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -407/+18 |
| 2014-02-20 | move extra::test to libtest | Liigo Zhuang | -4/+4 |
| 2014-02-17 | auto merge of #12321 : bjz/rust/remove-real, r=alexcrichton | bors | -500/+490 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -39/+89 |
| 2014-02-17 | Remove Real trait and move methods into Float | Brendan Zabarauskas | -500/+490 |
| 2014-02-15 | auto merge of #12302 : alexcrichton/rust/issue-12295, r=brson | bors | -2/+0 |
| 2014-02-15 | Silence some unused import warnings | Alex Crichton | -2/+0 |
| 2014-02-14 | Fix all code examples | Alex Crichton | -21/+26 |
| 2014-02-14 | Enable 64-bit checked multiplication on 32-bit | Alex Crichton | -5/+1 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -210/+3 |
| 2014-02-01 | auto merge of #11930 : bjz/rust/next_power_of_two, r=huonw | bors | -141/+89 |
| 2014-01-31 | Fix minor doc typos | Virgile Andreani | -10/+10 |
| 2014-02-01 | Move int and uint overflow tests into macros | Brendan Zabarauskas | -15/+14 |
| 2014-02-01 | Remove free-standing div functions in std::uint | Brendan Zabarauskas | -60/+0 |
| 2014-02-01 | Make next_power_of_two generic for unsigned integers | Brendan Zabarauskas | -66/+75 |
| 2014-01-31 | auto merge of #11918 : omasanori/rust/reduce-warnings, r=alexcrichton | bors | -5/+0 |
| 2014-01-29 | auto merge of #11672 : bjz/rust/remove-times, r=brson | bors | -43/+0 |
| 2014-01-30 | Remove Times trait | Brendan Zabarauskas | -43/+0 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -5/+0 |
| 2014-01-28 | Rename CopyableVector to CloneableVector | Virgile Andreani | -1/+1 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -272/+272 |
| 2014-01-22 | Remove the initial and trailing blank doc-comment lines | SiegeLord | -80/+0 |
| 2014-01-22 | Add LowerExp 'e' and UpperExp 'E' format traits/specifiers | SiegeLord | -0/+68 |
| 2014-01-22 | float_to_str_bytes_common can now handle exponential notation | SiegeLord | -17/+77 |
| 2014-01-21 | [std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr... | Simon Sapin | -1/+1 |
| 2014-01-21 | [std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behavior | Simon Sapin | -1/+1 |
| 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 | -43/+7 |
| 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 | -84/+31 |
| 2014-01-18 | Add FIXME comments regarding issue #11526. | Brendan Zabarauskas | -0/+22 |