| Age | Commit message (Expand) | Author | Lines |
| 2013-08-05 | Lazily initialize 'leaf node' taskgroups for unlinked spawns, for an apparent... | Ben Blum | -0/+4 |
| 2013-08-05 | (cleanup) Uncomment an assertion that now holds. | Ben Blum | -5/+4 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -13/+47 |
| 2013-08-05 | Get rid of some NOTEs. | Michael Sullivan | -1/+1 |
| 2013-08-05 | auto merge of #8303 : brson/rust/tls-magic-wtf, r=brson | bors | -0/+13 |
| 2013-08-05 | std::rt: Use magic to make TLS work from annihilated boxes. #8302 | Brian Anderson | -0/+13 |
| 2013-08-04 | std::rt: Schedule more scheduler callbacks to avoid dropping messages | Brian Anderson | -1/+3 |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -4/+17 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -206/+195 |
| 2013-08-04 | std::rt: Remove the test for context() | Brian Anderson | -10/+0 |
| 2013-08-04 | std::rt: Don't allow schedulers to exit before handling all messages | Brian Anderson | -0/+10 |
| 2013-08-04 | std::rt: 3MB stacks! | Brian Anderson | -2/+2 |
| 2013-08-04 | std::rt: Run the tests for Local in a bare thread | Brian Anderson | -36/+45 |
| 2013-08-04 | std::rt: Improve the error message when the thread-local ptr is null | Brian Anderson | -11/+15 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -20/+22 |
| 2013-08-04 | std: minor cleanup | Erick Tryzelaar | -3/+3 |
| 2013-08-04 | auto merge of #8243 : stepancheg/rust/ipv, r=brson | bors | -148/+142 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -31/+31 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -31/+31 |
| 2013-08-03 | std::rt: Run local storage cleanup and the box annihilator inside the try/catch | Brian Anderson | -27/+22 |
| 2013-08-03 | auto merge of #8213 : kballard/rust/fd-limit, r=brson | bors | -4/+83 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -4/+4 |
| 2013-08-02 | Bump fd limit on macos when running rt tests | Kevin Ballard | -0/+78 |
| 2013-08-02 | Revert "std::rt: Use a constant 4 threads for multithreaded sched tests" | Kevin Ballard | -4/+5 |
| 2013-08-03 | Rename IpAddr -> SocketAddr, extract IpAddr from SocketAddr | Stepan Koltsov | -148/+142 |
| 2013-08-02 | Add an assert_may_sleep() check on every context switch. | Ben Blum | -0/+4 |
| 2013-08-02 | Don't fail from kill signals if already unwinding. | Ben Blum | -3/+3 |
| 2013-08-02 | Fix embarrassing bug where 'unkillable' would unwind improperly when it recei... | Ben Blum | -2/+3 |
| 2013-08-02 | Fix nasty double-free bug where a newrt chan could get killed after reschedul... | Ben Blum | -2/+7 |
| 2013-08-02 | Add SendDeferred trait and use it to fix #8214. | Ben Blum | -24/+127 |
| 2013-08-02 | auto merge of #8221 : brson/rust/single-threaded, r=graydon | bors | -3/+9 |
| 2013-08-02 | auto merge of #8195 : bblum/rust/task-cleanup, r=brson | bors | -23/+90 |
| 2013-08-02 | std: Implement SingleThreaded spawn mode for newsched | Brian Anderson | -3/+9 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -25/+23 |
| 2013-08-01 | modified local to include an implementation for try_unsafe_borrow::<Task> so ... | toddaaro | -4/+11 |
| 2013-08-01 | fixed incorrect handling of returned scheduler option and restructed schedule... | toddaaro | -75/+64 |
| 2013-08-01 | minor tweaks - unboxed the coroutine so that it is no longer a ~ pointer insi... | toddaaro | -32/+72 |
| 2013-08-01 | Fixed a race where a scheduler configured to only run tasks pinned to it woul... | toddaaro | -8/+35 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -987/+867 |
| 2013-08-01 | Temporary workaround to prevent taskgroup cleanup code from failing without a... | Ben Blum | -3/+13 |
| 2013-08-01 | Make a forgotten assert in comm be cfg(test)-dependent | Ben Blum | -3/+1 |
| 2013-08-01 | Document task killing design and relaxed barrier rationale. | Ben Blum | -1/+57 |
| 2013-08-01 | Relax some atomic barriers. Loosen up all that tension. There, doesn't that f... | Ben Blum | -16/+19 |
| 2013-08-01 | migrate to foreach | Daniel Micay | -2/+2 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -27/+27 |
| 2013-08-01 | auto merge of #8158 : bblum/rust/task-cleanup, r=brson | bors | -4/+10 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -17/+18 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -14/+14 |
| 2013-07-31 | Move atomically to unstable::sync, and document what it actually does. Close ... | Ben Blum | -1/+1 |
| 2013-07-31 | Give tasks useful names. #2891 | Ben Blum | -3/+9 |