| Age | Commit message (Expand) | Author | Lines |
| 2013-04-29 | auto merge of #6110 : bjz/rust/numeric-traits, r=pcwalton | bors | -256/+360 |
| 2013-04-29 | Revert "Merge Exponential and Hyperbolic traits" | Brendan Zabarauskas | -5/+11 |
| 2013-04-29 | Merge Exponential and Hyperbolic traits | Brendan Zabarauskas | -11/+5 |
| 2013-04-29 | Rename 'divisible_by' method to 'is_multiple_of', add tests for 'is_odd' and ... | Brendan Zabarauskas | -5/+67 |
| 2013-04-29 | Move appropriate functions out of Real and into separate Algebraic, Trigonome... | Brendan Zabarauskas | -251/+293 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -429/+534 |
| 2013-04-28 | rand: Fix infinite recursion | Philipp Brüschweiler | -1/+1 |
| 2013-04-27 | auto merge of #6082 : catamorphism/rust/mkdir_recursive, r=brson | bors | -0/+35 |
| 2013-04-27 | auto merge of #6071 : bjz/rust/numeric-traits, r=graydon | bors | -762/+1624 |
| 2013-04-27 | auto merge of #6064 : thestinger/rust/char, r=catamorphism | bors | -14/+19 |
| 2013-04-26 | auto merge of #6059 : Kimundi/rust/nice-fail, r=pcwalton | bors | -1/+46 |
| 2013-04-27 | Propagate NaNs for Orderable methods impled on floating-point primitives | Brendan Zabarauskas | -15/+75 |
| 2013-04-27 | Fix copy-paste mistakes | Brendan Zabarauskas | -5/+5 |
| 2013-04-26 | auto merge of #6057 : cmr/rust/map_zip, r=graydon | bors | -9/+12 |
| 2013-04-27 | Remove unnecessary fallbacks | Brendan Zabarauskas | -82/+0 |
| 2013-04-27 | Rename `nextafter` to `next_after` to match method name in Float | Brendan Zabarauskas | -8/+9 |
| 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-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-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 | 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 |