| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-07-31 | rustrt: Make begin_unwind take a single file/line pointer | Brian Anderson | -5/+8 |
| 2014-07-30 | auto merge of #16037 : erickt/rust/quote_arm, r=acrichto | bors | -0/+67 |
| 2014-07-29 | syntax: add support for quoting arms | Erick Tryzelaar | -0/+11 |
| 2014-07-29 | Fix a bug pretty printing `match { 5i } { _ => { } }` | Erick Tryzelaar | -0/+2 |
| 2014-07-29 | syntax: allow quasiquoter to inline `Vec<Stmt>`s | Erick Tryzelaar | -0/+2 |
| 2014-07-29 | syntax: add some more extension helper methods | Erick Tryzelaar | -0/+52 |
| 2014-07-29 | libsyntax: Don't ICE on macro invocation in count expr of fixed array type. | Luqman Aden | -2/+5 |
| 2014-07-29 | Refactored syntax::fold. | Marvin Löbel | -6/+6 |
| 2014-07-24 | librustc: Stop desugaring `for` expressions and translate them directly. | Patrick Walton | -97/+7 |
| 2014-07-22 | auto merge of #15871 : dotdash/rust/unnamed_fmtstr, r=pcwalton | bors | -1/+6 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-22 | Refactoring: Only use `MacroExpander` for expanding outside of | Marvin Löbel | -26/+13 |
| 2014-07-21 | Moved `syntax::ext::base::SyntaxEnv` into `syntax::ext::base::ExtCtx` | Marvin Löbel | -201/+213 |
| 2014-07-21 | Allow merging of statics generated by format!() | Björn Steinbrink | -1/+6 |