| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-24 | auto merge of #8607 : sfackler/rust/extensions, r=brson | bors | -123/+122 |
| 2013-08-24 | auto merge of #8740 : brson/rust/rt-opt, r=thestinger | bors | -204/+232 |
| 2013-08-24 | std::rt: Enforce sanity a while longer | Brian Anderson | -1/+2 |
| 2013-08-24 | std: Make vec::push_all_move call reserve_at_least | Brian Anderson | -1/+1 |
| 2013-08-24 | std::rt: Remove an unnecessary allocation from the main sched loop | Brian Anderson | -11/+11 |
| 2013-08-24 | std: Convert the runtime TLS key to a Rust global to avoid FFI | Brian Anderson | -15/+17 |
| 2013-08-24 | std::rt: Remove metrics for perf | Brian Anderson | -115/+0 |
| 2013-08-24 | std::rt: Reduce MessageQueue contention | Brian Anderson | -12/+69 |
| 2013-08-24 | std::rt: Reduce SleeperList contention | Brian Anderson | -12/+44 |
| 2013-08-24 | std::rt: Remove extra boxes from MessageQueue and SleeperList | Brian Anderson | -7/+6 |
| 2013-08-24 | std::rt: Optimize TLS use in change_task_context | Brian Anderson | -1/+25 |
| 2013-08-24 | std: More TLS micro-optimization | Brian Anderson | -12/+31 |
| 2013-08-24 | Add OwnedStr::into_bytes | Steven Fackler | -1/+16 |
| 2013-08-24 | Settle on the format/write/print family of names | Alex Crichton | -26/+26 |
| 2013-08-24 | Remove ifmt hax and implement fprintf | Alex Crichton | -17/+39 |
| 2013-08-24 | auto merge of #8732 : kballard/rust/str-truncate, r=thestinger | bors | -0/+42 |
| 2013-08-24 | auto merge of #8725 : bblum/rust/docs, r=graydon | bors | -1/+85 |
| 2013-08-23 | Add new function str.truncate() | Kevin Ballard | -0/+42 |