| Age | Commit message (Expand) | Author | Lines |
| 2016-05-26 | Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrc | bors | -411/+183 |
| 2016-05-26 | Implement `..` in tuple (struct) patterns | Vadim Petrochenkov | -2/+2 |
| 2016-05-25 | Add a new AST-only type variant `ImplicitSelf` | Vadim Petrochenkov | -1/+0 |
| 2016-05-25 | Remove ExplicitSelf from AST | Vadim Petrochenkov | -1/+1 |
| 2016-05-25 | Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelix | bors | -45/+59 |
| 2016-05-24 | syntax/hir: give loop labels a span | Georg Brandl | -7/+7 |
| 2016-05-24 | Add comments and fix a nit | Jeffrey Seyfried | -1/+9 |
| 2016-05-24 | Avoid iterating two times over the list of LHSes. | Leo Testard | -5/+4 |
| 2016-05-24 | Make sure that macros that didn't pass LHS checking are not expanded. | Leo Testard | -41/+56 |
| 2016-05-21 | Move `placement_in_syntax` gated feature checking from expansion to the post-... | Jeffrey Seyfried | -16/+0 |
| 2016-05-21 | Refactor away `check_attributes` | Jeffrey Seyfried | -11/+7 |
| 2016-05-21 | Refactor away `expand_item_mac` | Jeffrey Seyfried | -159/+85 |
| 2016-05-21 | Refactor out `mac_result` in `expand_mac_invoc` | Jeffrey Seyfried | -54/+53 |
| 2016-05-21 | Check attributes in `expand_mac_invoc` | Jeffrey Seyfried | -22/+12 |
| 2016-05-21 | Use `expand_mac_invoc` in `expand_pat` | Jeffrey Seyfried | -75/+3 |
| 2016-05-21 | Re-fold expanded items in `expand_mac_invoc` | Jeffrey Seyfried | -63/+13 |
| 2016-05-21 | Improve diagnostics | Jeffrey Seyfried | -5/+3 |
| 2016-05-21 | Introduce `MacroGenerable` trait | Jeffrey Seyfried | -53/+46 |
| 2016-05-18 | Fix bug in macro expression spans | Jeffrey Seyfried | -7/+1 |
| 2016-05-09 | rustc: Implement custom panic runtimes | Alex Crichton | -1/+1 |
| 2016-05-02 | replace fileline_{help,note} with {help,note} | Niko Matsakis | -4/+3 |
| 2016-05-02 | thread tighter span for closures around | Niko Matsakis | -3/+3 |
| 2016-04-30 | Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc | bors | -3/+1 |
| 2016-04-27 | Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis | bors | -30/+37 |
| 2016-04-27 | Make some fatal lexer errors recoverable | mitaa | -1/+3 |
| 2016-04-25 | Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth | Manish Goregaokar | -63/+47 |
| 2016-04-24 | syntax: Check paths in visibilities for type parameters | Vadim Petrochenkov | -8/+9 |
| 2016-04-24 | syntax: Merge keywords and remaining special idents in one list | Vadim Petrochenkov | -11/+9 |
| 2016-04-24 | syntax: Make static/super/self/Self keywords + special ident cleanup | Vadim Petrochenkov | -11/+11 |
| 2016-04-24 | syntax: Get rid of token::IdentStyle | Vadim Petrochenkov | -43/+28 |
| 2016-04-24 | thread tighter span for closures around | Niko Matsakis | -13/+37 |
| 2016-04-22 | Remove some useless code. | Leo Testard | -4/+6 |
| 2016-04-22 | Remove the MacroVisitor pass. | Leo Testard | -19/+24 |
| 2016-04-21 | Generate the features structure and arrays with new macros. | Leo Testard | -7/+7 |
| 2016-04-16 | Rollup merge of #32945 - durka:rfc1494, r=pnkfelix | Manish Goregaokar | -0/+1 |
| 2016-04-13 | implement RFC amendment 1494 | Alex Burka | -0/+1 |
| 2016-04-13 | Fixes #32922, a macro hygiene bug | Jeffrey Seyfried | -8/+9 |
| 2016-04-09 | Remove redundant call to `expand_item_multi_modifier` | Jeffrey Seyfried | -3/+1 |
| 2016-04-06 | Move span into `StructField` | Vadim Petrochenkov | -2/+3 |
| 2016-04-06 | Get rid of ast::StructFieldKind | Vadim Petrochenkov | -1/+2 |
| 2016-03-25 | do not overwrite spans as eagerly | Niko Matsakis | -6/+36 |
| 2016-03-22 | try! -> ? | Jorge Aparicio | -2/+2 |
| 2016-03-15 | syntax: impl ToTokens for P<ast::ImplItem> | Richo Healey | -0/+6 |
| 2016-03-14 | Add `default` as contextual keyword, and parse it for impl items. | Aaron Turon | -0/+1 |
| 2016-03-09 | Auto merge of #31631 - jonas-schievink:agoraphobia, r=nrc | bors | -23/+25 |
| 2016-03-02 | Fix the search paths for macro-expanded non-inline modules | Jeffrey Seyfried | -3/+60 |
| 2016-02-18 | Remove unnecessary explicit lifetime bounds. | Corey Farwell | -11/+11 |
| 2016-02-16 | Add check on find_best_match_for_name and improve help message for undefined ... | ggomez | -1/+6 |
| 2016-02-16 | Move more uses of `panictry!` out of libsyntax | Jonas Schievink | -23/+25 |
| 2016-02-13 | Split ast::PatKind::Enum into tuple struct and path patterns | Vadim Petrochenkov | -1/+5 |