| Age | Commit message (Expand) | Author | Lines |
| 2013-08-08 | auto merge of #8385 : cmr/rust/big-rollup, r=alexcrichton | bors | -6/+23 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -17/+37 |
| 2013-08-08 | auto merge of #8245 : alexcrichton/rust/fmt2, r=graydon | bors | -1/+726 |
| 2013-08-07 | Forbid `priv` where it has no effect | Alex Crichton | -6/+23 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -1/+726 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -18/+18 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -22/+22 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -16/+47 |
| 2013-08-06 | auto merge of #8313 : msullivan/rust/cleanup, r=catamorphism | bors | -5/+5 |
| 2013-08-05 | auto merge of #8278 : cmr/rust/workaround, r=brson | bors | -4/+11 |
| 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 |