| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-08-23 | std: Convert some assert!s to rtassert! | Brian Anderson | -5/+6 |
| 2013-08-23 | Define cfg(rtopt) when optimizing. Turn off runtime sanity checks | Brian Anderson | -2/+7 |
| 2013-08-23 | std: Reduce TLS access | Brian Anderson | -15/+18 |
| 2013-08-23 | auto merge of #8716 : andrew-d/rust/andrew-fix-warnings, r=alexcrichton | bors | -1/+1 |
| 2013-08-23 | auto merge of #8705 : brson/rust/lesscxx, r=graydon | bors | -24/+7 |
| 2013-08-23 | rt: Remove old precise GC code | Brian Anderson | -3/+0 |
| 2013-08-23 | rt: Remove exit_status helpers | Brian Anderson | -16/+5 |
| 2013-08-23 | rt: Memory regions are never synchronized now | Brian Anderson | -5/+2 |
| 2013-08-23 | Document the task watching / exit code propagation implementation. | Ben Blum | -1/+85 |
| 2013-08-23 | fix performance regression from invalid IR | Daniel Micay | -1/+1 |
| 2013-08-23 | Fix some vector function failure tests. Closes #8698 | Brian Anderson | -8/+4 |
| 2013-08-23 | Fix two small warnings | Andrew Dunham | -1/+1 |
| 2013-08-23 | Rename {Reader,Writer}ByteConversions methods | Steven Fackler | -123/+122 |
| 2013-08-23 | auto merge of #8691 : anasazi/rust/fix-timer-interface, r=brson | bors | -7/+2 |
| 2013-08-23 | auto merge of #8686 : kmcallister/rust/doc, r=catamorphism | bors | -1/+4 |
| 2013-08-23 | auto merge of #8681 : mrordinaire/rust/remove-set_args, r=brson | bors | -25/+6 |
| 2013-08-23 | auto merge of #8677 : bblum/rust/scratch, r=alexcrichton | bors | -51/+82 |