| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-11-06 | Implement low-hanging fruit of collection conventions | Alexis Beingessner | -217/+228 |
| 2014-11-06 | Prelude: rename and consolidate extension traits | Aaron Turon | -54/+51 |
| 2014-11-06 | Make Filetype Clonable | Subhash Bhushan | -1/+1 |
| 2014-11-06 | std::rand::OsRng: Use `getrandom` syscall on Linux | klutzy | -12/+120 |
| 2014-11-05 | auto merge of #18486 : nikomatsakis/rust/operator-dispatch, r=pcwalton | bors | -4/+4 |
| 2014-11-05 | Fix example in HashMap::new() docs | Cristi Burcă | -1/+1 |
| 2014-11-05 | auto merge of #18462 : netvl/rust/to-socket-addr, r=alexcrichton | bors | -250/+404 |
| 2014-11-05 | Fixed not compiling code in docstring | Vladimir Matveev | -2/+2 |
| 2014-11-05 | Add impls of the comparison operators for fixed-length arrays of lengths 0...... | Niko Matsakis | -1/+1 |
| 2014-11-05 | Repair various cases where values of distinct types were being operated | Niko Matsakis | -3/+3 |
| 2014-11-05 | Register snapshots. | Eduard Burtescu | -16/+0 |
| 2014-11-05 | Added more documentation on ToSocketAddr trait | Vladimir Matveev | -3/+92 |
| 2014-11-05 | Fixed tidy errors | Vladimir Matveev | -3/+3 |
| 2014-11-05 | Fixed other tests to pass make check | Vladimir Matveev | -8/+5 |