| Age | Commit message (Expand) | Author | Lines |
| 2017-05-18 | Add an option to the parser to avoid parsing out of line modules | Nick Cameron | -2/+23 |
| 2017-05-15 | adressed comments by @kennytm and @petrochenkov | Andre Bogus | -1/+0 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -78/+68 |
| 2017-05-07 | fix the easy features in libsyntax | ubsan | -2/+6 |
| 2017-04-26 | Implement a file-path remapping feature in support of debuginfo and reproduci... | Michael Woerister | -8/+8 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -3/+1 |
| 2017-03-29 | Refactor how spans are combined in the parser. | Jeffrey Seyfried | -3/+3 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -40/+91 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -40/+91 |
| 2017-03-10 | Give spans to individual path segments in AST | Vadim Petrochenkov | -7/+11 |
| 2017-03-03 | Fix fallout in unit tests. | Jeffrey Seyfried | -29/+29 |
| 2017-03-03 | Integrate `TokenStream`. | Jeffrey Seyfried | -17/+12 |
| 2017-03-03 | Remove lifetime parameter from `syntax::tokenstream::Cursor`. | Jeffrey Seyfried | -1/+1 |
| 2017-02-28 | Add warning cycle. | Jeffrey Seyfried | -0/+2 |
| 2017-02-28 | Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token... | Jeffrey Seyfried | -7/+3 |
| 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 |