| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -12/+13 |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -8/+25 |
| 2013-04-23 | Removing more unnecessary unsafe blocks throughout | Alex Crichton | -19/+15 |
| 2013-04-22 | auto merge of #6013 : gifnksm/rust/bigint-quot-rem, r=graydon | bors | -56/+57 |
| 2013-04-22 | auto merge of #5966 : alexcrichton/rust/issue-3083, r=graydon | bors | -22/+20 |
| 2013-04-23 | libstd: correct bigint's quot/rem, div/modulo | gifnksm | -56/+57 |
| 2013-04-22 | libstd: denominator isn't quotient | Huon Wilson | -1/+1 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -75/+73 |
| 2013-04-20 | std: remove unused 'mut' variables | Alex Crichton | -22/+20 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -24/+24 |
| 2013-04-19 | std: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -132/+116 |
| 2013-04-19 | librustc: WIP patch for using the return value. | Patrick Walton | -10/+22 |
| 2013-04-19 | libstd: Micro-optimize vuint_at | Patrick Walton | -4/+53 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -31/+31 |
| 2013-04-18 | Small typos, year date and URL of the fbuild system for reference. | Olivier Saut | -6/+7 |
| 2013-04-15 | auto merge of #5901 : thestinger/rust/iterator, r=sanxiyn | bors | -3/+3 |
| 2013-04-15 | auto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger | bors | -254/+254 |
| 2013-04-15 | iterator: use an IteratorUtil trait | Daniel Micay | -3/+3 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -254/+254 |
| 2013-04-15 | auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphism | bors | -1/+79 |
| 2013-04-14 | Change to 4-space indents in code examples | Leah Hanson | -14/+14 |
| 2013-04-14 | update copyright notice on base64.rs | Leah Hanson | -1/+1 |