| Age | Commit message (Expand) | Author | Lines |
| 2018-06-03 | Fix build backporting #51052 | Pietro Albini | -1/+1 |
| 2018-06-03 | restore emplacement syntax (obsolete) | Niko Matsakis | -0/+13 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+1 |
| 2018-05-03 | Auto merge of #50030 - flip1995:rfc2103, r=petrochenkov | bors | -6/+7 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -1/+1 |
| 2018-05-03 | Remove parse::escape_default(). | Nicholas Nethercote | -6/+2 |
| 2018-05-02 | make it compile again | flip1995 | -6/+6 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -4/+4 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -3/+4 |
| 2018-04-28 | Auto merge of #50155 - est31:label_expressions, r=petrochenkov | bors | -1/+2 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -2/+2 |
| 2018-04-23 | 'label can start expressions | est31 | -1/+2 |
| 2018-04-23 | Auto merge of #48946 - PramodBisht:issues/48636, r=estebank | bors | -1/+16 |
| 2018-04-22 | 1) Addresses #48636 | Pramod Bisht | -1/+16 |
| 2018-04-22 | parser: Do not override syntactic context for dummy spans | Vadim Petrochenkov | -1/+2 |
| 2018-04-20 | Auto merge of #50052 - nnethercote:char_lit, r=Mark-Simulacrum | bors | -2/+10 |
| 2018-04-18 | proc_macro: Stay on the "use the cache" path more | Alex Crichton | -9/+91 |
| 2018-04-19 | Avoid allocating when parsing \u{...} literals. | Nicholas Nethercote | -2/+10 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -5/+5 |
| 2018-04-14 | Rollup merge of #49852 - alexcrichton:fix-more-proc-macros, r=nrc | kennytm | -9/+22 |
| 2018-04-14 | macros: Do not match on "complex" nonterminals requiring AST comparisons | Vadim Petrochenkov | -1/+17 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -3/+2 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -32/+5 |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -5/+5 |
| 2018-04-12 | Auto merge of #49698 - SimonSapin:unicode-for-everyone, r=alexcrichton | bors | -1/+1 |
| 2018-04-12 | Deprecate the std_unicode crate | Simon Sapin | -1/+1 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -1/+1 |
| 2018-04-10 | proc_macro: Avoid cached TokenStream more often | Alex Crichton | -9/+22 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -29/+18 |
| 2018-04-09 | in which `!` is suggested for erroneous identifier `not` | Zack M. Davis | -2/+52 |
| 2018-04-09 | don't suggest placing code in block if next token is open-brace | Zack M. Davis | -0/+5 |
| 2018-04-09 | Convert sort_by to sort_by_cached_key | varkor | -1/+1 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -5/+4 |
| 2018-04-06 | Make lifetime nonterminals closer to identifier nonterminals | Vadim Petrochenkov | -42/+42 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -33/+24 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -8/+4 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -42/+31 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -1/+1 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -55/+71 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -55/+71 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -13/+0 |
| 2018-04-02 | Auto merge of #49124 - abonander:attr-macro-stmt-expr, r=abonander | bors | -0/+3 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -0/+3 |
| 2018-04-01 | Auto merge of #49478 - Phlosioneer:fix-windows-file-not-found, r=petrochenkov | bors | -1/+1 |
| 2018-03-29 | Fix escaped backslash in windows file not found message | Phlosioneer | -1/+1 |
| 2018-03-28 | Make ParseSess thread-safe | John Kåre Alsaker | -14/+12 |
| 2018-03-28 | Make LazyTokenStream thread-safe | John Kåre Alsaker | -15/+6 |
| 2018-03-27 | Rollup merge of #49395 - petrochenkov:obsolete, r=alexcrichton | kennytm | -74/+0 |
| 2018-03-27 | libsyntax: Remove obsolete.rs | Vadim Petrochenkov | -74/+0 |