| Age | Commit message (Expand) | Author | Lines |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -18/+10 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -88/+82 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -103/+110 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -28/+26 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -14/+19 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -45/+54 |
| 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-24 | Add `ecx.stmt_semi()` and fix issues with the pretty-printer | Jeffrey Seyfried | -1/+0 |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -1/+4 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -22/+8 |
| 2016-06-23 | Address more travis errors | Jonathan Turner | -2/+3 |
| 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 | -44/+49 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -14/+19 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -6/+1 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -88/+82 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -2/+2 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -99/+106 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -3/+3 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -12/+9 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -2/+2 |
| 2016-06-14 | Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r... | Jeffrey Seyfried | -17/+15 |
| 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-07 | Auto merge of #33333 - birkenfeld:issue-30318, r=Manishearth | bors | -1/+4 |
| 2016-05-06 | Auto merge of #33311 - birkenfeld:issue33262, r=nrc | bors | -9/+2 |
| 2016-05-05 | Auto merge of #33128 - xen0n:more-confusing-unicode-chars, r=nagisa | bors | -6/+53 |
| 2016-05-03 | parser: show a helpful note on unexpected inner comment | Georg Brandl | -1/+4 |
| 2016-05-03 | Rollup merge of #33343 - birkenfeld:issue-32214, r=Manishearth | Manish Goregaokar | -5/+1 |
| 2016-05-03 | Rollup merge of #33334 - birkenfeld:issue29088, r=Manishearth | Manish Goregaokar | -5/+4 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -19/+17 |
| 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-02 | lexer: do not display char confusingly in error message | Georg Brandl | -5/+4 |
| 2016-05-01 | parser: fix suppression of syntax errors in range RHS | Georg Brandl | -9/+2 |
| 2016-04-28 | Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis | Steve Klabnik | -0/+22 |
| 2016-04-28 | Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis | bors | -7/+38 |