| Age | Commit message (Expand) | Author | Lines |
| 2015-01-31 | Fix rebase issues | Adolfo Ochagavía | -9/+15 |
| 2015-01-31 | Replace uses of Decorator and Modifier | Adolfo Ochagavía | -31/+89 |
| 2015-01-31 | Deprecate SyntaxExtension::Modifier | Adolfo Ochagavía | -0/+1 |
| 2015-01-31 | Deprecate SyntaxExtension::Decorator | Adolfo Ochagavía | -0/+1 |
| 2015-01-31 | Add MultiDecorator variant to SyntaxExtension enum | Adolfo Ochagavía | -1/+27 |
| 2015-01-31 | Add MultiItemDecorator | Adolfo Ochagavía | -0/+23 |
| 2015-01-31 | Deprecate ItemDecorator in favor of MultiItemDecorator | Adolfo Ochagavía | -0/+1 |
| 2015-01-31 | Deprecate ItemModifier in favor of MultiItemModifier | Adolfo Ochagavía | -0/+3 |
| 2015-01-30 | rollup merge of #21713: alexcrichton/second-pass-fmt | Alex Crichton | -75/+61 |
| 2015-01-30 | std: Stabilize the std::fmt module | Alex Crichton | -75/+61 |
| 2015-01-30 | custom message for refutable patterns in for loops | Jorge Aparicio | -2/+2 |
| 2015-01-30 | implement for loop desugaring | Jorge Aparicio | -3/+93 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -14/+20 |
| 2015-01-29 | bring back `#[derive(Show)]` with a deprecation warning | Jorge Aparicio | -0/+8 |
| 2015-01-29 | s/Show/Debug/g | Jorge Aparicio | -4/+4 |
| 2015-01-29 | register snaphots | Jorge Aparicio | -2/+0 |
| 2015-01-29 | convert remaining `range(a, b)` to `a..b` | Jorge Aparicio | -4/+4 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -3/+3 |
| 2015-01-29 | `range(a, b).foo()` -> `(a..b).foo()` | Jorge Aparicio | -1/+1 |
| 2015-01-29 | Rollup merge of 21681 - japaric:no-warn, r=alexcrichton | Manish Goregaokar | -4/+1 |
| 2015-01-28 | Auto merge of #21158 - alkor:issue-21131, r=nick29581 | bors | -6/+10 |
| 2015-01-27 | fix #[cfg(test)] warnings | Jorge Aparicio | -4/+1 |
| 2015-01-27 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -5/+5 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-26 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -16/+65 |
| 2015-01-26 | Auto merge of #21617 - alexcrichton:less-quotes, r=nikomatsakis | bors | -4/+4 |
| 2015-01-26 | Auto merge of #21614 - kvark:typedef, r=huonw | bors | -16/+55 |
| 2015-01-26 | Auto merge of #21605 - huonw:omg-muscle-memory, r=eddyb | bors | -0/+10 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -4/+4 |
| 2015-01-25 | Merge remote-tracking branch 'rust-lang/master' | Brian Anderson | -255/+242 |
| 2015-01-24 | syntax: Don't put quotes around filenames in codemap | Alex Crichton | -4/+4 |
| 2015-01-25 | Associated types support for deriving::generic::TraitDef | Dzmitry Malyshau | -16/+55 |
| 2015-01-25 | Tell the compiler to tell us that `deriving` is dead. | Huon Wilson | -0/+10 |
| 2015-01-25 | Add the span of the operator itself to ast::BinOp. | Huon Wilson | -4/+4 |
| 2015-01-23 | Deprecated attributes don't take 'feature' names and are paired with stable/u... | Brian Anderson | -1/+2 |
| 2015-01-23 | Rephrase error message on invalid fragment specifiers in macros. | Alexander Korolkov | -6/+10 |
| 2015-01-21 | Add 'feature' and 'since' to stability attributes | Brian Anderson | -1/+2 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -64/+48 |
| 2015-01-21 | rollup merge of #21457: alexcrichton/issue-21436 | Alex Crichton | -4/+6 |
| 2015-01-21 | rollup merge of #21429: GuillaumeGomez/macro-fix | Alex Crichton | -53/+54 |
| 2015-01-21 | rollup merge of #21340: pshc/libsyntax-no-more-ints | Alex Crichton | -134/+134 |
| 2015-01-21 | syntax: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -64/+48 |
| 2015-01-20 | std: Rename Show/String to Debug/Display | Alex Crichton | -4/+6 |
| 2015-01-21 | Rollup merge of #20998 - estsauver:20984, r=steveklabnik | Barosl LEE | -22/+22 |
| 2015-01-19 | Updates of the fix | GuillaumeGomez | -43/+43 |
| 2015-01-18 | libsyntax: 0u -> 0us, 0i -> 0is | Paul Collier | -29/+29 |
| 2015-01-18 | libsyntax: int types -> isize | Paul Collier | -2/+2 |
| 2015-01-18 | libsyntax: int => i32 in appropriate places | Paul Collier | -38/+38 |
| 2015-01-18 | Fix #21356 | Adolfo Ochagavía | -14/+15 |
| 2015-01-18 | syntax: allow bare sequences in lhs for follow checking | Corey Richardson | -10/+13 |