| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2015-08-06 | Auto merge of #27296 - jroesch:type-macros, r=huonw | bors | -0/+3 |
| 2015-08-04 | Add a macro invocation to the type AST | Jared Roesch | -0/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -1/+1 |
| 2015-07-28 | remove `get_ident` and `get_name`, make `as_str` sound | Oliver Schneider | -16/+16 |
| 2015-07-22 | Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`. | Felix S. Klock II | -2/+2 |
| 2015-07-09 | Auto merge of #26904 - bluss:no-repeat, r=alexcrichton | bors | -4/+3 |
| 2015-07-09 | Use vec![elt; n] where possible | Ulrik Sverdrup | -4/+3 |
| 2015-07-05 | Feature-gate #[prelude_import]. | Eduard Burtescu | -1/+3 |
| 2015-06-11 | Conver reborrows to .iter() calls where appropriate | Joshua Landau | -2/+2 |
| 2015-05-22 | Two more small fixes. | Niko Matsakis | -1/+1 |
| 2015-05-21 | Make various fixes: | Niko Matsakis | -14/+2 |
| 2015-05-21 | syntax: parse `const fn` for free functions and inherent methods. | Eduard Burtescu | -8/+41 |
| 2015-05-15 | syntax: Add unquoting ast::{Generics,WhereClause} | Erick Tryzelaar | -13/+15 |
| 2015-05-15 | syntax: Allow pretty printing more interpolated items | Erick Tryzelaar | -13/+13 |
| 2015-05-13 | Merge branch 'master' into mulit-decor | Nick Cameron | -9/+9 |
| 2015-05-12 | Merge branch 'master' into | Nick Cameron | -1/+1 |
| 2015-05-11 | Auto merge of #25085 - carols10cents:remove-old-tilde, r=steveklabnik | bors | -9/+9 |
| 2015-05-04 | Correct pretty-printing of `type Foo<T> where T: Bound = ...;` | Felix S. Klock II | -1/+1 |
| 2015-05-03 | Update old uses of ~ in comments and debugging statements | Carol Nichols | -9/+9 |
| 2015-04-30 | Merge branch 'master' into mulit-decor | Nick Cameron | -82/+73 |
| 2015-04-27 | Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis | bors | -0/+31 |
| 2015-04-25 | Interpolate AST nodes in quasiquote. | Geoffry Song | -81/+41 |
| 2015-04-25 | Merge branch 'syntax' of https://github.com/aochagavia/rust into mulit-decor | Nick Cameron | -1/+0 |
| 2015-04-24 | Change name of unit test sub-module to "tests". | Johannes Oertel | -1/+1 |