| Age | Commit message (Expand) | Author | Lines |
| 2013-08-01 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -1209/+0 |
| 2013-08-01 | auto merge of #8190 : thestinger/rust/for, r=thestinger | bors | -36/+42 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -1209/+0 |
| 2013-08-01 | rustc: add a lint for `for`, suggesting `foreach` or `do`. | Huon Wilson | -0/+20 |
| 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 | -44/+29 |
| 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 | -34/+36 |
| 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 | -94/+94 |
| 2013-08-01 | rc: from_{owned,const} -> from_{send,freeze} | Daniel Micay | -1/+1 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -8/+8 |
| 2013-07-31 | rm ancient error for lowercase kinds | Daniel Micay | -12/+0 |
| 2013-07-31 | test: add more codegen tests, add copyright headers to all. | Graydon Hoare | -0/+268 |
| 2013-07-31 | std: Remove PortSet. Not supported by new scheduler. Replace uses with Shared... | Brian Anderson | -34/+36 |
| 2013-07-31 | auto merge of #8145 : brson/rust/rttestfixes, r=pcwalton | bors | -72/+12 |
| 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 | -12/+12 |
| 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 | -10/+13 |
| 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-30 | auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmr | bors | -9/+9 |
| 2013-07-29 | auto merge of #8090 : blake2-ppc/rust/iterator-adaptor-names, r=pcwalton | bors | -2/+2 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -9/+9 |
| 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/+25 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -10/+9 |
| 2013-07-27 | core: correct the casing of result::{Ok,Err} in the docs | Erick Tryzelaar | -1/+1 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -9/+8 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -39/+39 |
| 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 | auto merge of #8078 : luqmana/rust/gst, r=Aatch | bors | -0/+21 |
| 2013-07-27 | auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwalton | bors | -0/+10 |
| 2013-07-27 | auto merge of #8045 : michaelwoerister/rust/destructuring, r=jdm | bors | -6/+611 |
| 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 #8050 : msullivan/rust/cleanup, r=graydon | bors | -6/+6 |
| 2013-07-26 | auto merge of #7986 : alexcrichton/rust/raw-repr, r=brson | bors | -2/+2 |
| 2013-07-26 | Improve the camel case warning a bit. | Michael Sullivan | -6/+6 |
| 2013-07-26 | Consolidate raw representations of rust values | Alex Crichton | -2/+2 |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -0/+10 |
| 2013-07-25 | Allow linking against crates with #[no_std] | Alex Crichton | -0/+59 |
| 2013-07-25 | debuginfo: Fixed a few things for PR. | Michael Woerister | -13/+19 |
| 2013-07-25 | auto merge of #8030 : thestinger/rust/iterator, r=huonw | bors | -10/+1 |