| Age | Commit message (Expand) | Author | Lines |
| 2013-08-15 | Better error message for unknown start of token | Kevin Ballard | -1/+3 |
| 2013-08-15 | Fix error message when trait method ends with wrong token | Kevin Ballard | -1/+1 |
| 2013-08-15 | Switch to new <V:Visitor> visitor (rather than @Visitor). | Felix S. Klock II | -296/+366 |
| 2013-08-15 | std: Change either::{lefts, rights} to return an iterator | blake2-ppc | -3/+3 |
| 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 | -38/+30 |
| 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-12 | auto merge of #8418 : pnkfelix/rust/fsk-issue3192-improve-parse-error-for-emp... | bors | -31/+114 |
| 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 | -155/+156 |
| 2013-08-11 | auto merge of #8420 : blake2-ppc/rust/shrink-token, r=cmr | bors | -16/+16 |
| 2013-08-11 | libsyntax: Update from `@Object` to `@mut Object` as required | Niko Matsakis | -155/+156 |
| 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 | -16/+16 |
| 2013-08-10 | Merge branch 'issue-8393-attributes-in-macros' of https://github.com/nikomats... | Erick Tryzelaar | -59/+97 |
| 2013-08-10 | Merge branch 'enum-method-privacy' of https://github.com/michaelwoerister/rus... | Erick Tryzelaar | -22/+22 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Transform.find_ -> .find | Erick Tryzelaar | -2/+2 |
| 2013-08-10 | std: Iterator.chain_ -> .chain | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -25/+25 |
| 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 | -10/+10 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -8/+29 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -8/+29 |
| 2013-08-09 | Implement an `address_insignificant` attribute | Alex Crichton | -3/+12 |
| 2013-08-09 | Add parse-error recovery for erroneous `struct_id { }` form. | Felix S. Klock II | -31/+114 |
| 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 | -59/+97 |
| 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 |