| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-03-27 | Fix pretty-printing for raw identifiers | Vadim Petrochenkov | -1/+8 |
| 2018-03-24 | Better diagnostics for '..' pattern fragment not in the last position | Hidehito Yabuuchi | -1/+7 |
| 2018-03-23 | Merge branch 'master' of https://github.com/Lymia/rust into rollup | Alex Crichton | -70/+144 |
| 2018-03-22 | Clean up raw identifier handling when recovering tokens from AST. | Lymia Aluysia | -1/+1 |
| 2018-03-22 | Rollup merge of #49117 - nivkner:fixme_fixup3, r=estebank | kennytm | -2/+0 |
| 2018-03-20 | Auto merge of #49190 - kennytm:rollup, r=kennytm | bors | -10/+1 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 |
| 2018-03-20 | Rollup merge of #49104 - csmoe:semicolon_error, r=petrochenkov | kennytm | -10/+1 |
| 2018-03-18 | Return a is_raw parameter from Token::ident rather than having separate methods. | Lymia Aluysia | -30/+15 |