| Age | Commit message (Expand) | Author | Lines |
| 2016-06-16 | Avoid expanding decorator-generated items twice | Jeffrey Seyfried | -2/+0 |
| 2016-06-16 | Allow `MultiItemModifier`s to expand into zero or many items | Jeffrey Seyfried | -12/+14 |
| 2016-06-16 | Refactor MultiModifier expansion | Jeffrey Seyfried | -65/+34 |
| 2016-06-16 | Implement `HasAttrs` for `Annotatable` | Jeffrey Seyfried | -16/+19 |
| 2016-06-16 | Rollup merge of #34268 - zackmdavis:if_let_over_none_unit_arm, r=jseyfried | Manish Goregaokar | -37/+28 |
| 2016-06-16 | Rollup merge of #34207 - petrochenkov:nohyg, r=jseyfried | Manish Goregaokar | -4/+0 |
| 2016-06-15 | prefer `if let` to match with `None => ()` arm in some places | Zack M. Davis | -37/+28 |
| 2016-06-14 | Remove the type parameter from `syntax::visit::Visitor` | Jeffrey Seyfried | -156/+137 |
| 2016-06-14 | Refactor away `WithAttrs` trait | Jeffrey Seyfried | -39/+15 |
| 2016-06-14 | Change `fold_tt` and `fold_tts` to take token trees by value (instead of by r... | Jeffrey Seyfried | -88/+68 |
| 2016-06-14 | Refactor away field `ctxt` of `ast::Mac_` | Jeffrey Seyfried | -11/+8 |
| 2016-06-14 | Remove inherent method `attrs()` on AST nodes. `attrs()` is now a method of t... | Jeffrey Seyfried | -29/+1 |
| 2016-06-13 | Auto merge of #33749 - jseyfried:fix_call_site_span, r=nrc | bors | -23/+1 |
| 2016-06-13 | Add support for macro expansion inside trait items | Joseph Dunne | -86/+173 |
| 2016-06-12 | Load macros from `#[macro_use]` crates earlier in expansion | Jeffrey Seyfried | -11/+41 |
| 2016-06-12 | Implement `Into<Vec<T>>` for `SmallVector<T>` | Jeffrey Seyfried | -0/+10 |
| 2016-06-12 | Add method `visit_with` to `MacroGenerable` | Jeffrey Seyfried | -9/+21 |
| 2016-06-11 | Support nested `cfg_attr` attributes | Jeffrey Seyfried | -1/+1 |
| 2016-06-11 | Refactor away the `CfgFolder` trait. | Jeffrey Seyfried | -34/+18 |
| 2016-06-11 | Forbid `#[test]` attributes on non-optional expressions. | Jeffrey Seyfried | -1/+1 |
| 2016-06-11 | Strip `#[test]` nodes during `cfg` processing on non-test builds. | Jeffrey Seyfried | -16/+18 |
| 2016-06-10 | Auto merge of #34172 - jseyfried:avoid_configuring_interpolated_ast, r=alexcr... | bors | -0/+7 |
| 2016-06-11 | Remove last traces of identifier hygiene from HIR | Vadim Petrochenkov | -4/+0 |
| 2016-06-10 | Visit statement and expression attributes | Jeffrey Seyfried | -0/+6 |
| 2016-06-09 | Auto merge of #34108 - jseyfried:refactor_prelude_injection, r=nrc | bors | -125/+47 |
| 2016-06-09 | Add comment and clean up `expand_annotatable` | Jeffrey Seyfried | -8/+8 |
| 2016-06-09 | Load macros from `extern crate`s during expansion. | Jeffrey Seyfried | -22/+46 |
| 2016-06-09 | Avoid configuring interpolated items. | Jeffrey Seyfried | -0/+7 |
| 2016-06-08 | Auto merge of #34010 - jseyfried:decorate_expanded, r=nrc | bors | -13/+14 |
| 2016-06-07 | Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelix | bors | -233/+18 |
| 2016-06-07 | Refactor away the prelude injection pass | Jeffrey Seyfried | -125/+47 |
| 2016-06-06 | Remove the old FOLLOW checking (aka `check_matcher_old`). | Leo Testard | -233/+18 |
| 2016-06-05 | Respect #[rustc_inherit_overflow_checks] in mir::build and trans. | Eduard Burtescu | -0/+7 |
| 2016-06-04 | Auto merge of #34031 - jseyfried:fix_cfg_bug, r=eddyb | bors | -9/+11 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -1/+1 |
| 2016-06-02 | Fix bug in the `syntax::config::StripUnconfigured` folder | Jeffrey Seyfried | -9/+11 |
| 2016-06-01 | Remove redundant `check_for_macros` AST pass. | Jeffrey Seyfried | -19/+0 |
| 2016-06-01 | Auto merge of #33794 - petrochenkov:sanity, r=nrc | bors | -29/+13 |
| 2016-06-01 | Run decorators on expanded AST. | Jeffrey Seyfried | -13/+14 |
| 2016-06-01 | Rollup merge of #33973 - zackmdavis:stable_features_warning_notes_version_sta... | Manish Goregaokar | -3/+7 |
| 2016-06-01 | Rollup merge of #33841 - LeoTestard:macro-sequence-lhs, r=pnkfelix | Manish Goregaokar | -9/+4 |
| 2016-05-31 | simplify HR subtyping back to what we did before | Niko Matsakis | -1/+1 |
| 2016-05-30 | stable features lint warning mentions version stabilized | Zack M. Davis | -3/+7 |
| 2016-05-29 | Auto merge of #33929 - petrochenkov:pathir, r=eddyb | bors | -8/+4 |
| 2016-05-29 | Auto merge of #33934 - Byron:libsyntex-ring-buffer-size, r=pnkfelix | bors | -2/+2 |
| 2016-05-28 | Prevent overflows by increasing ring buffer size | Sebastian Thiel | -2/+2 |
| 2016-05-28 | Move some other checks to AST sanity pass | Vadim Petrochenkov | -29/+13 |
| 2016-05-28 | Auto merge of #33821 - sanxiyn:cfg-test, r=nikomatsakis | bors | -11/+3 |
| 2016-05-28 | Address review comments | Vadim Petrochenkov | -2/+4 |
| 2016-05-28 | Refactor away some functions from hir::pat_util | Vadim Petrochenkov | -12/+6 |