| Age | Commit message (Expand) | Author | Lines |
| 2013-02-19 | convert SyntaxExtensions's key to a @~str | Erick Tryzelaar | -26/+26 |
| 2013-02-19 | Alias HashMap<~str, SyntaxExtension> to SyntaxExtensions | Erick Tryzelaar | -1/+3 |
| 2013-02-15 | libsyntax: Get rid of uses of `move` and don't parse it. | Luqman Aden | -1/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | cleanup, fix test case | John Clements | -1/+1 |
| 2013-02-13 | Commenting, test cases, cleanup | John Clements | -5/+7 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -55/+57 |
| 2013-02-03 | rename map -> oldmap and mark it as deprecated | Daniel Micay | -1/+1 |
| 2013-01-31 | test cases, cleanup | John Clements | -2/+1 |
| 2013-01-29 | libsyntax: De-export libsyntax. rs=deexporting | Patrick Walton | -23/+25 |
| 2013-01-23 | renaming to adhere to conventions | John Clements | -33/+33 |
| 2013-01-20 | Convert many libsyntax records into structs | Erick Tryzelaar | -6/+16 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -5/+11 |
| 2012-12-19 | Remove the old serialization code | Erick Tryzelaar | -6/+0 |
| 2012-12-13 | Begin renaming serialization to std::serialize. (snapshot) | Erick Tryzelaar | -1/+7 |
| 2012-12-12 | syntax: remove remaining #syntaxext machinery. Close #3516. | Graydon Hoare | -102/+49 |
| 2012-12-12 | syntax: remove most code handling old-style syntax extensions. | Graydon Hoare | -13/+4 |
| 2012-12-12 | syntax: remove all remaining uses of #ast, and #ast / qquote itself. | Graydon Hoare | -2/+0 |
| 2012-12-07 | syntax: fix quote_type! to quote_ty! | Graydon Hoare | -2/+2 |
| 2012-12-07 | syntax: point quote tokens at the site of quote-using-extension invocation. | Graydon Hoare | -0/+7 |
| 2012-12-04 | librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=... | Patrick Walton | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | Make it possible to expand stmt macros. | Paul Stansifer | -8/+8 |
| 2012-11-29 | Make it possible to invoke item macros without passing identifier arguments. | Paul Stansifer | -6/+9 |
| 2012-11-29 | Allow `macro_rules!` macros to expand to expressions or items. | Paul Stansifer | -0/+1 |
| 2012-11-21 | libsyntax: Implement deriving via a syntax extension for the `IterBytes` trai... | Patrick Walton | -0/+3 |
| 2012-11-20 | rustc: Implement "deriving" for monomorphic structs via a syntax extension. r... | Patrick Walton | -0/+3 |
| 2012-11-17 | Merge remote-tracking branch 'brson/codemap' | Brian Anderson | -14/+17 |
| 2012-11-16 | syntax: rename quote! to quote_tokens!, add quote_{expr,type,item,pat,stmt}! | Graydon Hoare | -2/+15 |
| 2012-11-14 | Add types for character position and byte position in the codemap | Brian Anderson | -1/+3 |
| 2012-11-14 | Camel case all the codemap types except span | Brian Anderson | -9/+9 |
| 2012-11-13 | rustc: add new token-tree based quasiquoter. | Graydon Hoare | -0/+2 |
| 2012-11-12 | Remove expn_info box typedef from codemap | Brian Anderson | -5/+5 |
| 2012-11-12 | Remove CodeMap box typedef from codemap | Brian Anderson | -2/+2 |
| 2012-11-12 | Convert most codemap types from records to structs | Brian Anderson | -4/+5 |
| 2012-11-07 | rustc: Support irrefutable patterns in function arguments. r=nmatsakis | Patrick Walton | -7/+10 |
| 2012-10-15 | rustc: Merge module and type namespaces. r=brson | Patrick Walton | -3/+3 |
| 2012-10-12 | Make moves explicit in libsyntax | Tim Chevalier | -1/+1 |
| 2012-10-12 | Replace several common macros of the form #m[...] with m!(...) | Kevin Cantu | -4/+4 |
| 2012-10-08 | Revert "Revert "Remove old auto_serialize2 code (needs snapshot)"" | Tim Chevalier | -60/+1 |
| 2012-10-08 | Revert "Remove old auto_serialize2 code (needs snapshot)" | Tim Chevalier | -1/+60 |
| 2012-10-07 | Remove old auto_serialize2 code (needs snapshot) | Erick Tryzelaar | -60/+1 |
| 2012-10-07 | Remove the old serializers (needs snapshot) | Erick Tryzelaar | -10/+2 |
| 2012-10-07 | remove the old auto_serialize syntax extension | Erick Tryzelaar | -0/+64 |
| 2012-10-07 | migrate libsyntax/rustc to auto_serialize2 | Erick Tryzelaar | -1/+1 |
| 2012-10-01 | Split auto_serialize2 into two macros | Erick Tryzelaar | -2/+6 |
| 2012-09-28 | Demode extfmt | Tim Chevalier | -12/+12 |