| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-05-27 | Rollup merge of #33644 - petrochenkov:selfast, r=nrc | Manish Goregaokar | -61/+52 |
| 2016-05-27 | Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakis | Manish Goregaokar | -43/+26 |
| 2016-05-26 | Address review comments | Vadim Petrochenkov | -0/+4 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -43/+22 |
| 2016-05-26 | Fix ICE on failure to parse token tree | Jeffrey Seyfried | -2/+5 |
| 2016-05-25 | parser.rs: fix typos in comments | Carlo Teubner | -5/+5 |
| 2016-05-25 | Add a new AST-only type variant `ImplicitSelf` | Vadim Petrochenkov | -17/+12 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -61/+57 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -8/+9 |
| 2016-05-14 | syntax: Refactor parsing of method declarations | Vadim Petrochenkov | -144/+102 |
| 2016-05-07 | Rollup merge of #33336 - birkenfeld:issue-27361, r=sfackler | Steve Klabnik | -1/+1 |
| 2016-05-06 | Auto merge of #33311 - birkenfeld:issue33262, r=nrc | bors | -9/+2 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -11/+10 |
| 2016-05-02 | parser: change warning into an error on `T<A=B, C>` | Georg Brandl | -5/+1 |
| 2016-05-02 | parser: do not try to continue with `unsafe` on foreign fns | Georg Brandl | -1/+1 |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -9/+2 |
| 2016-04-25 | parse `pub(restricted)` visibilities for struct fields | Jeffrey Seyfried | -7/+38 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -184/+156 |
| 2016-04-24 | Remove some old code from libsyntax | Vadim Petrochenkov | -2/+2 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -35/+57 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -64/+57 |
| 2016-04-24 | syntax: Don't parse idents with `parse_path` | Vadim Petrochenkov | -9/+12 |