| Age | Commit message (Expand) | Author | Lines |
| 2013-08-29 | auto merge of #8819 : vadimcn/rust/unit-tests, r=brson | bors | -0/+20 |
| 2013-08-29 | Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ... | Brian Anderson | -845/+169 |
| 2013-08-29 | auto merge of #8842 : jfager/rust/remove-iter-module, r=pnkfelix | bors | -2/+2 |
| 2013-08-29 | rt: remove a series of unfortunate casts. | Huon Wilson | -13/+6 |
| 2013-08-29 | rt: use sugary functions rather than manual range loops. | Huon Wilson | -16/+11 |
| 2013-08-29 | rt: Handle non-integer RUST_THREADS (slightly) more gracefully. | Huon Wilson | -2/+8 |
| 2013-08-29 | Remove the iter module. | Jason Fager | -2/+2 |
| 2013-08-28 | auto merge of #8447 : alexcrichton/rust/local-data-merge, r=brson | bors | -19/+14 |
| 2013-08-28 | auto merge of #8807 : alexcrichton/rust/remove-two-offsets, r=thestinger | bors | -1/+3 |
| 2013-08-28 | Turned off libstd unit tests that currently fail on Windows. | Vadim Chugunov | -0/+20 |
| 2013-08-27 | Remove offset_inbounds for an unsafe offset function | Alex Crichton | -1/+3 |
| 2013-08-27 | Consolidate local_data implementations, and cleanup | Alex Crichton | -19/+14 |
| 2013-08-27 | Fix merge fallout | Alex Crichton | -3/+3 |
| 2013-08-27 | Implement process bindings to libuv | Alex Crichton | -89/+803 |
| 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: Ensure that type parameters are in the right positions in paths. | Patrick Walton | -96/+124 |
| 2013-08-27 | librustc: Remove `&const` and `*const` from the language. | Patrick Walton | -17/+19 |
| 2013-08-27 | auto merge of #8790 : huonw/rust/unsafearc, r=thestinger | bors | -20/+20 |
| 2013-08-27 | Rename UnsafeAtomicRcBox to UnsafeArc. Fixes #7674. | Huon Wilson | -20/+20 |
| 2013-08-27 | Decrement unkillable counter before failing | Flaper Fesp | -1/+3 |
| 2013-08-27 | Don't make the runtime exit on illegal calls | Flaper Fesp | -1/+3 |
| 2013-08-26 | Support Win64 context switching | klutzy | -7/+31 |
| 2013-08-26 | std: Add Win64 support | klutzy | -1/+8 |
| 2013-08-25 | auto merge of #8723 : anasazi/rust/temporary-unkillable-io, r=brson | bors | -124/+165 |
| 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 | -189/+211 |
| 2013-08-24 | std::rt: Enforce sanity a while longer | Brian Anderson | -1/+2 |
| 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 | auto merge of #8725 : bblum/rust/docs, r=graydon | bors | -1/+85 |
| 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 | -0/+3 |
| 2013-08-23 | std: Reduce TLS access | Brian Anderson | -3/+2 |
| 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 | 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 #8677 : bblum/rust/scratch, r=alexcrichton | bors | -6/+8 |