| Age | Commit message (Expand) | Author | Lines |
| 2014-11-08 | Remove somewhat bogus process-spawn-errno test (non-mac, non-windows only) | Aaron Turon | -95/+0 |
| 2014-11-08 | Runtime removal: fully remove rtio | Aaron Turon | -276/+11 |
| 2014-11-08 | Runtime removal: refactor tty | Aaron Turon | -96/+112 |
| 2014-11-08 | Runtime removal: refactor timer | Aaron Turon | -83/+60 |
| 2014-11-08 | Runtime removal: refactor process | Aaron Turon | -176/+1250 |
| 2014-11-08 | Runtime removal: refactor helper threads | Aaron Turon | -71/+96 |
| 2014-11-08 | Runtime removal: refactor pipes and networking | Aaron Turon | -1289/+1183 |
| 2014-11-08 | Runtime removal: refactor fs | Aaron Turon | -1166/+662 |
| 2014-11-08 | Remove signal handling. | Aaron Turon | -6/+0 |
| 2014-11-08 | Runtime removal: add private sys, sys_common modules | Aaron Turon | -456/+592 |
| 2014-11-08 | auto merge of #18730 : bkoropoff/rust/issue-18652, r=eddyb | bors | -1/+21 |
| 2014-11-08 | auto merge of #18475 : gamazeps/rust/toExtend, r=alexcrichton | bors | -31/+57 |
| 2014-11-08 | auto merge of #18740 : jbcrail/rust/implement-enum-set-len, r=alexcrichton | bors | -1/+20 |
| 2014-11-08 | auto merge of #18735 : utkarshkukreti/rust/remove-unnecessary-to_string-from-... | bors | -6/+5 |
| 2014-11-08 | Implements Extend for EnumSet and LruCache | gamazeps | -1/+26 |
| 2014-11-08 | Renamed Extendable to Extend | gamazeps | -30/+31 |
| 2014-11-08 | auto merge of #18731 : chris-morgan/rust/derive-Clone-for-TypeId, r=alexcrichton | bors | -1/+1 |
| 2014-11-08 | auto merge of #18634 : alexcrichton/rust/cfg-attr-crate-level, r=sfackler | bors | -23/+127 |
| 2014-11-08 | auto merge of #18556 : seanmonstar/rust/tm-fmt, r=alexcrichton | bors | -320/+454 |
| 2014-11-08 | auto merge of #18729 : bkoropoff/rust/issue-18711, r=cmr | bors | -4/+40 |
| 2014-11-08 | auto merge of #18724 : gamazeps/rust/toc, r=alexcrichton | bors | -3/+3 |
| 2014-11-07 | libtime: alter strftime to use a TmFmt | Sean McArthur | -320/+454 |
| 2014-11-07 | auto merge of #18723 : mprobinson/rust/fence-typos, r=thestinger | bors | -4/+4 |
| 2014-11-07 | Implement len() for EnumSet. | Joseph Crail | -1/+20 |
| 2014-11-07 | auto merge of #18688 : bkoropoff/rust/unboxed-closure-subst-fixes, r=nikomats... | bors | -50/+99 |
| 2014-11-07 | rustc: Process #[cfg]/#[cfg_attr] on crates | Alex Crichton | -23/+127 |
| 2014-11-07 | auto merge of #18673 : VHaravy/rust/issue-18632, r=alexcrichton | bors | -6/+23 |
| 2014-11-07 | auto merge of #17830 : pczarn/rust/interp_tt, r=pnkfelix | bors | -435/+539 |
| 2014-11-07 | auto merge of #18721 : SimonSapin/rust/safer-enumset, r=alexcrichton | bors | -2/+53 |
| 2014-11-07 | Do not put double quotes around empty variables. | Vitali Haravy | -1/+6 |
| 2014-11-07 | Remove unnecessary `.to_string()`s from `Vec.swap_remove`'s doc example. | Utkarsh Kukreti | -6/+5 |
| 2014-11-07 | auto merge of #18714 : nikomatsakis/rust/issue-18621-deref-for-refs, r=aturon | bors | -8/+78 |
| 2014-11-07 | auto merge of #18698 : japaric/rust/index, r=alexcrichton | bors | -3/+18 |
| 2014-11-07 | Add `ast::SequenceRepetition` | Piotr Czarnecki | -93/+160 |
| 2014-11-07 | Add and update tests | Piotr Czarnecki | -15/+26 |
| 2014-11-07 | auto merge of #18672 : brandonson/rust/functional-update-walk, r=nikomatsakis | bors | -2/+34 |
| 2014-11-07 | Derive Clone for TypeId. | Chris Morgan | -1/+1 |
| 2014-11-06 | Add regression test for #18652 | Brian Koropoff | -0/+21 |
| 2014-11-06 | Remove incorrect assert in trans | Brian Koropoff | -1/+0 |
| 2014-11-06 | Add regression test for #18711 | Brian Koropoff | -0/+37 |
| 2014-11-06 | Fix panic due to overly long borrow of RefCell | Brian Koropoff | -4/+3 |
| 2014-11-06 | libs: add Deref, DerefMut impls for references, fixing a bug in compiler in t... | Niko Matsakis | -8/+78 |
| 2014-11-06 | Add regression test for #18685 | Brian Koropoff | -0/+30 |
| 2014-11-06 | Add regression test for #18661 | Brian Koropoff | -0/+28 |
| 2014-11-06 | Fix handling of unboxed closure type param substitutions | Brian Koropoff | -50/+41 |
| 2014-11-06 | Add example impl in CLike docs. Fix 13752. | Simon Sapin | -1/+21 |
| 2014-11-06 | EnumSet assertion: better error message. | Simon Sapin | -1/+3 |
| 2014-11-06 | Make EnumSet not silently corrupt data. | Simon Sapin | -1/+30 |
| 2014-11-07 | auto merge of #18713 : juxiliary/rust/master, r=alexcrichton | bors | -1/+17 |
| 2014-11-06 | Implement Index/IndexMut for [T] | Jorge Aparicio | -3/+18 |