| Age | Commit message (Expand) | Author | Lines |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -1/+25 |
| 2013-05-03 | auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydon | bors | -9/+4 |
| 2013-05-03 | Remove extra `#[cfg(stage0)]` | gifnksm | -2/+0 |
| 2013-05-02 | std: xfail test_serializing_pipes | Brian Anderson | -0/+1 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -203/+2721 |
| 2013-05-02 | libstd: De-mut arena | Patrick Walton | -51/+89 |
| 2013-05-02 | libcore: Export core::from_str::FromStr from core::prelude | gifnksm | -8/+5 |
| 2013-05-02 | More cases of [cfg(test)] instead of [test]. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -74/+0 |
| 2013-05-02 | libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()` | gifnksm | -11/+13 |
| 2013-05-01 | keep old sort for stage0 | Niko Matsakis | -0/+1239 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -62/+78 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -70/+67 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -70/+67 |
| 2013-04-30 | core/std: Fix race condition in os::mkdir_recursive tests | Tim Chevalier | -21/+29 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -4/+3 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -53/+65 |
| 2013-04-30 | desnapshot | Niko Matsakis | -3/+0 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -376/+0 |
| 2013-04-29 | auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brson | bors | -21/+39 |
| 2013-04-29 | auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brson | bors | -6/+59 |
| 2013-04-29 | libstd: Fix merge fallout. | Patrick Walton | -2/+0 |
| 2013-04-29 | librustc: Fix merge fallout. | Patrick Walton | -0/+1 |
| 2013-04-29 | test: Fix more tests. | Patrick Walton | -1/+1 |
| 2013-04-29 | librustc: Forbid type implementations on typedefs. | Patrick Walton | -12/+14 |
| 2013-04-29 | test: Fix tests. | Patrick Walton | -20/+28 |
| 2013-04-29 | librustc: Remove `ptr::addr_of`. | Patrick Walton | -108/+98 |
| 2013-04-29 | auto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton | bors | -2/+20 |
| 2013-04-29 | Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ... | Brendan Zabarauskas | -2/+2 |
| 2013-04-29 | Implement Fractional for Ratio | Brendan Zabarauskas | -0/+18 |
| 2013-04-29 | libstd: modify wrong shift width. | gifnksm | -1/+2 |
| 2013-04-29 | libstd: remove implicit copying of BigInt/BigUint | gifnksm | -20/+37 |
| 2013-04-28 | core: Use a better termination condition in os::mkdir_recursive | Tim Chevalier | -6/+59 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -17/+17 |
| 2013-04-28 | auto merge of #6092 : gifnksm/rust/impl-integer-bigint, r=graydon | bors | -144/+383 |
| 2013-04-28 | libstd: inlining almost every methods in bigint module. | gifnksm | -1/+86 |
| 2013-04-28 | libstd: impl Integer for BigUint/BigInt. | gifnksm | -143/+297 |
| 2013-04-27 | only use #[no_core] in libcore | Daniel Micay | -142/+0 |
| 2013-04-27 | auto merge of #6071 : bjz/rust/numeric-traits, r=graydon | bors | -19/+27 |
| 2013-04-27 | auto merge of #6064 : thestinger/rust/char, r=catamorphism | bors | -55/+37 |
| 2013-04-26 | Add is_zero method to Zero | Brendan Zabarauskas | -19/+27 |
| 2013-04-25 | implement Ord, TotalEq and TotalOrd for char | Daniel Micay | -55/+37 |
| 2013-04-25 | Update impl of Round for Ratio | Brendan Zabarauskas | -20/+22 |
| 2013-04-25 | Use #[cfg(not(stage0))] to exclude items from stage0 | Brendan Zabarauskas | -12/+4 |
| 2013-04-25 | Fix incorrect replacement of `modulo` with `rem` | Brendan Zabarauskas | -1/+1 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -2/+2 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -3/+7 |
| 2013-04-24 | auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakis | bors | -61/+27 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -50/+15 |