| Age | Commit message (Expand) | Author | Lines |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -2/+2 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -4/+0 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -0/+3 |
| 2016-08-12 | syntax: add anonymized type syntax, i.e. impl TraitA+TraitB. | Eduard Burtescu | -0/+2 |
| 2016-07-17 | Rename `mtwt` to `hygiene` | Jeffrey Seyfried | -1/+1 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -19/+3 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -36/+1 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -36/+1 |
| 2016-07-12 | Clean up statement parsing without changing the semantics of `parse_stmt`. | Jeffrey Seyfried | -0/+13 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -10/+0 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -4/+1 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -5/+4 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -34/+17 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -30/+1 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -191/+1 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -1/+2 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -10/+5 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -0/+1 |
| 2016-06-24 | Improve `syntax::ast::*` type docs (examples, etc) | Vincent Esche | -36/+135 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -4/+1 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -1/+2 |
| 2016-06-23 | Cleanup comments | Jeffrey Seyfried | -4/+4 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -191/+1 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -10/+5 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -4/+5 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -1/+1 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -20/+1 |
| 2016-06-17 | Refactor away `ast::Decl` and refactor `ast::Stmt` | Jeffrey Seyfried | -16/+14 |
| 2016-06-14 | Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r... | Jeffrey Seyfried | -4/+4 |
| 2016-06-14 | Refactor away field `ctxt` of `ast::Mac_` | Jeffrey Seyfried | -1/+0 |
| 2016-06-14 | Remove inherent method `attrs()` on AST nodes. `attrs()` is now a method of t... | Jeffrey Seyfried | -29/+1 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -0/+1 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -4/+0 |
| 2016-06-01 | Auto merge of #33794 - petrochenkov:sanity, r=nrc | bors | -0/+10 |
| 2016-05-29 | Auto merge of #33929 - petrochenkov:pathir, r=eddyb | bors | -8/+4 |
| 2016-05-28 | Move some other checks to AST sanity pass | Vadim Petrochenkov | -0/+10 |
| 2016-05-28 | Address review comments | Vadim Petrochenkov | -2/+4 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -12/+6 |
| 2016-05-27 | Auto merge of #33706 - jseyfried:refactor_cfg, r=nrc | bors | -20/+5 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -47/+41 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -7/+9 |
| 2016-05-26 | Add and use `HasAttrs` trait | Jeffrey Seyfried | -20/+5 |
| 2016-05-26 | Address review comments | Vadim Petrochenkov | -2/+2 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -7/+9 |
| 2016-05-25 | Add a new AST-only type variant `ImplicitSelf` | Vadim Petrochenkov | -5/+5 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -45/+39 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -4/+4 |
| 2016-05-16 | Remove hir::Ident | Vadim Petrochenkov | -0/+4 |
| 2016-05-15 | Auto merge of #33505 - petrochenkov:self, r=nrc | bors | -18/+65 |
| 2016-05-14 | syntax: Refactor parsing of method declarations | Vadim Petrochenkov | -18/+65 |