| Age | Commit message (Expand) | Author | Lines |
| 2013-08-01 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -888/+0 |
| 2013-08-01 | auto merge of #8190 : thestinger/rust/for, r=thestinger | bors | -16/+16 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -888/+0 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -13/+12 |
| 2013-08-01 | std: Replace `for` with `do { .. }` expr where internal iterators are used | blake2-ppc | -3/+4 |
| 2013-08-01 | auto merge of #8164 : brson/rust/noportset, r=pcwalton | bors | -22/+24 |
| 2013-08-01 | auto merge of #8155 : stepancheg/rust/unit-zero, r=alexcrichton | bors | -0/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -52/+52 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -8/+8 |
| 2013-07-31 | std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared... | Brian Anderson | -22/+24 |
| 2013-07-31 | auto merge of #8145 : brson/rust/rttestfixes, r=pcwalton | bors | -70/+10 |
| 2013-07-31 | Implement Zero for unit | Stepan Koltsov | -0/+1 |
| 2013-07-31 | auto merge of #8141 : graydon/rust/foreach-in-sketch, r=brson | bors | -0/+151 |
| 2013-07-30 | test: Remove a test of the oldsched runtime api | Brian Anderson | -60/+0 |
| 2013-07-30 | test: Use a test extern in various foreign fn tests | Brian Anderson | -10/+10 |
| 2013-07-30 | test: add testcases for external iterators using foreach. | Graydon Hoare | -0/+151 |
| 2013-07-30 | std: Remove get_task function. Unused | Brian Anderson | -7/+10 |
| 2013-07-30 | std: Remove PlatformThread spawn mode. Obsolete | Brian Anderson | -44/+0 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -2/+2 |
| 2013-07-29 | auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwalton | bors | -2/+2 |
| 2013-07-29 | auto merge of #8085 : mrordinaire/rust/percent-p, r=huonw | bors | -0/+11 |
| 2013-07-29 | Added %p directive to fmt!, which expects *T as argument | Do Nhat Minh | -0/+11 |
| 2013-07-29 | std: Rename Iterator adaptor types to drop the -Iterator suffix | blake2-ppc | -2/+2 |
| 2013-07-28 | Add support for `..base` on static struct initializers. | Kevin Mehall | -0/+3 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -4/+3 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -4/+3 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -11/+11 |
| 2013-07-27 | auto merge of #7864 : brson/rust/start-on-main-thread, r=brson | bors | -0/+21 |
| 2013-07-27 | std::rt: Add start_on_main_thread function | Brian Anderson | -0/+21 |
| 2013-07-27 | Add test for #5917. | Luqman Aden | -0/+21 |
| 2013-07-26 | auto merge of #8001 : crnobog/rust/xfail-win32-7999, r=cmr | bors | -0/+4 |
| 2013-07-26 | auto merge of #7986 : alexcrichton/rust/raw-repr, r=brson | bors | -2/+2 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -2/+2 |
| 2013-07-25 | Allow linking against crates with #[no_std] | Alex Crichton | -0/+56 |
| 2013-07-25 | auto merge of #8030 : thestinger/rust/iterator, r=huonw | bors | -3/+1 |
| 2013-07-25 | auto merge of #8026 : poiru/rust/issue-8024, r=alexcrichton | bors | -0/+1 |
| 2013-07-25 | auto merge of #8015 : msullivan/rust/default-methods, r=nikomatsakis | bors | -11/+85 |
| 2013-07-25 | Move/delete old tests that change behavior | Kevin Murphy | -0/+16 |
| 2013-07-24 | Add test for uint and negative literals as discriminants | Kevin Murphy | -0/+20 |
| 2013-07-24 | Fix vtable resolution for self to search supertraits. Closes #7661. | Michael Sullivan | -0/+36 |
| 2013-07-24 | rm default method lint | Daniel Micay | -3/+1 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -12/+10 |
| 2013-07-24 | Implement std::num::Zero for bool | Birunthan Mohanathas | -0/+1 |
| 2013-07-24 | fix compilation on macos/windows | Daniel Micay | -1/+1 |
| 2013-07-24 | Fix a crash when transmuting non-immediate to immediate types | Björn Steinbrink | -0/+18 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -47/+47 |
| 2013-07-24 | xfail tests that are currently failing on windows, reported in #7999 | crnobog | -0/+4 |
| 2013-07-23 | auto merge of #7958 : kemurphy/rust/link-section, r=alexcrichton | bors | -0/+34 |
| 2013-07-23 | Fix the issue-3979 tests and add a new test. | Michael Sullivan | -11/+49 |
| 2013-07-23 | clean up warnings | Erick Tryzelaar | -7/+5 |