| Age | Commit message (Expand) | Author | Lines |
| 2016-07-02 | Rollup merge of #34531 - GuillaumeGomez:libsyntax_err_codes, r=jonathandturner | Manish Goregaokar | -55/+142 |
| 2016-06-30 | Add comments on error code list | Guillaume Gomez | -27/+27 |
| 2016-06-30 | Auto merge of #34541 - jseyfried:rollup, r=jseyfried | bors | -22/+17 |
| 2016-06-29 | Fix tests | ggomez | -1/+1 |
| 2016-06-29 | Rollup merge of #34495 - jseyfried:only_ident_macro_invocations, r=eddyb | Manish Goregaokar | -1/+1 |
| 2016-06-29 | Rollup merge of #34459 - jseyfried:expansion_cleanup, r=nrc | Manish Goregaokar | -37/+20 |
| 2016-06-29 | Rollup merge of #34446 - jseyfried:refactor_decorators, r=nrc | Manish Goregaokar | -78/+33 |
| 2016-06-29 | Fix pretty-printing of lifetime bound | Seo Sanghyeon | -22/+17 |
| 2016-06-29 | Add error codes in libsyntax | ggomez | -55/+142 |
| 2016-06-29 | Give `ast::ExprKind::Paren` no-op expressions the same node ids as their chil... | Jeffrey Seyfried | -2/+11 |
| 2016-06-29 | Support `cfg_attr` on `path` attributes | Jeffrey Seyfried | -3/+10 |
| 2016-06-29 | Refactor away `parser.commit_stmt_expecting()` | Jeffrey Seyfried | -5/+1 |
| 2016-06-29 | Treat `MultiDecorator`s as a special case of `MultiModifier`s | Jeffrey Seyfried | -78/+33 |
| 2016-06-28 | cleanup: refactor away `ast::NodeIdAssigner` | Jeffrey Seyfried | -10/+0 |
| 2016-06-28 | cleanup: use `DummyResult` to implement `MacroGenerable::dummy` | Jeffrey Seyfried | -19/+17 |
| 2016-06-28 | cleanup: don't count attributes on an item in a statement position as on the ... | Jeffrey Seyfried | -8/+3 |
| 2016-06-27 | Auto merge of #34424 - jseyfried:breaking_batch, r=Manishearth | bors | -5165/+2221 |
| 2016-06-27 | Fix `Cargo.toml`s | Jeffrey Seyfried | -1/+2 |
| 2016-06-27 | Forbid type parameters and global paths in macro invocations | Jeffrey Seyfried | -1/+1 |
| 2016-06-26 | Auto merge of #34450 - jseyfried:fix_include_path, r=nrc | bors | -1/+2 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -96/+72 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -202/+177 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -349/+289 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -333/+237 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -262/+304 |
| 2016-06-25 | Rollup merge of #34403 - jonathandturner:move_liberror, r=alexcrichton | Jeffrey Seyfried | -3852/+994 |
| 2016-06-25 | Rollup merge of #34368 - petrochenkov:astqpath, r=Manishearth | Jeffrey Seyfried | -30/+18 |
| 2016-06-25 | Rollup merge of #34213 - josephDunne:trait_item_macros, r=jseyfried | Jeffrey Seyfried | -87/+175 |
| 2016-06-24 | reexport errors from syntax. fix failing cfail test | Jonathan Turner | -1/+4 |
| 2016-06-24 | Fix codemap tests to not double import | Jonathan Turner | -1/+0 |
| 2016-06-24 | Improve `syntax::ast::*` type docs (examples, etc) | Vincent Esche | -36/+135 |
| 2016-06-24 | Reexport syntax_pos in codemap and fix some cfail tests | Jonathan Turner | -1/+1 |
| 2016-06-24 | Revert a change to the relative path for macro-expanded `include!`s | Jeffrey Seyfried | -1/+2 |
| 2016-06-24 | Add `ecx.stmt_semi()` and fix issues with the pretty-printer | Jeffrey Seyfried | -3/+18 |
| 2016-06-23 | Refactor away duplicate method `ecx.block_all()` | Jeffrey Seyfried | -11/+6 |
| 2016-06-23 | make old school mode a bit more configurable | Jonathan Turner | -18/+32 |
| 2016-06-23 | Remove field `expr` of `ast::Block` | Jeffrey Seyfried | -98/+52 |
| 2016-06-23 | Add missing refernce to RenderedLine | Jonathan Turner | -1/+1 |
| 2016-06-23 | Move test helper functions to consolidated codemap testing | Jonathan Turner | -63/+64 |
| 2016-06-23 | Actually consolidate the CodeMap tests | Jonathan Turner | -517/+517 |
| 2016-06-23 | Consolidate codemap tests and fix more errors for travis | Jonathan Turner | -2/+821 |
| 2016-06-23 | Address more travis errors | Jonathan Turner | -4/+7 |
| 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 | -3850/+153 |
| 2016-06-23 | Auto merge of #34253 - jseyfried:improve_multi_modifiers, r=nrc | bors | -92/+66 |
| 2016-06-23 | Cleanup comments | Jeffrey Seyfried | -4/+4 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -262/+304 |
| 2016-06-20 | Merge PatKind::QPath into PatKind::Path in AST | Vadim Petrochenkov | -30/+18 |
| 2016-06-20 | Remove unit tests | Jeffrey Seyfried | -445/+3 |
| 2016-06-20 | Fix hygiene regression | Jeffrey Seyfried | -151/+44 |