| Age | Commit message (Expand) | Author | Lines |
| 2016-09-16 | Auto merge of #36482 - jseyfried:dont_load_unconfigured_noninline_modules, r=nrc | bors | -9/+18 |
| 2016-09-15 | Avoid loading and parsing unconfigured non-inline modules. | Jeffrey Seyfried | -9/+18 |
| 2016-09-13 | Remove parsing of obsolete pre-1.0 syntaxes | Vadim Petrochenkov | -32/+1 |
| 2016-09-05 | In `Parser` and `ExtCtxt`, replace fields `filename` and `mod_path_stack` | Jeffrey Seyfried | -26/+16 |
| 2016-09-03 | Check fields in union patters/expressions | Vadim Petrochenkov | -1/+3 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -0/+31 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -9/+24 |
| 2016-08-28 | Rollup merge of #35618 - jseyfried:ast_view_path_refactor, r=eddyb | Jeffrey Seyfried | -6/+9 |
| 2016-08-28 | Rollup merge of #35591 - GuillaumeGomez:generics_span, r=jntrmr | Jeffrey Seyfried | -3/+5 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -9/+24 |
| 2016-08-23 | Improve error message when failing to parse a block | James Miller | -3/+24 |
| 2016-08-21 | Refactor away variant `ast::PathListItemKind::Mod` | Jeffrey Seyfried | -6/+9 |
| 2016-08-19 | Auto merge of #33922 - estebank:doc-comment, r=alexcrichton | bors | -16/+36 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -3/+5 |
| 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 |