| Age | Commit message (Expand) | Author | Lines |
| 2016-08-23 | Improve error message when failing to parse a block | James Miller | -3/+24 |
| 2016-08-19 | Auto merge of #33922 - estebank:doc-comment, r=alexcrichton | bors | -16/+36 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -5/+3 |
| 2016-08-14 | Rollup merge of #35491 - sanxiyn:pub-restricted-span, r=nikomatsakis | Eduard-Mihai Burtescu | -9/+10 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -1/+1 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -5/+1 |
| 2016-08-13 | Parse `!` as TyEmpty (except in fn return type) | Andrew Cann | -0/+2 |
| 2016-08-13 | Parse numeric fields in struct expressions and patterns | Vadim Petrochenkov | -2/+11 |
| 2016-08-12 | Correct span for pub_restricted field | Seo Sanghyeon | -9/+10 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -1/+20 |
| 2016-07-23 | Auto merge of #34925 - jseyfried:nested_macros, r=eddyb | bors | -1/+5 |
| 2016-07-19 | Support nested `macro_rules!`. | Jeffrey Seyfried | -1/+5 |
| 2016-07-17 | macros: Fix bug in statement matchers | Jeffrey Seyfried | -49/+31 |
| 2016-07-13 | Auto merge of #34772 - jseyfried:cleanup_interner, r=eddyb | bors | -2/+0 |
| 2016-07-13 | Start a best-effort warning cycle. | Jeffrey Seyfried | -5/+36 |
| 2016-07-13 | cleanup: Refactor parser method `finish_parsing_statement` -> `parse_full_stmt`. | Jeffrey Seyfried | -6/+12 |
| 2016-07-13 | Allow macro-expanded macros in trailing expression positions to expand into s... | Jeffrey Seyfried | -1/+2 |
| 2016-07-12 | Parse macro-expanded statements like ordinary statements. | Jeffrey Seyfried | -2/+2 |
| 2016-07-12 | Clean up statement parsing without changing the semantics of `parse_stmt`. | Jeffrey Seyfried | -104/+45 |
| 2016-07-11 | Remove unused field `interner` from the parser. | Jeffrey Seyfried | -2/+0 |
| 2016-07-08 | Rollup merge of #34691 - jseyfried:remove_erroneous_unit_struct_checks, r=nrc | Manish Goregaokar | -72/+11 |
| 2016-07-06 | Auto merge of #34652 - jseyfried:fix_expansion_perf, r=nrc | bors | -8/+9 |
| 2016-07-06 | Remove outdated checks for empty braced struct expressions (i.e. `UnitStruct ... | Jeffrey Seyfried | -72/+11 |
| 2016-07-06 | Auto merge of #34546 - jseyfried:cfg_attr_path, r=nrc | bors | -2/+9 |
| 2016-07-05 | Specific error message for missplaced doc comments | Esteban Küber | -16/+36 |
| 2016-07-04 | Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead... | Jeffrey Seyfried | -8/+9 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -12/+8 |
| 2016-06-29 | Support `cfg_attr` on `path` attributes | Jeffrey Seyfried | -2/+9 |
| 2016-06-29 | Refactor away `parser.commit_stmt_expecting()` | Jeffrey Seyfried | -5/+1 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -17/+10 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -82/+75 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -90/+101 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -18/+17 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -5/+7 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -12/+13 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -6/+1 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -67/+91 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -22/+8 |
| 2016-06-23 | Address comments and fix travis warning | Jonathan Turner | -2/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -12/+13 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -5/+7 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -6/+1 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -82/+75 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -2/+2 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -86/+97 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -12/+9 |
| 2016-06-14 | Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r... | Jeffrey Seyfried | -9/+8 |
| 2016-06-14 | Refactor away field `ctxt` of `ast::Mac_` | Jeffrey Seyfried | -8/+8 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -67/+91 |
| 2016-05-27 | Auto merge of #33900 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -7/+10 |