| Age | Commit message (Expand) | Author | Lines |
| 2014-11-13 | Rewrite std::sync::TaskPool to be load balancing and panic-resistant | Jonathan Reem | -63/+167 |
| 2014-11-14 | auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton | bors | -166/+182 |
| 2014-11-14 | Revert the need for initial values with arithmetic iterators | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Make std::io::Buffer object-safe. | Ricky Taylor | -12/+25 |
| 2014-11-13 | std: Fix the return value of Duration::span | Alex Crichton | -1/+8 |
| 2014-11-13 | auto merge of #18867 : michaelsproul/rust/unreachable-formatting, r=pcwalton | bors | -1/+9 |
| 2014-11-12 | auto merge of #18858 : alexcrichton/rust/remove-time, r=jakub | bors | -0/+81 |
| 2014-11-12 | auto merge of #18907 : alexcrichton/rust/snapshots, r=jakub-,jakub | bors | -23/+0 |
| 2014-11-12 | Register new snapshots | Alex Crichton | -23/+0 |
| 2014-11-12 | auto merge of #18830 : adaszko/rust/patch-1, r=steveklabnik | bors | -1/+1 |
| 2014-11-12 | time: Deprecate the library in the distribution | Alex Crichton | -0/+81 |
| 2014-11-13 | Remove Signed trait and add SignedInt trait | Brendan Zabarauskas | -5/+5 |
| 2014-11-13 | Remove lots of numeric traits from the preludes | Brendan Zabarauskas | -4/+16 |
| 2014-11-13 | Deprecate Num, Unsigned and Primitive | Brendan Zabarauskas | -2/+2 |
| 2014-11-13 | Deprecate Zero and One traits | Brendan Zabarauskas | -24/+20 |
| 2014-11-13 | Deprecate Bounded trait | Brendan Zabarauskas | -3/+2 |
| 2014-11-13 | Move checked arithmetic operators into Int trait | Brendan Zabarauskas | -102/+90 |
| 2014-11-13 | Move saturating operator methods into Int | Brendan Zabarauskas | -1/+1 |
| 2014-11-13 | Create UnsignedInt trait and deprecate free functions | Brendan Zabarauskas | -15/+14 |
| 2014-11-13 | Move abs_sub to FloatMath | Brendan Zabarauskas | -1/+23 |
| 2014-11-13 | Take parameters by-value in Signed trait | Brendan Zabarauskas | -20/+20 |
| 2014-11-12 | auto merge of #18854 : thestinger/rust/spawn, r=aturon | bors | -1/+2 |
| 2014-11-11 | std: Rename AsRef{Reader,Writer} to ByRef{Reader,Writer} | Erick Tryzelaar | -3/+38 |
| 2014-11-12 | Fix documentation bug | Barosl Lee | -0/+1 |
| 2014-11-12 | Fix remaining documentation to reflect fail!() -> panic!() | Barosl Lee | -39/+39 |
| 2014-11-10 | Add optional messages to the unreachable macro. | Michael Sproul | -1/+9 |
| 2014-11-10 | note the intent of reforming task spawning | Daniel Micay | -1/+2 |
| 2014-11-10 | Fix 'renamed lint' warnings | Michael Gehring | -3/+3 |
| 2014-11-10 | Fix broken documentation link | Adam Szkoda | -1/+1 |
| 2014-11-08 | Runtime removal: fully remove rtio | Aaron Turon | -13/+7 |
| 2014-11-08 | Runtime removal: refactor tty | Aaron Turon | -33/+235 |
| 2014-11-08 | Runtime removal: refactor timer | Aaron Turon | -11/+500 |
| 2014-11-08 | Runtime removal: refactor process | Aaron Turon | -90/+1250 |
| 2014-11-08 | Runtime removal: refactor helper threads | Aaron Turon | -0/+224 |
| 2014-11-08 | Runtime removal: refactor pipes and networking | Aaron Turon | -283/+2569 |
| 2014-11-08 | Runtime removal: refactor fs | Aaron Turon | -224/+966 |
| 2014-11-08 | Runtime removal: add private sys, sys_common modules | Aaron Turon | -238/+1093 |
| 2014-11-08 | Implements Extend for EnumSet and LruCache | gamazeps | -1/+10 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -8/+8 |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -0/+4 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -0/+4 |
| 2014-11-07 | auto merge of #18713 : juxiliary/rust/master, r=alexcrichton | bors | -1/+17 |
| 2014-11-06 | Test fixes and rebase conflicts | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18691 : subhashb/add_clone_trait_to_filetype | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18665 : scribu/patch-1 | Alex Crichton | -1/+1 |
| 2014-11-06 | rollup merge of #18664 : klutzy/getrandom | Alex Crichton | -12/+120 |
| 2014-11-06 | rollup merge of #18628 : aturon/fixup-error-comment | Alex Crichton | -3/+0 |
| 2014-11-06 | rollup merge of #18605 : Gankro/collect-fruit | Alex Crichton | -220/+231 |
| 2014-11-07 | Fixing #18659 | juxiliary | -1/+17 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -3/+3 |