| Age | Commit message (Expand) | Author | Lines |
| 2015-12-14 | [breaking-change] move ast_util functions to methods | faineance | -10/+9 |
| 2015-12-14 | Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix | bors | -5/+5 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -7/+5 |
| 2015-12-05 | Use a struct instead of a tuple for inline asm output operands | Amanieu d'Antras | -5/+5 |
| 2015-12-05 | Add proper support for indirect output constraints in inline asm | Amanieu d'Antras | -1/+1 |
| 2015-11-26 | Some TLC for the MoveMap trait | Marvin Löbel | -2/+0 |
| 2015-11-26 | Moved and refactored ThinAttributes | Marvin Löbel | -5/+6 |
| 2015-11-26 | Add syntax support for attributes on expressions and all syntax | Marvin Löbel | -84/+145 |
| 2015-11-23 | Avoid some code duplication around getting names of numeric types. | Michael Woerister | -3/+3 |
| 2015-11-17 | Auto merge of #29887 - sanxiyn:match-ref-pats, r=sfackler | bors | -18/+18 |
| 2015-11-17 | Fix match_ref_pats flagged by Clippy | Seo Sanghyeon | -18/+18 |
| 2015-11-16 | rename `ast::ImplItem_::*ImplItem` to `ast::ImplItemKind::*` | Oliver Schneider | -4/+4 |
| 2015-11-12 | Auto merge of #29780 - KyleMayes:quote-ext, r=nrc | bors | -0/+1 |
| 2015-11-12 | libsyntax: deny warnings in doctests | Kevin Butler | -2/+4 |
| 2015-11-11 | libsyntax: Add more quasiquoting macros | Kyle Mayes | -0/+1 |
| 2015-11-06 | remove `Tt` prefix from TokenType variants | Oliver Schneider | -7/+7 |
| 2015-10-31 | Remove PatWildMulti | Vadim Petrochenkov | -8/+4 |
| 2015-10-27 | Generalise associative operator parsing | Simonas Kazlauskas | -6/+8 |
| 2015-10-26 | Auto merge of #29274 - thepowersgang:issues-29107-const-unsafe-fn-order, r=ni... | bors | -1/+2 |
| 2015-10-25 | syntax/rustc_front: Simplify VariantData::fields | Vadim Petrochenkov | -16/+2 |
| 2015-10-25 | Switch to 'const unsafe fn' ordering (rust-lang/rust#29107) | John Hodge | -1/+2 |
| 2015-10-15 | Auto merge of #28980 - nrc:unsafe-macros, r=@pnkfelix | bors | -2/+2 |
| 2015-10-13 | Merge VariantData and VariantData_ | Vadim Petrochenkov | -2/+1 |
| 2015-10-13 | Merge struct fields and struct kind | Vadim Petrochenkov | -8/+19 |
| 2015-10-13 | Dict -> Struct, StructDef -> VariantData, def -> data | Vadim Petrochenkov | -4/+4 |
| 2015-10-13 | Remove now redundant NodeId from Variant | Vadim Petrochenkov | -1/+0 |
| 2015-10-13 | Decouple structure kinds from NodeIds | Vadim Petrochenkov | -3/+5 |
| 2015-10-13 | Unify structures and enum variants in AST | Vadim Petrochenkov | -21/+11 |
| 2015-10-12 | Remove the push_unsafe! and pop_unsafe! macros. | Nick Cameron | -2/+2 |
| 2015-10-09 | Some cleanup of no longer used AST things | Nick Cameron | -1/+1 |
| 2015-10-01 | Stop re-exporting AttrStyle's variants and rename them. | Ms2ger | -4/+4 |
| 2015-09-26 | Auto merge of #28642 - petrochenkov:name3, r=nrc | bors | -4/+3 |
| 2015-09-24 | Cleanup interfaces of Name, SyntaxContext and Ident | Vadim Petrochenkov | -4/+3 |
| 2015-09-24 | Remove the deprecated box(PLACE) syntax. | Eduard Burtescu | -9/+12 |
| 2015-09-21 | Use ast::AsmDialect's variants qualified, and drop the pointless prefix. | Ms2ger | -1/+1 |
| 2015-09-20 | Replace `ast::Mac_` enum with struct | Andrew Paseltiner | -26/+18 |
| 2015-09-18 | Auto merge of #28442 - nagisa:remove-enum-vis-field, r=alexcrichton | bors | -3/+1 |
| 2015-09-18 | Implement empty struct with braces (RFC 218) | Vadim Petrochenkov | -25/+25 |
| 2015-09-17 | Remove Visibility field from enum variants | Simonas Kazlauskas | -3/+1 |
| 2015-09-16 | Use ast attributes every where (remove HIR attributes). | Nick Cameron | -310/+350 |
| 2015-09-04 | Auto merge of #28170 - nagisa:loopctl-label-spans, r=alexcrichton | bors | -2/+2 |
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -3/+3 |
| 2015-09-03 | Use proper span for break and continue labels | Simonas Kazlauskas | -2/+2 |
| 2015-08-21 | Auto merge of #27613 - GSam:binop, r=nrc | bors | -3/+30 |
| 2015-08-10 | Auto merge of #27451 - seanmonstar:use-groups-as, r=alexcrichton | bors | -4/+16 |
| 2015-08-10 | Avoid adding extra paren with two casts | Garming Sam | -1/+5 |
| 2015-08-09 | Casts are a type of binop | Garming Sam | -1/+1 |
| 2015-08-09 | Add operator precedence for pretty printer | Garming Sam | -2/+25 |
| 2015-08-09 | Binary ops should add parenthesis to each side | Garming Sam | -2/+2 |
| 2015-08-08 | rustc: rename multiple imports in a list | Sean McArthur | -4/+16 |