| Age | Commit message (Expand) | Author | Lines |
| 2013-08-19 | auto merge of #8535 : nikomatsakis/rust/issue-3678-wrappers-be-gone-2, r=graydon | bors | -0/+79 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+79 |
| 2013-08-19 | auto merge of #8564 : alexcrichton/rust/ifmt+++, r=graydon | bors | -23/+20 |
| 2013-08-18 | quote_*! macros take an ExtCtx | Steven Fackler | -154/+114 |
| 2013-08-16 | Delegate `{}` to Default instead of Poly | Alex Crichton | -23/+20 |
| 2013-08-16 | auto merge of #8534 : huonw/rust/tls-key-macro, r=alexcrichton | bors | -0/+11 |
| 2013-08-16 | syntax: add a local_data_key macro that creates a key for access to the TLS. | Huon Wilson | -0/+11 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -37/+37 |
| 2013-08-14 | auto merge of #8440 : sfackler/rust/env-fix, r=pcwalton | bors | -1/+1 |
| 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 |