| Age | Commit message (Expand) | Author | Lines |
| 2013-04-26 | Add is_zero method to Zero | Brendan Zabarauskas | -56/+67 |
| 2013-04-25 | implement Ord, TotalEq and TotalOrd for char | Daniel Micay | -69/+56 |
| 2013-04-25 | auto merge of #6054 : catamorphism/rust/rustpkg, r=graydon | bors | -178/+387 |
| 2013-04-25 | auto merge of #6048 : bjz/rust/numeric-traits, r=pcwalton | bors | -319/+1148 |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l... | Marvin Löbel | -26/+90 |
| 2013-04-25 | rt: pull upstream ISAAC code for consistency between 32/64 bit platforms | Huon Wilson | -18/+23 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -16/+19 |
| 2013-04-24 | Move documentation for vec::windowed where it will be generated | Corey Richardson | -8/+10 |
| 2013-04-24 | Add basic documentation for with_capacity | Corey Richardson | -0/+1 |
| 2013-04-24 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -307/+1339 |
| 2013-04-25 | Update impl of Round for Ratio | Brendan Zabarauskas | -20/+22 |
| 2013-04-25 | Restore Round trait and move appropriate methods out of Real | Brendan Zabarauskas | -67/+307 |
| 2013-04-24 | auto merge of #6051 : thestinger/rust/iterator, r=catamorphism,pcwalton | bors | -8/+37 |
| 2013-04-24 | rustpkg: Preliminary work on install command | Tim Chevalier | -30/+175 |
| 2013-04-24 | rustpkg: Correct directory structure in test scenarios | Tim Chevalier | -6/+11 |
| 2013-04-24 | rustpkg: Make path searching work as described in the rustpkg doc | Tim Chevalier | -151/+190 |
| 2013-04-24 | rustpkg: update README saying which tests pass | Tim Chevalier | -3/+23 |
| 2013-04-24 | core: Comments only -- move FIXME to correct location | Tim Chevalier | -2/+2 |
| 2013-04-24 | Remove needless FIXME. Fixes #2811. | Niko Matsakis | -2/+0 |
| 2013-04-24 | add a Counter iterator | Daniel Micay | -8/+37 |
| 2013-04-24 | Rename cleanup_task_local_map_ to cleanup_task_local_map_extern_cb | Brian Anderson | -2/+2 |
| 2013-04-25 | Add Fractional, Real and RealExt traits | Brendan Zabarauskas | -71/+724 |
| 2013-04-25 | Use borrowed pointers for Integer methods | Brendan Zabarauskas | -71/+71 |
| 2013-04-25 | Rename Natural to Integer | Brendan Zabarauskas | -5/+7 |
| 2013-04-25 | Use #[cfg(not(stage0))] to exclude items from stage0 | Brendan Zabarauskas | -63/+19 |
| 2013-04-25 | Move impls of `Num` out of core::num and clean up imports | Brendan Zabarauskas | -77/+53 |
| 2013-04-25 | Fix incorrect replacement of `modulo` with `rem` | Brendan Zabarauskas | -1/+1 |
| 2013-04-24 | auto merge of #6044 : Dretch/rust/run-remove-progrepr, r=graydon | bors | -67/+50 |
| 2013-04-24 | core: Turn off rtdebug logging | Brian Anderson | -2/+2 |
| 2013-04-24 | core: Warning police | Brian Anderson | -12/+5 |
| 2013-04-24 | Fixed typo... And a billion other things. | Marvin Löbel | -20/+31 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -89/+43 |
| 2013-04-24 | Refactor core::run to remove the ProgRepr struct, which was | gareth | -67/+50 |
| 2013-04-24 | auto merge of #6036 : huonw/rust/core-less-at, r=nikomatsakis | bors | -538/+397 |
| 2013-04-24 | libcore: remove unnecessary deref | Huon Wilson | -1/+1 |
| 2013-04-24 | libcore: unify `gen_<type>` methods on `rand::RngUtil` into the generic `gen`. | Huon Wilson | -247/+106 |
| 2013-04-24 | libcore: convert the Program @-object to be a plain struct + impl. | Huon Wilson | -114/+104 |
| 2013-04-24 | libcore: remove @Rng from rand, and use traits instead. | Huon Wilson | -195/+205 |
| 2013-04-23 | Tidy | Brian Anderson | -1/+1 |
| 2013-04-23 | core::rt: Add more I/O docs | Brian Anderson | -22/+153 |
| 2013-04-24 | Merge branch 'incoming' of git://github.com/mozilla/rust into unwind-fix | James Miller | -188/+671 |
| 2013-04-24 | Remove rust_unwind.h | James Miller | -41/+7 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -10/+10 |
| 2013-04-24 | Implement Natural trait | Brendan Zabarauskas | -2/+335 |
| 2013-04-23 | core: Convert reinterpret_cast to transmute in TLS. #6039 | Brian Anderson | -11/+6 |
| 2013-04-24 | Implement Signed and Unsigned traits and remove related predicate functions | Brendan Zabarauskas | -178/+328 |
| 2013-04-23 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -289/+1203 |
| 2013-04-23 | Fixing some various warnings about unused imports | Alex Crichton | -4/+6 |
| 2013-04-23 | Removing more unnecessary unsafe blocks throughout | Alex Crichton | -97/+83 |
| 2013-04-23 | Improve the unused unsafe block warning to include unsafe blocks in unsafe fu... | Alex Crichton | -43/+71 |