| Age | Commit message (Expand) | Author | Lines |
| 2013-08-01 | Fix calling destructor on uninitialized dynamic library crash. | Steven Stewart-Gallus | -36/+70 |
| 2013-08-01 | auto merge of #8216 : thestinger/rust/range, r=huonw | bors | -432/+331 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -432/+331 |
| 2013-08-01 | auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwalton | bors | -17/+58 |
| 2013-08-01 | auto merge of #8116 : toddaaro/rust/tls-tk-pr-pre, r=brson | bors | -1134/+1135 |
| 2013-08-01 | xfailed the myserious failing test | toddaaro | -1/+1 |
| 2013-08-02 | Replace 'blk' -> 'block' in AstBuilder. | OGINO Masanori | -35/+35 |
| 2013-08-01 | auto merge of #8172 : brson/rust/nomorestack, r=pcwalton | bors | -0/+16 |
| 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 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -2369/+3 |
| 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 | -496/+557 |
| 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 | Remove the pipes compiler | Brian Anderson | -2369/+3 |
| 2013-08-01 | rustc: add a lint for `for`, suggesting `foreach` or `do`. | Huon Wilson | -0/+47 |
| 2013-08-01 | auto merge of #8165 : graydon/rust/2013-07-31-new-codegen-tests, r=brson | bors | -0/+268 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -148/+134 |
| 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 | -103/+71 |
| 2013-08-01 | extra: Use external iterators in bitv implementation | blake2-ppc | -33/+55 |
| 2013-08-01 | extra: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -36/+47 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -78/+96 |
| 2013-08-01 | extra: Use `do` instead of `for` in extra::iter | blake2-ppc | -19/+22 |
| 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 | -119/+38 |
| 2013-08-01 | syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee... | Huon Wilson | -0/+83 |
| 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/+12 |
| 2013-08-01 | auto merge of #8184 : thestinger/rust/retreat, r=huonw | bors | -1282/+1281 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -1262/+1261 |
| 2013-08-01 | Resolve globals having different addresses across crates | Alex Crichton | -17/+58 |
| 2013-08-01 | rc: from_{owned,const} -> from_{send,freeze} | Daniel Micay | -20/+20 |
| 2013-08-01 | auto merge of #8149 : omasanori/rust/cleanup, r=alexcrichton | bors | -11/+2 |
| 2013-07-31 | auto merge of #8162 : thestinger/rust/no-copy, r=brson | bors | -285/+242 |
| 2013-08-01 | convert `pure` to a reserved keyword | Daniel Micay | -31/+31 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -184/+184 |
| 2013-07-31 | register snapshots. | Graydon Hoare | -0/+8 |
| 2013-07-31 | extra: Remove dbg module and rt support code | Brian Anderson | -195/+0 |
| 2013-07-31 | test: Disable morestack tests | Brian Anderson | -0/+16 |
| 2013-07-31 | remove `copy` as a keyword | Daniel Micay | -70/+68 |