| Age | Commit message (Expand) | Author | Lines |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+0 |
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -4/+0 |
| 2017-01-22 | Refactor `TokenStream`. | Jeffrey Seyfried | -1/+1 |
| 2017-01-20 | Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrc | Alex Crichton | -10/+6 |
| 2017-01-17 | Refactor the parser to consume token trees. | Jeffrey Seyfried | -3/+2 |
| 2017-01-17 | Introduce `string_reader.parse_all_token_trees()`. | Jeffrey Seyfried | -7/+4 |
| 2017-01-17 | Give the `StringReader` a `sess: &ParseSess`. | Jeffrey Seyfried | -1/+1 |
| 2017-01-17 | Use resizable Vec instead of P<[T]> in AST | Vadim Petrochenkov | -1/+1 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -2/+6 |
| 2016-12-22 | Refactor how global paths are represented (for both ast and hir). | Jeffrey Seyfried | -7/+3 |
| 2016-12-19 | Optimize `ast::PathSegment`. | Jeffrey Seyfried | -44/+9 |
| 2016-12-17 | Auto merge of #38205 - jseyfried:fix_module_directory_regression, r=eddyb | bors | -2/+2 |
| 2016-12-07 | macros: fix the expected paths for a non-inline module matched by an `item` f... | Jeffrey Seyfried | -2/+2 |
| 2016-12-06 | annotate stricter lifetimes on LateLintPass methods to allow them to forward ... | Oliver Schneider | -2/+2 |
| 2016-11-22 | Start warning cycle. | Jeffrey Seyfried | -1/+1 |
| 2016-11-22 | Clean up directory ownership semantics. | Jeffrey Seyfried | -2/+15 |
| 2016-11-21 | Fix fallout in `rustdoc` and tests. | Jeffrey Seyfried | -28/+23 |
| 2016-11-21 | Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p... | Jeffrey Seyfried | -25/+22 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -4/+4 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Refactor `CrateConfig`. | Jeffrey Seyfried | -1/+2 |
| 2016-10-31 | Changed most vec! invocations to use square braces | iirelu | -16/+16 |
| 2016-10-29 | Move `CrateConfig` from `Crate` to `ParseSess`. | Jeffrey Seyfried | -103/+41 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -1/+1 |
| 2016-09-26 | add unstable_features to ParseSess | Tim Neumann | -0/+3 |
| 2016-09-16 | Overhaul char_lit(). | Nicholas Nethercote | -43/+28 |
| 2016-09-12 | Lazily construct panic messages in char_lit(). | Nicholas Nethercote | -5/+7 |
| 2016-09-12 | Avoid an unnecessary intermediate value in char_lit(). | Nicholas Nethercote | -14/+9 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -1/+1 |
| 2016-08-28 | Rollup merge of #35480 - KiChjang:e0379-bonus, r=nikomatsakis | Jeffrey Seyfried | -1/+4 |
| 2016-08-27 | Change Constness to Spanned<Constness> | Keith Yeung | -1/+4 |
| 2016-08-25 | Refactor away `AttrMetaMethods`. | Jeffrey Seyfried | -1/+1 |
| 2016-08-18 | Add Span field for Generics structs | Guillaume Gomez | -2/+3 |
| 2016-08-07 | Turn on new errors, json mode. Remove duplicate unicode test | Jonathan Turner | -1/+0 |
| 2016-08-01 | Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API. | cgswords | -1/+1 |
| 2016-07-17 | Auto merge of #34829 - cgswords:tstream, r=nrc | bors | -1/+9 |
| 2016-07-15 | Added tokenstream parser procedure | cgswords | -1/+9 |
| 2016-07-14 | Remove BasicEmitter | Jonathan Turner | -1/+5 |
| 2016-07-04 | Revert "Change `fold_tt` and `fold_tts` to take token trees by value (instead... | Jeffrey Seyfried | -7/+8 |
| 2016-06-26 | Rollup merge of #34436 - jseyfried:no_block_expr, r=eddyb | Jeffrey Seyfried | -1/+0 |
| 2016-06-26 | Rollup merge of #34339 - jseyfried:thin_vec, r=petrochenkov,Manishearth | Jeffrey Seyfried | -6/+7 |
| 2016-06-26 | Rollup merge of #34316 - jseyfried:refactor_ast_stmt, r=eddyb | Jeffrey Seyfried | -6/+6 |
| 2016-06-26 | Rollup merge of #33943 - jseyfried:libsyntax_cleanup, r=nrc | Jeffrey Seyfried | -10/+9 |
| 2016-06-26 | Rollup merge of #34385 - cgswords:tstream, r=nrc | Jeffrey Seyfried | -8/+10 |
| 2016-06-24 | Add `ecx.stmt_semi()` and fix issues with the pretty-printer | Jeffrey Seyfried | -1/+0 |
| 2016-06-23 | Address more travis errors | Jonathan Turner | -1/+2 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -5/+6 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -8/+10 |
| 2016-06-19 | Generalize and abstract `ThinAttributes` | Jeffrey Seyfried | -6/+7 |
| 2016-06-17 | Fix fallout | Jeffrey Seyfried | -6/+6 |