| Age | Commit message (Expand) | Author | Lines |
| 2018-06-08 | Deny #[cfg] and #[cfg_attr] on generic parameters. | kennytm | -0/+5 |
| 2018-06-08 | Revert "Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov" | Pietro Albini | -22/+67 |
| 2018-05-03 | Auto merge of #50413 - kennytm:rollup, r=kennytm | bors | -1/+7 |
| 2018-05-03 | check if the token is a lifetime before parsing | rleungx | -1/+7 |
| 2018-05-02 | make it compile again | flip1995 | -1/+1 |
| 2018-05-02 | Gate tool_attributes feature | Seiichi Uchida | -1/+5 |
| 2018-05-02 | Remove Option from the return type of Attribute::name() | Seiichi Uchida | -1/+2 |
| 2018-05-02 | Allow Path for name of MetaItem | Seiichi Uchida | -3/+2 |
| 2018-04-30 | Auto merge of #50092 - abonander:issue-49934, r=petrochenkov | bors | -13/+76 |
| 2018-04-29 | Warn on pointless `#[derive]` in more places | Austin Bonander | -13/+76 |
| 2018-04-26 | rustc_target: move in syntax::abi and flip dependency. | Irina Popa | -1/+1 |
| 2018-04-20 | rustc: Tweak custom attribute capabilities | Alex Crichton | -1/+74 |
| 2018-04-18 | Auto merge of #49993 - nnethercote:shrink-Token, r=alexcrichton | bors | -1/+6 |
| 2018-04-16 | Auto merge of #49719 - mark-i-m:no_sep, r=petrochenkov | bors | -67/+22 |
| 2018-04-14 | Add error codes for libsyntax_ext | Guillaume Gomez | -1/+4 |
| 2018-04-12 | Avoid comparing fields by name when possible | Vadim Petrochenkov | -2/+2 |
| 2018-04-12 | AST/HIR: Merge field access expressions for named and numeric fields | Vadim Petrochenkov | -2/+2 |
| 2018-04-12 | Change the hashcounts in raw `Lit` variants from usize to u16. | Nicholas Nethercote | -1/+6 |
| 2018-04-10 | Auto merge of #49390 - Zoxc:sync-syntax, r=michaelwoerister | bors | -9/+11 |
| 2018-04-06 | Use `Ident` instead of `Name` in `MetaItem` | Vadim Petrochenkov | -12/+14 |
| 2018-04-06 | Make lifetime nonterminals closer to identifier nonterminals | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Remove more duplicated spans | Vadim Petrochenkov | -11/+13 |
| 2018-04-06 | Rename `ast::Variant_::name` into `ident` + Fix rebase | Vadim Petrochenkov | -2/+2 |
| 2018-04-06 | Use `Span::apply_mark` where possible | Vadim Petrochenkov | -5/+5 |
| 2018-04-06 | Get rid of `SpannedIdent` | Vadim Petrochenkov | -19/+14 |
| 2018-04-06 | Rename `PathSegment::identifier` to `ident` | Vadim Petrochenkov | -9/+9 |
| 2018-04-06 | Use `Span` instead of `SyntaxContext` in `Ident` | Vadim Petrochenkov | -11/+8 |
| 2018-04-05 | No separator for `?`. No `?` as a separator. | Mark Mansi | -67/+22 |
| 2018-04-03 | expand macro invocations in `extern {}` blocks | Austin Bonander | -0/+97 |
| 2018-04-02 | Expand attribute macros on statements and expressions. | Austin Bonander | -19/+78 |
| 2018-03-28 | Make SyntaxExtension thread-safe | John Kåre Alsaker | -9/+11 |
| 2018-03-27 | Auto merge of #49279 - varkor:generated-closure-return-type, r=alexcrichton | bors | -5/+5 |
| 2018-03-22 | Use FunctionRetTy::Default rather than an explicit TyKind::Infer for lambda-b... | varkor | -5/+5 |
| 2018-03-22 | Clean up raw identifier handling when recovering tokens from AST. | Lymia Aluysia | -3/+4 |
| 2018-03-18 | Return a is_raw parameter from Token::ident rather than having separate methods. | Lymia Aluysia | -4/+4 |
| 2018-03-18 | Initial implementation of RFC 2151, Raw Identifiers | Lymia Aluysia | -21/+24 |
| 2018-03-18 | Auto merge of #48917 - petrochenkov:import, r=oli-obk | bors | -13/+16 |
| 2018-03-17 | Rename `Span::empty` to `Span::shrink_to_lo`, add `Span::shrink_to_hi` | Vadim Petrochenkov | -4/+4 |
| 2018-03-17 | AST: Keep distinction between `path` and `::path` in imports and visibilities | Vadim Petrochenkov | -3/+7 |
| 2018-03-17 | AST: Make renames in imports closer to the source | Vadim Petrochenkov | -6/+5 |
| 2018-03-17 | Reject `_` in `ident` matcher | Vadim Petrochenkov | -17/+19 |
| 2018-03-17 | syntax: Make `_` an identifier | Vadim Petrochenkov | -3/+1 |
| 2018-03-16 | Auto merge of #48524 - abonander:check-macro-stability, r=petrochenkov | bors | -17/+56 |
| 2018-03-13 | Fix ICE on malformed plugin attributes | Michael Lamparski | -2/+4 |
| 2018-03-07 | check stability of macro invocations | Austin Bonander | -17/+56 |
| 2018-03-05 | Turn features() into a query. | Michael Woerister | -17/+15 |
| 2018-03-02 | Replace Rc with Lrc for shared data | John Kåre Alsaker | -24/+27 |
| 2018-02-28 | Auto merge of #48056 - ExpHP:macro-commas, r=dtolnay | bors | -2/+4 |
| 2018-02-24 | Rollup merge of #48143 - nikomatsakis:termination_trait_in_tests, r=eddyb | Manish Goregaokar | -7/+3 |
| 2018-02-22 | begin crate-relative paths with `crate` | Niko Matsakis | -7/+3 |