| Age | Commit message (Expand) | Author | Lines |
| 2016-04-13 | Fixes #32922, a macro hygiene bug | Jeffrey Seyfried | -8/+9 |
| 2016-03-25 | do not overwrite spans as eagerly | Niko Matsakis | -6/+36 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -0/+1 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -3/+3 |
| 2016-03-02 | Fix the search paths for macro-expanded non-inline modules | Jeffrey Seyfried | -2/+45 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -3/+3 |
| 2016-02-13 | Rename ast::Pat_ and its variants | Vadim Petrochenkov | -12/+12 |
| 2016-02-12 | Use more autoderef in libsyntax | Jonas Schievink | -1/+1 |
| 2016-02-11 | Remove some unnecessary indirection from AST structures | Vadim Petrochenkov | -44/+45 |
| 2016-02-11 | [breaking-change] don't glob export ast::TraitItemKind variants | Oliver 'ker' Schneider | -3/+3 |
| 2016-02-11 | [breaking-change] don't glob export ast::MetaItem_ | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::MacStmtStyle | Oliver 'ker' Schneider | -1/+1 |
| 2016-02-11 | [breaking-change] don't glob export ast::Item_ variants | Oliver 'ker' Schneider | -12/+12 |
| 2016-02-11 | [breaking-change] don't pub export ast::Stmt_ variants | Oliver Schneider | -7/+6 |
| 2016-02-11 | [breaking-change] don't pub export ast::Ty_ variants | Oliver Schneider | -2/+2 |
| 2016-02-11 | [breaking-change] don't glob export ast::Expr_ variants | Oliver Schneider | -20/+20 |
| 2016-02-11 | [breaking-change] don't glob export ast::Decl_ variants | Oliver Schneider | -3/+3 |
| 2016-01-22 | The war on abort_if_errors | Nick Cameron | -1/+6 |
| 2015-12-30 | use structured errors | Nick Cameron | -5/+10 |
| 2015-12-18 | Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis | Manish Goregaokar | -1/+1 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-17 | move error handling from libsyntax/diagnostics.rs to libsyntax/errors/* | Nick Cameron | -1/+1 |
| 2015-12-15 | Fix expansion tests | Seo Sanghyeon | -4/+13 |
| 2015-12-15 | Move built-in syntax extensions to a separate crate | Seo Sanghyeon | -11/+7 |
| 2015-12-04 | Auto merge of #29850 - Kimundi:attributes_that_make_a_statement, r=pnkfelix | bors | -10/+28 |
| 2015-11-30 | Improved comments around dropped attributes in the macro expander | Marvin Löbel | -2/+2 |
| 2015-11-26 | Added stmt_expr_attribute feature gate | Marvin Löbel | -3/+3 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -0/+1 |
| 2015-11-26 | Fixed macro expander not folding attributes (though I'm not sure if that is a... | Marvin Löbel | -15/+13 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -9/+28 |
| 2015-11-26 | Add suggestion of similar macro names to `macro undefined` error message | Florian Hartwig | -0/+1 |
| 2015-11-22 | Look up macro names as well when suggesting replacements for function resolve... | Manish Goregaokar | -15/+19 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -5/+5 |
| 2015-11-10 | Use deref coercions | Seo Sanghyeon | -6/+6 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -3/+1 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -15/+72 |
| 2015-10-09 | Fix stability | Nick Cameron | -1/+1 |
| 2015-10-09 | Move placement in desugaring to lowering | Nick Cameron | -154/+3 |
| 2015-10-09 | if let and while let | Nick Cameron | -140/+4 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -94/+2 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -1/+1 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -22/+16 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -22/+16 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -2/+2 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -88/+75 |
| 2015-09-20 | Move tts instead of cloning in expansion | Manish Goregaokar | -24/+25 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -1/+3 |
| 2015-09-01 | Auto merge of #28137 - nrc:remove-non-multi, r=huonw | bors | -83/+2 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -83/+2 |
| 2015-08-31 | Closures are not generated code. | Nick Cameron | -4/+1 |