| Age | Commit message (Expand) | Author | Lines |
| 2014-02-22 | Move std::num::Integer to libnum | Brendan Zabarauskas | -111/+0 |
| 2014-02-17 | Rename Bitwise::population_count to Bitwise::count_ones and add Bitwise::coun... | Brendan Zabarauskas | -7/+18 |
| 2014-02-13 | Removed num::Orderable | Michael Darakananda | -33/+0 |
| 2014-02-01 | Move int and uint overflow tests into macros | Brendan Zabarauskas | -0/+7 |
| 2014-01-30 | Remove unused imports. | OGINO Masanori | -1/+0 |
| 2014-01-25 | Uppercase numeric constants | Chris Wong | -8/+8 |
| 2014-01-18 | Simplify std::num::Primitive trait definition | Brendan Zabarauskas | -17/+1 |
| 2014-01-15 | auto merge of #11548 : bjz/rust/bitwise, r=alexcrichton | bors | -3/+2 |
| 2014-01-16 | Merge Bitwise and BitCount traits and remove from prelude, along with Bounded | Brendan Zabarauskas | -3/+2 |
| 2014-01-15 | Use the least significant beat to determine if int/uint is even | Flavio Percoco | -1/+1 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -0/+1 |
| 2013-12-05 | Fix documentation typo (divison operator is not backslash) | Alexandros Tasos | -1/+1 |
| 2013-11-29 | Removed module macro workaround for signed and unsigned integers | Marvin Löbel | -15/+2 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -2/+0 |
| 2013-11-29 | Removed a few macro-expanding-to-module workarounds | Marvin Löbel | -1/+3 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -4/+4 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -1/+1 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -3/+3 |
| 2013-10-05 | std: add Primitive.is_signed | Erick Tryzelaar | -0/+3 |
| 2013-09-20 | Implement a web backend for rustdoc_ng | Alex Crichton | -0/+1 |
| 2013-09-18 | Remove and replace cond! Closes #9282. | Jimmy Zelinskie | -5/+5 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -43/+28 |
| 2013-09-15 | std::num: Remove `range_step` for each numeric type | blake2-ppc | -151/+0 |
| 2013-09-12 | std: Add a bunch of Default impls | Erick Tryzelaar | -0/+6 |
| 2013-09-08 | auto merge of #8988 : cmr/rust/fromstr_fn, r=brson | bors | -1/+1 |
| 2013-09-08 | Fix import order which caused the wrong from_str to be in scope | Corey Richardson | -1/+1 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -1/+1 |
| 2013-08-30 | remove several 'ne' methods | Eric Martin | -2/+0 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -4/+5 |
| 2013-08-22 | Enabled unit tests in std and extra. | Vadim Chugunov | -4/+0 |
| 2013-08-21 | auto merge of #8610 : kballard/rust/mod_floor, r=alexcrichton | bors | -2/+15 |
| 2013-08-20 | rm obsolete integer to_str{,_radix} free functions | Daniel Micay | -38/+27 |
| 2013-08-19 | Fix mod_floor() for uint primitive types | Kevin Ballard | -2/+15 |
| 2013-08-11 | num: implement CheckedDiv | Daniel Micay | -1/+18 |
| 2013-08-09 | Remove redundant Ord method impls. | OGINO Masanori | -6/+0 |
| 2013-08-07 | Implement DoubleEndedIterator on Range | Kevin Ballard | -16/+1 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -22/+29 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -14/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -1/+1 |
| 2013-07-10 | Switch over to new range_rev semantics; fix #5270. | Felix S. Klock II | -3/+4 |
| 2013-07-10 | Refactored int/uint range code in preparation for change to range_rev semantics. | Felix S. Klock II | -17/+76 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -42/+0 |
| 2013-07-01 | rustc: add a lint to enforce uppercase statics. | Huon Wilson | -0/+2 |
| 2013-06-30 | Specialize to_str_common for floats/integers in strconv | Alex Crichton | -9/+18 |
| 2013-06-28 | librustc: Disallow "mut" from distributing over bindings. | Patrick Walton | -1/+2 |
| 2013-06-18 | replace #[inline(always)] with #[inline]. r=burningtree. | Graydon Hoare | -65/+65 |
| 2013-06-12 | std: unify the str -> [u8] functions as 3 methods: .as_bytes() and .as_bytes_... | Huon Wilson | -10/+10 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -1/+1 |
| 2013-05-30 | Add example for uint::range_step. | Steve Klabnik | -3/+12 |
| 2013-05-30 | Require documentation by default for libstd | Alex Crichton | -0/+12 |