| 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 | check if the token is a lifetime before parsing | rleungx | -1/+1 |
| 2018-05-02 | make it compile again | flip1995 | -3/+3 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -4/+4 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 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-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-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -1/+1 |
| 2018-04-09 | in which `!` is suggested for erroneous identifier `not` | Zack M. Davis | -1/+42 |
| 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 | -2/+2 |
| 2018-04-06 | Make lifetime nonterminals closer to identifier nonterminals | Vadim Petrochenkov | -8/+13 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -26/+17 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -1/+1 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -39/+28 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -2/+2 |
| 2018-04-05 | Rollup merge of #49350 - abonander:macros-in-extern, r=petrochenkov | Alex Crichton | -55/+69 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -55/+69 |
| 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-27 | libsyntax: Remove obsolete.rs | Vadim Petrochenkov | -6/+0 |
| 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 | -12/+17 |
| 2018-03-20 | Stabilize slice patterns without `..` | Vadim Petrochenkov | -1/+1 |
| 2018-03-18 | Move raw_identifiers check to the lexer. | Lymia Aluysia | -4/+1 |
| 2018-03-18 | Feature gate raw identifiers. | Lymia Aluysia | -1/+4 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -12/+17 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -80/+36 |
| 2018-03-17 | Cleanup import parsing | Vadim Petrochenkov | -53/+22 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -1/+1 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -10/+5 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -3/+1 |
| 2018-03-17 | AST/HIR: Clarify what the optional name in extern crate items mean | Vadim Petrochenkov | -13/+7 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -20/+16 |
| 2018-03-16 | Auto merge of #49051 - kennytm:rollup, r=kennytm | bors | -1/+5 |
| 2018-03-15 | Disallow &a..=b and box a..=b in pattern. | kennytm | -2/+27 |
| 2018-03-14 | Implement import renaming with `_` (RFC 2166) | Vadim Petrochenkov | -1/+5 |
| 2018-03-11 | in which some labels and notes are upgraded to structured suggestions | Zack M. Davis | -5/+8 |
| 2018-03-09 | Auto merge of #48326 - RalfJung:generic-bounds, r=petrochenkov | bors | -12/+3 |
| 2018-03-08 | in which parentheses are suggested for should-have-been-tuple-patterns | Zack M. Davis | -5/+39 |
| 2018-03-06 | note a FIXME | Ralf Jung | -0/+1 |