| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2016-06-18 | Auto merge of #34295 - jseyfried:cfg_decoration, r=eddyb | bors | -6/+25 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -202/+181 |
| 2016-06-18 | Auto merge of #34310 - erickt:tuple-struct-attrs, r=nrc | bors | -1/+2 |
| 2016-06-17 | Fix panic when using debug | Guillaume Gomez | -1/+1 |
| 2016-06-17 | Pretty-print attributes on tuple structs and add tests | Erick Tryzelaar | -1/+2 |
| 2016-06-17 | Rename `ast::ExprKind::Again` -> `ast::ExprKind::Continue` | Jeffrey Seyfried | -6/+6 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -328/+267 |
| 2016-06-17 | Refactor away `ast::Decl` and refactor `ast::Stmt` | Jeffrey Seyfried | -16/+14 |
| 2016-06-16 | Auto merge of #34315 - Manishearth:rollup, r=Manishearth | bors | -859/+859 |
| 2016-06-17 | Rollup merge of #34312 - erickt:add-try, r=nikomatsakis | Manish Goregaokar | -859/+859 |
| 2016-06-16 | Auto merge of #34272 - jseyfried:simplify_gated_cfg_checking, r=nrc | bors | -169/+95 |
| 2016-06-16 | Revert using ? for try! in the libsyntax pretty printer | Erick Tryzelaar | -859/+859 |
| 2016-06-16 | Simplify gated cfg checking | Jeffrey Seyfried | -169/+95 |
| 2016-06-16 | Auto merge of #34187 - luser:extern-crate-abspaths, r=michaelwoerister | bors | -41/+76 |
| 2016-06-16 | Add an abs_path member to FileMap, use it when writing debug info. | Ted Mielczarek | -41/+76 |
| 2016-06-16 | Auto merge of #34239 - jseyfried:fix_macro_use_scope_regression, r=nrc | bors | -20/+72 |
| 2016-06-16 | Auto merge of #34216 - jseyfried:nested_cfg_attr, r=nrc | bors | -1/+1 |
| 2016-06-16 | Strip unconfigured nodes from decorator-generated AST | Jeffrey Seyfried | -4/+25 |
| 2016-06-16 | Avoid expanding decorator-generated items twice | Jeffrey Seyfried | -2/+0 |
| 2016-06-16 | Allow `MultiItemModifier`s to expand into zero or many items | Jeffrey Seyfried | -12/+14 |
| 2016-06-16 | Refactor MultiModifier expansion | Jeffrey Seyfried | -65/+34 |
| 2016-06-16 | Implement `HasAttrs` for `Annotatable` | Jeffrey Seyfried | -16/+19 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -37/+28 |
| 2016-06-16 | Rollup merge of #34207 - petrochenkov:nohyg, r=jseyfried | Manish Goregaokar | -4/+0 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -37/+28 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -156/+137 |
| 2016-06-14 | Refactor away `WithAttrs` trait | Jeffrey Seyfried | -39/+15 |
| 2016-06-14 | Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r... | Jeffrey Seyfried | -88/+68 |