| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -84/+9 |
| 2014-01-17 | Add a generic power function | Flavio Percoco | -40/+68 |
| 2014-01-15 | auto merge of #11548 : bjz/rust/bitwise, r=alexcrichton | bors | -37/+38 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -37/+38 |
| 2014-01-15 | Use the least significant beat to determine if int/uint is even | Flavio Percoco | -2/+2 |
| 2014-01-13 | Clean up std::num::cmath and remove stale comments | Brendan Zabarauskas | -186/+79 |
| 2014-01-13 | Remove RealExt | Brendan Zabarauskas | -49/+1 |
| 2014-01-09 | auto merge of #11412 : bjz/rust/num-cleanups, r=alexcrichton | bors | -272/+232 |
| 2014-01-09 | Remove ApproxEq and assert_approx_eq! | Brendan Zabarauskas | -106/+23 |
| 2014-01-09 | Merge some numeric traits with Real and don't re-export RealExt | Brendan Zabarauskas | -272/+232 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+2 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+1 |
| 2014-01-06 | Remove some unnecessary type casts | Florian Hahn | -1/+1 |
| 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 | -13/+15 |
| 2013-12-23 | std: Fix all code examples | Alex Crichton | -13/+18 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -2/+2 |
| 2013-12-14 | Dead-code pass now marks and warns foreign items | Kiet Tran | -0/+1 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -17/+17 |
| 2013-12-05 | Fix documentation typo (divison operator is not backslash) | Alexandros Tasos | -2/+2 |
| 2013-12-04 | auto merge of #10803 : vmx/rust/integer-decode, r=cmr | bors | -0/+60 |
| 2013-12-04 | Decode a float into integers | Volker Mische | -0/+60 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -1/+1 |
| 2013-11-29 | Removed module macro workaround for signed and unsigned integers | Marvin Löbel | -57/+93 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -4/+0 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -42/+32 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -3/+3 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -5/+5 |