| Age | Commit message (Expand) | Author | Lines |
| 2015-11-06 | Auto merge of #29582 - oli-obk:token_tree, r=sfackler | bors | -121/+133 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -121/+133 |
| 2015-11-06 | Auto merge of #29615 - steveklabnik:lol_strings, r=alexcrichton | bors | -3/+1 |
| 2015-11-05 | Auto merge of #29565 - sfackler:issue-29540, r=huonw | bors | -24/+35 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -3/+1 |
| 2015-11-03 | Don't chain method calls in #[derive(Debug)] | Steven Fackler | -24/+35 |
| 2015-11-03 | Allow indirect operands to be used as inputs for inline asm | Amanieu d'Antras | -2/+2 |
| 2015-11-03 | Auto merge of #29285 - eefriedman:libsyntax-panic, r=nrc | bors | -31/+29 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -2/+2 |
| 2015-10-28 | Make quote plugin use parsing functions which explicitly panic. | Eli Friedman | -7/+7 |
| 2015-10-27 | Don't panic for fatal errors in attribute parsing. | Eli Friedman | -2/+2 |
| 2015-10-27 | Delete unnecessary ParserAttr trait. | Eli Friedman | -2/+0 |
| 2015-10-27 | Don't use panicking helpers in Parser. | Eli Friedman | -20/+20 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -6/+6 |
| 2015-10-20 | Auto merge of #29148 - petrochenkov:noshow, r=alexcrichton | bors | -5/+3 |
| 2015-10-19 | Generate stability attributes for derived impls | Vadim Petrochenkov | -1/+1 |
| 2015-10-18 | Remove #[derive(Show)] | Vadim Petrochenkov | -5/+3 |
| 2015-10-16 | Auto merge of #29014 - petrochenkov:stability, r=brson | bors | -1/+1 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -100/+0 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -5/+4 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -10/+13 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -18/+18 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -1/+0 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -3/+7 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -84/+37 |
| 2015-10-13 | Refactor attr::Stability | Vadim Petrochenkov | -1/+1 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -100/+0 |
| 2015-10-09 | Auto merge of #28857 - nrc:lowering, r=nikomatsakis | bors | -400/+75 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -6/+3 |
| 2015-10-09 | hygiene for `for` loops, `if let`, `while let` | Nick Cameron | -15/+72 |
| 2015-10-09 | Fix stability | Nick Cameron | -1/+1 |
| 2015-10-09 | Move placement in desugaring to lowering | Nick Cameron | -154/+3 |
| 2015-10-09 | if let and while let | Nick Cameron | -140/+4 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -94/+2 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -3/+3 |
| 2015-10-06 | Add comment for the use of Ident in hash map in mtwt | Vadim Petrochenkov | -0/+2 |
| 2015-10-03 | libsyntax: Do not derive Hash for Ident | Vadim Petrochenkov | -2/+2 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -3/+3 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -88/+76 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -88/+76 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -2/+2 |
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -2/+3 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -88/+75 |
| 2015-09-20 | Move tts instead of cloning in expansion | Manish Goregaokar | -24/+25 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -1/+0 |
| 2015-09-08 | Allow tracking issues for lang features. | Huon Wilson | -2/+10 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -3/+3 |
| 2015-09-01 | Auto merge of #28137 - nrc:remove-non-multi, r=huonw | bors | -151/+2 |
| 2015-09-01 | Remove the Modifier and Decorator kinds of syntax extensions. | Nick Cameron | -151/+2 |
| 2015-08-31 | Closures are not generated code. | Nick Cameron | -4/+1 |