| Age | Commit message (Expand) | Author | Lines |
| 2013-08-02 | std: Speed up str::is_utf8 | blake2-ppc | -35/+67 |
| 2013-08-02 | auto merge of #8221 : brson/rust/single-threaded, r=graydon | bors | -16/+107 |
| 2013-08-02 | auto merge of #8195 : bblum/rust/task-cleanup, r=brson | bors | -29/+94 |
| 2013-08-02 | auto merge of #8193 : cmr/rust/linux-errno, r=graydon | bors | -0/+107 |
| 2013-08-02 | auto merge of #8175 : brson/rust/nodbg, r=graydon | bors | -2/+0 |
| 2013-08-02 | std: Implement SingleThreaded spawn mode for newsched | Brian Anderson | -16/+107 |
| 2013-08-01 | Fix calling destructor on uninitialized dynamic library crash. | Steven Stewart-Gallus | -36/+70 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -90/+84 |
| 2013-08-01 | str: Add method .into_owned(self) -> ~str to Str | Kevin Ballard | -0/+12 |
| 2013-08-01 | modified local to include an implementation for try_unsafe_borrow::<Task> so ... | toddaaro | -10/+17 |
| 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 | Have linked failure tests run on the new scheduler instead of requiring RUST_... | Ben Blum | -79/+152 |
| 2013-08-01 | A major refactoring that changes the way the runtime uses TLS. In the | toddaaro | -1022/+887 |
| 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 | -22/+23 |
| 2013-08-01 | auto merge of #8190 : thestinger/rust/for, r=thestinger | bors | -255/+243 |
| 2013-08-01 | Add a boatload of Linux x86/x86-64/arm errnos | Corey Richardson | -0/+107 |
| 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 | -54/+53 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr in std::gc | blake2-ppc | -62/+52 |
| 2013-08-01 | std: Remove the internal iterator methods from trait Set | blake2-ppc | -33/+1 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -71/+86 |
| 2013-08-01 | std: Use `do` blocks instead of `for` with .iter_bytes() | blake2-ppc | -33/+49 |
| 2013-08-01 | auto merge of #8164 : brson/rust/noportset, r=pcwalton | bors | -81/+2 |
| 2013-08-01 | auto merge of #8158 : bblum/rust/task-cleanup, r=brson | bors | -74/+139 |
| 2013-08-01 | auto merge of #8155 : stepancheg/rust/unit-zero, r=alexcrichton | bors | -0/+11 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -215/+220 |
| 2013-07-31 | auto merge of #8162 : thestinger/rust/no-copy, r=brson | bors | -47/+47 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -47/+47 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -2/+0 |
| 2013-07-31 | std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared... | Brian Anderson | -81/+2 |
| 2013-07-31 | auto merge of #8151 : sanxiyn/rust/atomicrmw, r=cmr | bors | -82/+0 |
| 2013-07-31 | Move atomically to unstable::sync, and document what it actually does. Close ... | Ben Blum | -62/+57 |
| 2013-07-31 | Give tasks useful names. #2891 | Ben Blum | -12/+82 |
| 2013-07-31 | Implement Zero for unit | Stepan Koltsov | -0/+11 |
| 2013-07-31 | Revert atomicrmw {max, min, umax, umin} | Seo Sanghyeon | -82/+0 |
| 2013-07-31 | auto merge of #8139 : brson/rust/rm-old-task-apis, r=pcwalton | bors | -173/+67 |
| 2013-07-31 | auto merge of #8138 : Dretch/rust/posix-path-push, r=pcwalton | bors | -4/+22 |
| 2013-07-30 | auto merge of #8008 : bblum/rust/select, r=brson | bors | -252/+769 |
| 2013-07-30 | std: Remove foreign_stack_size spawn option. Irrelevant to future FFI changes | Brian Anderson | -16/+3 |
| 2013-07-30 | std: Remove get_task function. Unused | Brian Anderson | -15/+0 |
| 2013-07-30 | auto merge of #8115 : bjz/rust/num-traits, r=brson | bors | -23/+28 |
| 2013-07-30 | No longer treat \ as a path separator on posix systems. | Gareth Smith | -4/+22 |
| 2013-07-30 | std: Remove CurrentScheduler spawn mode. Unused | Brian Anderson | -13/+2 |
| 2013-07-30 | std: Remove ExistingScheduler spawn mode. Unused | Brian Anderson | -17/+2 |
| 2013-07-30 | std: Remove PlatformThread spawn mode. Obsolete | Brian Anderson | -22/+2 |