| Age | Commit message (Expand) | Author | Lines |
| 2014-09-19 | Allow syntax extensions to return multiple items, closes #16723. | Florian Hahn | -16/+11 |
| 2014-09-19 | Add enum variants to the type namespace | Nick Cameron | -22/+23 |
| 2014-09-18 | syntax: use an index in CodeMap instead of Gc for ExpnInfo. | Eduard Burtescu | -83/+72 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -1/+4 |
| 2014-09-17 | Pop the expansion context after expanding a method macro | Keegan McAllister | -1/+4 |
| 2014-09-17 | doc: Remove "see above". | Jonas Hietala | -4/+3 |
| 2014-09-17 | doc: Backticks and spelling mistakes. | Jonas Hietala | -13/+13 |
| 2014-09-17 | doc: Cleanup. | Jonas Hietala | -149/+123 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -40/+40 |
| 2014-09-14 | Add help diagnostic messages | P1start | -0/+4 |
| 2014-09-14 | syntax: tests: fix fallout from using ptr::P. | Eduard Burtescu | -1/+2 |
| 2014-09-14 | syntax: fix fallout from using ptr::P. | Eduard Burtescu | -1108/+1032 |
| 2014-09-13 | auto merge of #17162 : sfackler/rust/decorator-traits, r=huonw | bors | -39/+53 |
| 2014-09-12 | Track the visited AST's lifetime throughout Visitor. | Eduard Burtescu | -4/+4 |
| 2014-09-12 | Remove largely unused context from Visitor. | Eduard Burtescu | -23/+22 |
| 2014-09-10 | Remove BasicMacroExpander and BasicIdentMacroExpander | Steven Fackler | -29/+10 |
| 2014-09-11 | auto merge of #16866 : P1start/rust/tuple-indexing, r=brson | bors | -0/+12 |
| 2014-09-10 | Change ItemModifier and ItemDecorator to traits | Steven Fackler | -12/+45 |
| 2014-09-09 | auto merge of #16662 : pczarn/rust/format-fmtstr-opt, r=brson | bors | -51/+99 |
| 2014-09-10 | Implement tuple and tuple struct indexing | P1start | -0/+12 |
| 2014-09-09 | Optimize for the most common cases of `format!` | Piotr Czarnecki | -49/+73 |
| 2014-09-09 | Decouple string and argument pieces | Piotr Czarnecki | -30/+54 |
| 2014-09-08 | quote: Explicitly borrow the ExtCtxt | Keegan McAllister | -1/+3 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-04 | Center alignment for fmt | wickerwaka | -0/+3 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-09-01 | auto merge of #16891 : eddyb/rust/patlit-from-expr-macros, r=kballard | bors | -0/+10 |
| 2014-08-31 | auto merge of #16788 : Manishearth/rust/raw-ptr-syntax-ty, r=huonw | bors | -1/+16 |
| 2014-08-31 | Allow ExprLit expression macros to be used in patterns. | Eduard Burtescu | -0/+10 |
| 2014-08-29 | Add support for labeled while loops. | Pythoner6 | -0/+6 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -195/+219 |
| 2014-08-27 | Allow *-pointers in PtrTy (fixes #16781) | Manish Goregaokar | -1/+16 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -10/+1 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -2/+2 |
| 2014-08-19 | Fix double evaluation of read+write operands | Piotr Czarnecki | -14/+4 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -1/+1 |
| 2014-08-14 | librustc: Implement simple `where` clauses. | Patrick Walton | -4/+13 |
| 2014-08-14 | librustc: Stop assuming that implementations and traits only contain | Patrick Walton | -2/+7 |
| 2014-08-14 | auto merge of #15929 : pcwalton/rust/by-ref-closures, r=alexcrichton | bors | -4/+6 |
| 2014-08-13 | librustc: Parse, but do not fully turn on, the `ref` keyword for | Patrick Walton | -4/+6 |
| 2014-08-13 | quote_expr macro: embed Ident using special encoding that preserves hygiene. | Felix S. Klock II | -3/+96 |
| 2014-08-08 | auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw | bors | -2/+2 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -2/+2 |
| 2014-08-07 | Temporary bootstrapping hack: introduce syntax for r egion bounds like `'b:'a`, | Niko Matsakis | -7/+32 |
| 2014-08-06 | AST refactoring: merge PatWild and PatWildMulti into one variant with a flag. | Felix S. Klock II | -2/+2 |
| 2014-08-05 | Fixes missing overflow lint for i64 #14269 | Falco Hirschenberger | -16/+21 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-08-01 | auto merge of #16141 : alexcrichton/rust/rollup, r=alexcrichton | bors | -5/+8 |
| 2014-07-31 | auto merge of #15999 : Kimundi/rust/fix_folder, r=nikomatsakis | bors | -6/+6 |