| Age | Commit message (Expand) | Author | Lines |
| 2013-04-27 | Add additional constants to primitive floating point numbers | Brendan Zabarauskas | -1/+96 |
| 2013-04-26 | core: Move mkdir_recursive from rustpkg into core::os | Tim Chevalier | -0/+35 |
| 2013-04-27 | Add mul_add and next_after methods to Float | Brendan Zabarauskas | -2/+55 |
| 2013-04-27 | Add Orderable trait | Brendan Zabarauskas | -4/+155 |
| 2013-04-26 | Combine PrimitiveInt, Int, and Uint traits into one single trait | Brendan Zabarauskas | -26/+8 |
| 2013-04-26 | Add BitCount trait | Brendan Zabarauskas | -16/+287 |
| 2013-04-26 | Add Int, Uint and Float traits for primitive numbers | Brendan Zabarauskas | -48/+122 |
| 2013-04-26 | Add Bitwise, Bounded, Primitive, and PrimitiveInt traits | Brendan Zabarauskas | -0/+258 |
| 2013-04-26 | Minor style improvements for test functions | Brendan Zabarauskas | -5/+2 |
| 2013-04-26 | Use `///` doc-comment form instead of `/** */` | Brendan Zabarauskas | -663/+662 |
| 2013-04-25 | auto merge of #6055 : cmr/rust/incoming, r=graydon,brson | bors | -8/+11 |
| 2013-04-26 | Add is_zero method to Zero | Brendan Zabarauskas | -37/+40 |
| 2013-04-25 | implement Ord, TotalEq and TotalOrd for char | Daniel Micay | -14/+19 |
| 2013-04-25 | auto merge of #6054 : catamorphism/rust/rustpkg, r=graydon | bors | -2/+2 |
| 2013-04-25 | auto merge of #6048 : bjz/rust/numeric-traits, r=pcwalton | bors | -286/+1121 |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l... | Marvin Löbel | -1/+46 |
| 2013-04-25 | Rename vec::mod2 to vec::mod_zip | Corey Richardson | -9/+12 |
| 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 | -282/+1224 |
| 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 | core: Comments only -- move FIXME to correct location | Tim Chevalier | -2/+2 |
| 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 | -51/+15 |
| 2013-04-25 | Move impls of `Num` out of core::num and clean up imports | Brendan Zabarauskas | -77/+53 |
| 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 | -8/+12 |
| 2013-04-24 | Removed ascii functions from other modules | Marvin Löbel | -83/+25 |
| 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 | -441/+336 |
| 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 | -179/+76 |
| 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 | -162/+170 |
| 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 | 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 | -161/+294 |
| 2013-04-23 | Merge remote-tracking branch 'brson/io' | Brian Anderson | -264/+1088 |
| 2013-04-23 | Fixing some various warnings about unused imports | Alex Crichton | -1/+3 |
| 2013-04-23 | Removing more unnecessary unsafe blocks throughout | Alex Crichton | -74/+66 |
| 2013-04-23 | core::rt: Tasks to not require an unwinder | Brian Anderson | -47/+126 |