| Age | Commit message (Expand) | Author | Lines |
| 2017-09-22 | Add support for `..=` syntax | Alex Burka | -15/+20 |
| 2017-09-18 | rustc: Forbid interpolated tokens in the HIR | Alex Crichton | -0/+85 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+1 |
| 2017-07-05 | Merge remote-tracking branch 'origin/master' into proc_macro_api | Alex Crichton | -10/+20 |
| 2017-06-29 | Change some terminology around keywords and reserved identifiers | petrochenkov | -9/+18 |
| 2017-06-29 | Make `$crate` a keyword | Vadim Petrochenkov | -1/+2 |
| 2017-06-26 | Address review comments. | Jeffrey Seyfried | -12/+32 |
| 2017-06-26 | Add `LazyTokenStream`. | Jeffrey Seyfried | -6/+47 |
| 2017-06-26 | Implement `quote!` and other `proc_macro` API. | Jeffrey Seyfried | -0/+63 |
| 2017-06-26 | Simplify `hygiene::Mark` application, and | Jeffrey Seyfried | -3/+0 |
| 2017-05-12 | Fix some clippy warnings in libsyntax | Andre Bogus | -21/+25 |
| 2017-04-15 | move NtVis enum variant to stave off comment rot | Alex Burka | -1/+1 |
| 2017-04-15 | Implementation of the `vis` macro matcher. | Daniel Keep | -0/+2 |
| 2017-03-30 | Improve `Path` spans. | Jeffrey Seyfried | -24/+24 |
| 2017-03-21 | Refactor parsing of trait object types | Vadim Petrochenkov | -15/+29 |
| 2017-03-19 | Auto merge of #40346 - jseyfried:path_and_tokenstream_attr, r=nrc | bors | -2/+2 |
| 2017-03-14 | Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`. | Jeffrey Seyfried | -2/+2 |
| 2017-03-11 | Temporarily prefix catch block with do keyword | Taylor Cramer | -0/+1 |
| 2017-02-28 | Remove `Token::MatchNt`. | Jeffrey Seyfried | -3/+0 |
| 2017-02-28 | Clean up `ext::tt::transcribe::TtFrame`, rename to `Frame`. | Jeffrey Seyfried | -2/+2 |
| 2017-01-27 | Rollup merge of #39335 - cramertj:cramertj/can_begin_expr_fix, r=petrochenkov | Alex Crichton | -1/+23 |
| 2017-01-26 | Fix can_begin_expr keyword behavior | Taylor Cramer | -1/+23 |
| 2017-01-24 | Refactor parsing of generic arguments/parameters and where clauses | Vadim Petrochenkov | -0/+23 |
| 2017-01-23 | Remove `open_span` and `close_span` from `Delimited`. | Jeffrey Seyfried | -0/+6 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -267/+1 |
| 2016-11-20 | Refactor `P<ast::MetaItem>` -> `ast::MetaItem`. | Jeffrey Seyfried | -1/+1 |
| 2016-11-20 | Avoid clearing the string interner. | Jeffrey Seyfried | -4/+0 |
| 2016-11-03 | Reduce the size of `Token` and make it cheaper to clone by refactoring | Jeffrey Seyfried | -15/+20 |
| 2016-10-20 | Tweak path parsing logic | Vadim Petrochenkov | -4/+7 |
| 2016-10-19 | Improve `$crate`. | Jeffrey Seyfried | -17/+0 |
| 2016-10-15 | Auto merge of #37132 - petrochenkov:intern, r=alexcrichton | bors | -10/+3 |
| 2016-10-13 | Get rid of double indirection in string interner by using `Rc<str>` | Vadim Petrochenkov | -10/+3 |
| 2016-10-10 | Avoid allocations in `Decoder::read_str`. | Nicholas Nethercote | -1/+1 |
| 2016-09-14 | Remove unused Token::to_binop function. | Nicholas Nethercote | -26/+1 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -3/+3 |
| 2016-08-19 | Auto merge of #33922 - estebank:doc-comment, r=alexcrichton | bors | -1/+9 |
| 2016-07-19 | Introduced `NoDelim` and modified the compiler to support it. | cgswords | -0/+2 |
| 2016-07-17 | Clean up and encapsulate `syntax::ext::mtwt` | Jeffrey Seyfried | -5/+0 |
| 2016-07-15 | Auto merge of #34570 - jseyfried:no_rename, r=nrc | bors | -30/+0 |
| 2016-07-14 | Remove irrelevant tests | Jeffrey Seyfried | -18/+0 |
| 2016-07-14 | Instead of renaming, treat differently marked identifiers as unequal | Jeffrey Seyfried | -12/+0 |
| 2016-07-11 | Factor the `RefCell` out of the `Interner`. | Jeffrey Seyfried | -6/+7 |
| 2016-07-11 | Refactor `get_ident_interner` -> `with_ident_interner`. | Jeffrey Seyfried | -12/+13 |
| 2016-07-11 | Remove `Interner<T>` and rename `StrInterner` to `Interner`. | Jeffrey Seyfried | -3/+3 |
| 2016-07-11 | Encapsulate `RcStr` in `syntax::util::interner`. | Jeffrey Seyfried | -6/+5 |
| 2016-07-05 | Specific error message for missplaced doc comments | Esteban Küber | -1/+9 |
| 2016-06-21 | Refactored tokentrees into their own files in preparation for tokenstreams. M... | cgswords | -1/+2 |
| 2016-04-26 | allow InternedString to be compared to &str directly | Oliver Schneider | -0/+22 |
| 2016-04-24 | syntax: Make `is_path_start` precise and improve some error messages about un... | Vadim Petrochenkov | -0/+5 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -137/+89 |