| Age | Commit message (Expand) | Author | Lines |
| 2013-08-03 | rt: Fix a corner-case in unwinding that leads to stack overflow | Brian Anderson | -1/+2 |
| 2013-08-03 | auto merge of #8264 : thestinger/rust/snapshot, r=Aatch | bors | -196/+196 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -196/+196 |
| 2013-08-03 | auto merge of #8223 : davidhalperin/rust/master, r=Aatch | bors | -0/+24 |
| 2013-08-03 | modified logging function to truncate output and adjusted error output format... | toddaaro | -8/+8 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -247/+92 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -3/+3 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -1/+4 |
| 2013-08-02 | Add backticks around trait name in conflicting implementations error message | David Halperin | -1/+1 |
| 2013-08-02 | Add trait name to conflicting implementation error message | David Halperin | -0/+24 |
| 2013-08-02 | auto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton | bors | -0/+35 |
| 2013-08-01 | auto merge of #8216 : thestinger/rust/range, r=huonw | bors | -177/+122 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -177/+122 |
| 2013-08-01 | auto merge of #8185 : alexcrichton/rust/issue-8179, r=pcwalton | bors | -0/+50 |
| 2013-08-01 | auto merge of #8116 : toddaaro/rust/tls-tk-pr-pre, r=brson | bors | -1/+1 |
| 2013-08-01 | xfailed the myserious failing test | toddaaro | -1/+1 |
| 2013-08-01 | auto merge of #8172 : brson/rust/nomorestack, r=pcwalton | bors | -0/+16 |
| 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 | syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee... | Huon Wilson | -0/+35 |
| 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 | Resolve globals having different addresses across crates | Alex Crichton | -0/+50 |
| 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 | test: Disable morestack tests | Brian Anderson | -0/+16 |
| 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 |