| Age | Commit message (Expand) | Author | Lines |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -159/+292 |
| 2013-04-23 | auto merge of #6034 : thestinger/rust/num, r=catamorphism,pcwalton | bors | -0/+58 |
| 2013-04-23 | inline the primitive numeric operations | Daniel Micay | -0/+58 |
| 2013-04-23 | Attempt to fix x86 only strconv test failure | Marvin Löbel | -3/+2 |
| 2013-04-22 | core: ignore test from_str_ignore_underscores. Broken on i686. #6018 | Brian Anderson | -0/+1 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -107/+192 |
| 2013-04-21 | librustc: use LLVM intrinsics for several floating point operations. | Huon Wilson | -153/+166 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -2/+2 |
| 2013-04-19 | Use assert_eq! instead of assert! and remove extraneous parentheses | Brendan Zabarauskas | -267/+260 |
| 2013-04-18 | Add #[inline(always)] to each operator method | Brendan Zabarauskas | -0/+50 |
| 2013-04-18 | Implement bitwise operator traits for ints and uints | Brendan Zabarauskas | -0/+69 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -506/+522 |
| 2013-04-14 | core: remove unnecessary unsafe blocks/functions | Alex Crichton | -6/+6 |
| 2013-04-14 | Remove unnecessary enclosing modules for NumCast impls | Brendan Zabarauskas | -30/+22 |
| 2013-04-14 | Consolidate tests of numeric operations | Brendan Zabarauskas | -83/+29 |
| 2013-04-14 | Restore Num trait | Brendan Zabarauskas | -0/+22 |
| 2013-04-14 | Remove trailing whitespace | Brendan Zabarauskas | -5/+5 |
| 2013-04-14 | Add a test to show how NumCast can be used in type parameters | Brendan Zabarauskas | -1/+24 |
| 2013-04-14 | Generate NumCast impls and tests using macros | Brendan Zabarauskas | -922/+114 |
| 2013-04-14 | Clarify purpose of NumCast trait | Brendan Zabarauskas | -2/+2 |
| 2013-04-09 | auto merge of #5769 : gifnksm/rust/range_step, r=bstrie | bors | -10/+49 |
| 2013-04-08 | auto merge of #5787 : alexcrichton/rust/less-mut-fields, r=catamorphism | bors | -47/+33 |
| 2013-04-08 | Removing no longer needed unsafe blocks | Alex Crichton | -47/+33 |
| 2013-04-08 | libcore: from_str_common: provide option to ignore underscores. | Huon Wilson | -24/+44 |
| 2013-04-08 | libcore: from_str_common: correctly signal failure on repeating base 2^n numb... | Huon Wilson | -5/+24 |
| 2013-04-07 | libcore: fix overflow/underflow in range_step | gifnksm | -10/+49 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -832/+832 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -5/+6 |
| 2013-03-26 | librustc: Remove all uses of the old `[T * N]` fixed-length vector syntax | Patrick Walton | -4/+6 |
| 2013-03-26 | Switched over a bunch of splitting funktions to non-allocating iterators | Marvin Löbel | -4/+4 |
| 2013-03-26 | Moved float str buffer constants to the strconv module | Marvin Löbel | -3/+10 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -152/+152 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -489/+491 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -50/+50 |
| 2013-03-21 | back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli... | Marvin Löbel | -3/+3 |
| 2013-03-21 | renamed str::view -> slice_DBG_BRWD | Marvin Löbel | -3/+3 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -3/+3 |
| 2013-03-14 | Remove unused import in core | ILyoan | -4/+0 |
| 2013-03-11 | libsyntax: Stop parsing bare functions in preparation for switching them over | Patrick Walton | -1/+4 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -10/+10 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -7/+14 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -840/+840 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -128/+142 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -51/+55 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -27/+3 |
| 2013-03-03 | rustc: MIPS32 support | Jyun-Yan You | -0/+1 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -2/+2 |
| 2013-02-28 | core: Address XXX, make static constants for strings used when stringifying f... | Tim Chevalier | -4/+3 |
| 2013-02-27 | librustc: Forbid `pub` or `priv` before trait implementations | Patrick Walton | -14/+14 |