| Age | Commit message (Expand) | Author | Lines |
| 2016-09-10 | Improve `Eq` deriving | Vadim Petrochenkov | -0/+18 |
| 2016-09-10 | fix span for errors E0537, E0535 & E0536 | Mikhail Modin | -5/+5 |
| 2016-09-09 | Auto merge of #36332 - llogiq:static_consts_feature, r=nikomatsakis | bors | -0/+3 |
| 2016-09-07 | Auto merge of #36214 - jseyfried:stackless_expansion, r=nrc | bors | -717/+937 |
| 2016-09-07 | Improve `directory` computation during invocation collection. | Jeffrey Seyfried | -5/+9 |
| 2016-09-07 | Implement stackless placeholder expansion. | Jeffrey Seyfried | -8/+22 |
| 2016-09-07 | Strip unconfigured nodes in the `InvocationCollector` fold. | Jeffrey Seyfried | -19/+67 |
| 2016-09-07 | Refactor code out of the folder implementation for `StripUnconfigured`. | Jeffrey Seyfried | -55/+75 |
| 2016-09-07 | add static_in_const feature gate | Andre Bogus | -0/+3 |
| 2016-09-06 | Auto merge of #36025 - michaelwoerister:incr-comp-hash-spans, r=nikomatsakis | bors | -20/+4 |
| 2016-09-05 | Rollup merge of #36245 - alexcrichton:add-back-accident, r=arielb1 | Manish Goregaokar | -0/+1 |
| 2016-09-05 | Load macros from `extern crate`s in the `InvocationCollector` fold. | Jeffrey Seyfried | -62/+22 |
| 2016-09-05 | Implement stackless expansion. | Jeffrey Seyfried | -178/+191 |
| 2016-09-05 | Add module `ext::placeholders` with `placeholder()` and `PlaceholderExpander`. | Jeffrey Seyfried | -39/+182 |
| 2016-09-05 | Refactor `expand_invoc(.., fld)` -> `self.expand_invoc(..)`. | Jeffrey Seyfried | -207/+212 |
| 2016-09-05 | Refactor `SyntaxEnv`. | Jeffrey Seyfried | -126/+119 |
| 2016-09-05 | Refactor `expand_*` into `expander.fold_*`. | Jeffrey Seyfried | -214/+194 |
| 2016-09-05 | Clean up module processing. | Jeffrey Seyfried | -34/+20 |
| 2016-09-05 | Refactor out `expand_item` (with better semantics than before). | Jeffrey Seyfried | -36/+39 |
| 2016-09-05 | Refactor away `expand_item`. | Jeffrey Seyfried | -7/+3 |
| 2016-09-05 | Generalize `Invocation` to include modifiers/decorators. | Jeffrey Seyfried | -95/+138 |
| 2016-09-05 | Refactor `with_exts_frame` from a macro to a function. | Jeffrey Seyfried | -16/+10 |
| 2016-09-05 | Add `Invocation` and `Expansion`, remove `MacroGenerable`. | Jeffrey Seyfried | -212/+240 |
| 2016-09-05 | Remove `syntax::config::strip_unconfigured`, add `syntax::config::features`. | Jeffrey Seyfried | -31/+37 |
| 2016-09-05 | Improve `expand_type`. | Jeffrey Seyfried | -5/+8 |
| 2016-09-05 | In `Parser` and `ExtCtxt`, replace fields `filename` and `mod_path_stack` | Jeffrey Seyfried | -57/+38 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -6/+6 |
| 2016-09-04 | Replace `_, _, _` with `..` | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Add back feature accidentally removed | Alex Crichton | -0/+1 |
| 2016-09-03 | Translate union constants | Vadim Petrochenkov | -8/+1 |
| 2016-09-03 | Check fields in union patters/expressions | Vadim Petrochenkov | -1/+3 |
| 2016-09-03 | Lower unions from AST to HIR and from HIR to types | Vadim Petrochenkov | -0/+40 |
| 2016-09-03 | Add unions to AST | Vadim Petrochenkov | -1/+8 |
| 2016-09-03 | Auto merge of #35957 - alexcrichton:macros-1.1, r=nrc | bors | -12/+56 |
| 2016-09-02 | Rollup merge of #36223 - abhiQmar:e0558-formatting, r=jonathandturner | Jonathan Turner | -2/+3 |
| 2016-09-03 | Update compiler error E0558 to use new error format | Abhishek Kumar | -2/+3 |
| 2016-09-02 | rustc: Implement custom derive (macros 1.1) | Alex Crichton | -12/+56 |
| 2016-09-01 | Add `item_like_imports` feature. | Jeffrey Seyfried | -1/+4 |
| 2016-09-01 | Auto merge of #34494 - CensoredUsername:allow_sysV64_abi, r=nagisa | bors | -7/+18 |
| 2016-09-01 | incr.comp.: Add stable hashing of HIR spans to ICH. | Michael Woerister | -20/+4 |
| 2016-08-31 | Add a tracking issue to the feature gate of the sysv64 ABI | CensoredUsername | -1/+1 |
| 2016-08-31 | Warn about multiple conflicting #[repr] hints | Chris Wong | -3/+2 |
| 2016-08-30 | Feature gate the sysv64 abi as feature(abi_sysv64) and add tests | CensoredUsername | -7/+16 |
| 2016-08-30 | Change ABI string from sysV64 to sysv64 | CensoredUsername | -1/+1 |
| 2016-08-30 | Allow specification of the system V AMD64 ABI constraint. | CensoredUsername | -0/+2 |
| 2016-08-29 | Remove inherent methods `Annotatable::attrs` and `Annotatable::fold_attrs`. | Jeffrey Seyfried | -7/+0 |
| 2016-08-29 | Future proof the AST for `union`. | Jeffrey Seyfried | -2/+18 |
| 2016-08-28 | Rollup merge of #35917 - jseyfried:remove_attr_ext_traits, r=nrc | Jeffrey Seyfried | -113/+72 |
| 2016-08-28 | Rollup merge of #35850 - SergioBenitez:master, r=nrc | Jeffrey Seyfried | -159/+459 |
| 2016-08-28 | Rollup merge of #35728 - petrochenkov:empderive, r=manishearth | Jeffrey Seyfried | -20/+20 |