| Age | Commit message (Expand) | Author | Lines |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -549/+467 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -980/+1011 |
| 2013-08-27 | Upgrade libuv to the current master + our patches | Alex Crichton | -83/+45 |
| 2013-08-27 | librustc: Fix merge fallout | Patrick Walton | -19/+19 |
| 2013-08-27 | librustc: Fix problem with cross-crate reexported static methods. | Patrick Walton | -5/+13 |
| 2013-08-27 | libstd: Fix merge fallout. | Patrick Walton | -5/+5 |
| 2013-08-27 | librustc: Stop calling `each_path` in coherence. | Patrick Walton | -3/+3 |
| 2013-08-27 | librustc: Fix merge fallout. | Patrick Walton | -2/+6 |
| 2013-08-27 | librustc: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -344/+588 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -65/+152 |
| 2013-08-27 | Replace HashUtil w/ default method on Hash | Jason Fager | -7/+0 |
| 2013-08-27 | auto merge of #8771 : thestinger/rust/repr, r=catamorphism | bors | -50/+64 |
| 2013-08-27 | reflect: rm unused visit_{var,var_integral,constr} | Daniel Micay | -23/+0 |
| 2013-08-27 | repr: include mutability qualifier in visit_ptr | Daniel Micay | -0/+15 |
| 2013-08-27 | repr: print integer/float suffixes | Daniel Micay | -25/+40 |
| 2013-08-27 | auto merge of #8790 : huonw/rust/unsafearc, r=thestinger | bors | -75/+70 |
| 2013-08-27 | auto merge of #8581 : FlaPer87/rust/issue/8232, r=bblum | bors | -19/+68 |
| 2013-08-27 | Trailing space | Flaper Fesp | -1/+1 |
| 2013-08-27 | vec: implement `DeepClone` | Daniel Micay | -2/+9 |
| 2013-08-27 | auto merge of #8772 : thestinger/rust/option, r=anasazi | bors | -13/+0 |
| 2013-08-27 | option: rm implementation of Add | Daniel Micay | -13/+0 |
| 2013-08-27 | auto merge of #8780 : brson/rust/from_elem, r=thestinger | bors | -4/+30 |
| 2013-08-27 | std: use ArcData rather than c_void in UnsafeArc. | Huon Wilson | -17/+12 |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -62/+62 |
| 2013-08-27 | Rebased and replaced yield with deschedule | Flaper Fesp | -1/+1 |
| 2013-08-26 | auto merge of #8700 : alexcrichton/rust/better-llvm, r=thestinger | bors | -0/+1 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -0/+1 |
| 2013-08-26 | std: Make vec::from_elem failure-safe | Brian Anderson | -4/+30 |
| 2013-08-26 | auto merge of #8438 : cmr/rust/default, r=thestinger | bors | -16/+36 |
| 2013-08-26 | Add a Default trait. | Corey Richardson | -16/+36 |
| 2013-08-27 | Decrement unkillable counter before failing | Flaper Fesp | -3/+5 |
| 2013-08-27 | Don't make the runtime exit on illegal calls | Flaper Fesp | -16/+36 |
| 2013-08-27 | Testing rekillable fails when called from outside an unkillable block | Flaper Fesp | -1/+17 |
| 2013-08-27 | Make rekillable consistent with unkillable | Flaper Fesp | -16/+27 |
| 2013-08-26 | auto merge of #8766 : brson/rust/vecfromfn, r=alexcrichton | bors | -4/+8 |
| 2013-08-26 | std: Make vec::from_fn failure-safe | Brian Anderson | -4/+8 |
| 2013-08-26 | auto merge of #8488 : klutzy/rust/mingw-w64, r=brson | bors | -15/+374 |
| 2013-08-26 | Support Win64 context switching | klutzy | -7/+31 |
| 2013-08-26 | std: Add Win64 support | klutzy | -3/+162 |
| 2013-08-26 | std: Bind write() on Win64 | klutzy | -5/+15 |
| 2013-08-26 | std: Add Win64 types | klutzy | -0/+166 |
| 2013-08-26 | auto merge of #8737 : blake2-ppc/rust/std-str-rsplit, r=huonw | bors | -73/+305 |
| 2013-08-26 | std::str: Tune CharSplitIterator after benchmarks | blake2-ppc | -55/+44 |
| 2013-08-26 | std::str: bench tests for .split_iter() | blake2-ppc | -0/+83 |
| 2013-08-25 | Add _opt variants to str byte-conversion functions | Kevin Ballard | -9/+108 |
| 2013-08-25 | auto merge of #8723 : anasazi/rust/temporary-unkillable-io, r=brson | bors | -124/+165 |
| 2013-08-25 | std::str: Double-ended CharSplitIterator | blake2-ppc | -68/+228 |
| 2013-08-24 | auto merge of #8701 : brson/rust/issue-8698, r=thestinger | bors | -8/+4 |
| 2013-08-24 | auto merge of #8637 : alexcrichton/rust/ifmt-less-hax, r=graydon | bors | -38/+60 |