| Age | Commit message (Expand) | Author | Lines |
| 2013-08-13 | auto merge of #8446 : alexcrichton/rust/ifmt++, r=graydon | bors | -14/+26 |
| 2013-08-13 | Add `f` formats to `ifmt!` | Alex Crichton | -5/+6 |
| 2013-08-12 | Forbid pub/priv where it has no effect | Alex Crichton | -4/+4 |
| 2013-08-12 | Correct the padding on integer types for formatting | Alex Crichton | -5/+13 |
| 2013-08-12 | Define integer formats for all widths | Alex Crichton | -0/+1 |
| 2013-08-12 | Implement formatting arguments for strings and integers | Alex Crichton | -5/+7 |
| 2013-08-11 | Fixed option_env! type | Steven Fackler | -1/+1 |
| 2013-08-11 | auto merge of #8455 : nikomatsakis/rust/issue-5762-objects-dralston-d, r=graydon | bors | -28/+28 |
| 2013-08-11 | auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmr | bors | -5/+5 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -28/+28 |
| 2013-08-11 | auto merge of #8421 : alexcrichton/rust/unnamed-addr, r=thestinger | bors | -2/+11 |
| 2013-08-11 | syntax: Shrink enum Token and enum nonterminal | blake2-ppc | -5/+5 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -0/+2 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -10/+10 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Iterator.chain_ -> .chain | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -15/+15 |
| 2013-08-10 | Clean up some unused imports in tests | Erick Tryzelaar | -1/+0 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -4/+4 |
| 2013-08-09 | Implement an `address_insignificant` attribute | Alex Crichton | -3/+12 |
| 2013-08-09 | auto merge of #8362 : sfackler/rust/env, r=alexcrichton | bors | -17/+37 |
| 2013-08-08 | Allow attributes to appear as macro arguments | Niko Matsakis | -0/+2 |
| 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/+725 |
| 2013-08-07 | Add initial support for a new formatting syntax | Alex Crichton | -1/+725 |
| 2013-08-07 | core: option.map_consume -> option.map_move | Erick Tryzelaar | -2/+2 |
| 2013-08-07 | Enable privacy check for enum methods. | Michael Woerister | -10/+10 |
| 2013-08-07 | auto merge of #8285 : huonw/rust/deriving+++, r=alexcrichton | bors | -16/+47 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -14/+14 |
| 2013-08-04 | syntax: make #[deriving(TotalOrd)] lazy. | Huon Wilson | -16/+47 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -37/+37 |
| 2013-08-03 | auto merge of #8206 : omasanori/rust/blk-to-block, r=graydon | bors | -35/+35 |
| 2013-08-02 | librustc: Introduce a new visitor type based on traits and port syntax to it. | Patrick Walton | -31/+149 |
| 2013-08-02 | auto merge of #8188 : huonw/rust/cfg-macro, r=pcwalton | bors | -0/+47 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -10/+7 |
| 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 | -1158/+3 |
| 2013-08-01 | Remove the pipes compiler | Brian Anderson | -1158/+3 |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-08-01 | syntax: implement cfg!() which evaluates to true/false where #[cfg] would kee... | Huon Wilson | -0/+47 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -40/+40 |
| 2013-07-31 | auto merge of #8162 : thestinger/rust/no-copy, r=brson | bors | -8/+8 |
| 2013-08-01 | make `in` and `foreach` get treated as keywords | Daniel Micay | -8/+8 |
| 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 | syntax: implement foreach .. in .. { .. } via desugaring. | Graydon Hoare | -1/+155 |
| 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 | -9/+9 |
| 2013-07-29 | New naming convention for ast::{node_id, local_crate, crate_node_id, blk_chec... | Michael Woerister | -9/+9 |
| 2013-07-29 | Added %p directive to fmt!, which expects *T as argument | Do Nhat Minh | -0/+2 |