| Age | Commit message (Expand) | Author | Lines |
| 2016-01-02 | Grammar fixes | James Mantooth | -5/+5 |
| 2015-12-22 | Stop re-exporting PathParameters's variants. | Ms2ger | -15/+15 |
| 2015-12-21 | Auto merge of #30460 - Ms2ger:BindingMode, r=alexcrichton | bors | -4/+3 |
| 2015-12-20 | Stop re-exporting the ast::BindingMode variants. | Ms2ger | -4/+3 |
| 2015-12-19 | Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis | bors | -0/+1 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -9/+8 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -1/+1 |
| 2015-12-16 | Implement type ascription. | Eduard Burtescu | -0/+1 |
| 2015-12-14 | [breaking-change] move ast_util functions to methods | faineance | -5/+161 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -1/+9 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -1/+1 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -92/+1 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -1/+141 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -2/+2 |
| 2015-11-17 | Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler | bors | -3/+3 |
| 2015-11-17 | Fix match_ref_pats flagged by Clippy | Seo Sanghyeon | -3/+3 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -7/+6 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -6/+8 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -34/+33 |
| 2015-11-02 | Auto merge of #29291 - petrochenkov:privacy, r=alexcrichton | bors | -0/+6 |
| 2015-11-01 | Auto merge of #29501 - Manishearth:pat-docs, r=alexcrichton | bors | -3/+3 |
| 2015-11-01 | Add code formatting on PatVec docs | Manish Goregaokar | -2/+2 |
| 2015-11-01 | Fix PatEnum docs | Manish Goregaokar | -1/+1 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -12/+2 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -12/+6 |
| 2015-10-25 | rustc_privacy: Expand public node set, build exported node set more correctly | Vadim Petrochenkov | -0/+6 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -2/+0 |
| 2015-10-13 | Comment on the purpose(s) of NodeId in VariantData | Vadim Petrochenkov | -0/+11 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -17/+14 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -7/+29 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Provide span for visit_struct_def + remove some dead code | Vadim Petrochenkov | -6/+0 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -1/+0 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -10/+9 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -1/+1 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -2/+0 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -11/+2 |
| 2015-10-09 | Cache ids between lowering runs | Nick Cameron | -0/+1 |
| 2015-10-09 | Move `for` loop desugaring to lowering | Nick Cameron | -0/+4 |
| 2015-10-03 | libsyntax: Do not derive Hash for Ident | Vadim Petrochenkov | -13/+27 |
| 2015-10-02 | Auto merge of #28793 - Ms2ger:AttrStyle, r=alexcrichton | bors | -6/+5 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -6/+5 |
| 2015-10-01 | Convert DefId to use DefIndex, which is an index into a list of | Niko Matsakis | -2/+2 |
| 2015-10-01 | Auto merge of #28577 - jethrogb:topic/ast-stmt-debug, r=pcwalton | bors | -1/+3 |
| 2015-09-28 | Fill in some missing parts in the default AST visitor | Vadim Petrochenkov | -0/+7 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -88/+51 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -88/+51 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -3/+3 |
| 2015-09-22 | Encode/decode Names as strings | Vadim Petrochenkov | -2/+13 |
| 2015-09-21 | Change syntax::ast_util::stmt_id to not panic on macros | Jethro Beekman | -1/+3 |