| Age | Commit message (Expand) | Author | Lines |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -28/+28 |
| 2013-08-05 | Fix an unused variable warning and clean up some dead code/names. | Michael Sullivan | -1/+1 |
| 2013-08-05 | Make node_id_to_str print more useful info in some cases. Closes #2410. | Michael Sullivan | -4/+4 |
| 2013-08-04 | syntax: make #[deriving(TotalOrd)] lazy. | Huon Wilson | -16/+47 |
| 2013-08-04 | rm obsolete `for` support from the compiler | Daniel Micay | -12/+2 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -204/+199 |
| 2013-08-03 | Work around #8256, do not fail the task, just return None | Corey Richardson | -4/+11 |
| 2013-08-03 | auto merge of #8206 : omasanori/rust/blk-to-block, r=graydon | bors | -35/+35 |
| 2013-08-03 | make `for` parse as `foreach` does | Daniel Micay | -6/+5 |
| 2013-08-03 | replace all remaining `for` with `foreach` or `do` | Daniel Micay | -52/+61 |
| 2013-08-02 | librustc: Disallow "unsafe" for external functions | Patrick Walton | -10/+22 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -918/+2070 |
| 2013-08-02 | auto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton | bors | -0/+48 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -16/+10 |
| 2013-08-02 | Replace 'blk' -> 'block' in AstBuilder. | OGINO Masanori | -35/+35 |
| 2013-08-01 | auto merge of #8170 : brson/rust/nopipes, r=pcwalton | bors | -1160/+3 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -1160/+3 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -3/+3 |
| 2013-08-01 | syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee... | Huon Wilson | -0/+48 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -152/+151 |
| 2013-07-31 | auto merge of #8162 : thestinger/rust/no-copy, r=brson | bors | -115/+84 |
| 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 | -26/+26 |
| 2013-07-31 | remove `copy` as a keyword | Daniel Micay | -70/+68 |
| 2013-07-31 | rm ancient error for lowercase kinds | Daniel Micay | -32/+3 |
| 2013-07-31 | auto merge of #8150 : dotdash/rust/assert_bloat, r=huonw | bors | -1/+1 |
| 2013-07-31 | Reduce code bloat from assert!() | Björn Steinbrink | -1/+1 |
| 2013-07-30 | rustc: fix a pp bug. | Graydon Hoare | -0/+1 |
| 2013-07-30 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -2/+193 |
| 2013-07-30 | syntax: add temporary 'foreach' keyword. | Graydon Hoare | -0/+3 |
| 2013-07-30 | syntax: add 'in' keyword | Graydon Hoare | -0/+3 |
| 2013-07-30 | Added str::char_offset_iter() and str::rev_char_offset_iter() | Marvin Löbel | -1/+1 |
| 2013-07-30 | auto merge of #8107 : michaelwoerister/rust/end_of_spanned, r=cmr | bors | -158/+153 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -158/+153 |
| 2013-07-29 | auto merge of #8085 : mrordinaire/rust/percent-p, r=huonw | bors | -0/+2 |
| 2013-07-29 | Added %p directive to fmt!, which expects *T as argument | Do Nhat Minh | -0/+2 |
| 2013-07-28 | Add support for `..base` on static struct initializers. | Kevin Mehall | -1/+1 |
| 2013-07-27 | auto merge of #8076 : omasanori/rust/cleanup, r=huonw | bors | -3/+0 |
| 2013-07-27 | auto merge of #8060 : Blei/rust/fix-obsolete-extern-visibility-span, r=pcwalton | bors | -1/+1 |
| 2013-07-27 | Remove unnecessary #[path = "***/mod.rs"] lines. | OGINO Masanori | -3/+0 |
| 2013-07-26 | syntax: fix span for obsolete extern visibility error | Philipp Brüschweiler | -1/+1 |
| 2013-07-26 | auto merge of #8037 : graydon/rust/issue-6416, r=cmr | bors | -9/+24 |
| 2013-07-25 | auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete... | bors | -1/+0 |
| 2013-07-25 | syntax: Fix #6416 by aborting on errors after test parse. | Graydon Hoare | -9/+24 |
| 2013-07-24 | Generalize the `ty::substs` struct so that it can represent | Niko Matsakis | -1/+0 |
| 2013-07-24 | Disallow non-comma-delimited arguments to fmt! and bytes! | Birunthan Mohanathas | -6/+7 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -9/+7 |
| 2013-07-22 | auto merge of #7873 : sstewartgallus/rust/cleanup_syntax, r=alexcrichton | bors | -100/+100 |
| 2013-07-22 | auto merge of #7940 : cmr/rust/comments, r=pnkfelix | bors | -8/+12 |
| 2013-07-22 | De-spanned<T> and renamed ast::field (now ast::Field) | Michael Woerister | -27/+25 |