| Age | Commit message (Expand) | Author | Lines |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -706/+793 |
| 2014-11-14 | Revert the need for initial values with arithmetic iterators | Brendan Zabarauskas | -18/+50 |
| 2014-11-13 | convert 1 line match to 2 lines for readability | areski | -5/+20 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -345/+0 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -120/+156 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -3/+27 |
| 2014-11-13 | Clean up core::num doc comments | Brendan Zabarauskas | -50/+45 |
| 2014-11-13 | Deprecate signum wrapper and clean up signed impls | Brendan Zabarauskas | -38/+42 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -53/+68 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -158/+157 |
| 2014-11-13 | Deprecate Bounded trait | Brendan Zabarauskas | -57/+86 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -243/+212 |
| 2014-11-13 | Rejig Int impl macros | Brendan Zabarauskas | -20/+32 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -40/+25 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -29/+50 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -22/+0 |
| 2014-11-13 | Deprecate Signed method wrappers | Brendan Zabarauskas | -19/+7 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -27/+27 |
| 2014-11-12 | Results aren't panics | Artem | -1/+1 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -65/+65 |
| 2014-11-10 | auto merge of #18795 : haberman/rust/master, r=cmr | bors | -1/+2 |
| 2014-11-08 | Make Int inherit from Ord. | Josh Haberman | -1/+2 |
| 2014-11-08 | auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton | bors | -3/+4 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -3/+4 |
| 2014-11-08 | auto merge of #18731 : chris-morgan/rust/derive-Clone-for-TypeId, r=alexcrichton | bors | -1/+1 |
| 2014-11-07 | auto merge of #18723 : mprobinson/rust/fence-typos, r=thestinger | bors | -4/+4 |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -0/+15 |
| 2014-11-07 | Derive Clone for TypeId. | Chris Morgan | -1/+1 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -0/+15 |
| 2014-11-06 | Implement Index/IndexMut for [T] | Jorge Aparicio | -3/+18 |
| 2014-11-06 | Fix atomic::fence documentation typos | Mike Robinson | -4/+4 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -235/+325 |
| 2014-11-06 | auto merge of #18467 : japaric/rust/eq, r=alexcrichton | bors | -4/+331 |
| 2014-11-05 | Add blanket impls to allow the various `Fn` traits to be interconverted. | Niko Matsakis | -20/+50 |
| 2014-11-05 | DSTify PartialEq, PartialOrd, Eq, Ord | Jorge Aparicio | -0/+329 |
| 2014-11-05 | Fix fallout of changing the expansion of `#[deriving(PartialEq)]` | Jorge Aparicio | -4/+2 |
| 2014-11-05 | auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwalton | bors | -4/+91 |
| 2014-11-05 | Remove incorrect doc annotation, mark experimental since we haven't discussed... | Niko Matsakis | -5/+1 |
| 2014-11-05 | Add impls of the comparison operators for fixed-length arrays of lengths 0...... | Niko Matsakis | -0/+91 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -4/+4 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -209/+4 |
| 2014-11-04 | libsyntax: Forbid escapes in the inclusive range `\x80`-`\xff` in | Patrick Walton | -1/+1 |
| 2014-11-03 | core: Fix fallout of changing `#[deriving(Clone)]` | Jorge Aparicio | -2/+0 |
| 2014-11-03 | rollup merge of #18537 : japaric/no-secret | Alex Crichton | -4/+132 |
| 2014-11-03 | rollup merge of #18460 : gamazeps/issue18451 | Alex Crichton | -1/+1 |
| 2014-11-03 | auto merge of #18468 : jakub-/rust/iter-repeat, r=alexcrichton | bors | -2/+7 |
| 2014-11-02 | Add error module with Error and FromError traits | Aaron Turon | -2/+2 |
| 2014-11-02 | core: Replace secret formatting functions with UFCS versions | Jorge Aparicio | -4/+132 |
| 2014-11-01 | collections: Remove all collections traits | Alex Crichton | -77/+54 |
| 2014-10-31 | DSTify Hash | Jorge Aparicio | -4/+5 |