about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2016-06-07Auto merge of #33982 - LeoTestard:remove-check-matcher-old, r=pnkfelixbors-233/+18
2016-06-06Remove the old FOLLOW checking (aka `check_matcher_old`).Leo Testard-233/+18
2016-06-04Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1bors-1/+1
2016-06-01Remove redundant `check_for_macros` AST pass.Jeffrey Seyfried-19/+0
2016-06-01Run decorators on expanded AST.Jeffrey Seyfried-13/+14
2016-06-01Rollup merge of #33841 - LeoTestard:macro-sequence-lhs, r=pnkfelixManish Goregaokar-9/+4
2016-05-31simplify HR subtyping back to what we did beforeNiko Matsakis-1/+1
2016-05-28Fix macro call site spansJeffrey Seyfried-23/+1
2016-05-27Auto merge of #33706 - jseyfried:refactor_cfg, r=nrcbors-82/+65
2016-05-27Rollup merge of #33644 - petrochenkov:selfast, r=nrcManish Goregaokar-1/+0
2016-05-27Rollup merge of #33639 - petrochenkov:dotdot, r=nmatsakisManish Goregaokar-2/+2
2016-05-27Rollup merge of #33351 - birkenfeld:loop-label-spans, r=pnkfelixManish Goregaokar-7/+7
2016-05-27Refactor `expand_expr`Jeffrey Seyfried-35/+22
2016-05-27Strip unconfigured items during macro expansionJeffrey Seyfried-1/+33
2016-05-27Update spans' `expn_id` during the marking foldJeffrey Seyfried-56/+20
2016-05-26Reject a LHS formed of a single sequence TT during `macro_rules!` checking.Leo Testard-9/+4
2016-05-26Auto merge of #33766 - jseyfried:cleanup_expansion, r=nrcbors-411/+183
2016-05-26Implement `..` in tuple (struct) patternsVadim Petrochenkov-2/+2
2016-05-25Add a new AST-only type variant `ImplicitSelf`Vadim Petrochenkov-1/+0
2016-05-25Remove ExplicitSelf from ASTVadim Petrochenkov-1/+1
2016-05-25Auto merge of #33713 - LeoTestard:macro-rules-invalid-lhs, r=pnkfelixbors-45/+59
2016-05-24syntax/hir: give loop labels a spanGeorg Brandl-7/+7
2016-05-24Add comments and fix a nitJeffrey Seyfried-1/+9
2016-05-24Avoid iterating two times over the list of LHSes.Leo Testard-5/+4
2016-05-24Make sure that macros that didn't pass LHS checking are not expanded.Leo Testard-41/+56
2016-05-21Move `placement_in_syntax` gated feature checking from expansion to the post-...Jeffrey Seyfried-16/+0
2016-05-21Refactor away `check_attributes`Jeffrey Seyfried-11/+7
2016-05-21Refactor away `expand_item_mac`Jeffrey Seyfried-159/+85
2016-05-21Refactor out `mac_result` in `expand_mac_invoc`Jeffrey Seyfried-54/+53
2016-05-21Check attributes in `expand_mac_invoc`Jeffrey Seyfried-22/+12
2016-05-21Use `expand_mac_invoc` in `expand_pat`Jeffrey Seyfried-75/+3
2016-05-21Re-fold expanded items in `expand_mac_invoc`Jeffrey Seyfried-63/+13
2016-05-21Improve diagnosticsJeffrey Seyfried-5/+3
2016-05-21Introduce `MacroGenerable` traitJeffrey Seyfried-53/+46
2016-05-18Fix bug in macro expression spansJeffrey Seyfried-7/+1
2016-05-09rustc: Implement custom panic runtimesAlex Crichton-1/+1
2016-05-02replace fileline_{help,note} with {help,note}Niko Matsakis-4/+3
2016-05-02thread tighter span for closures aroundNiko Matsakis-3/+3
2016-04-30Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrcbors-3/+1
2016-04-27Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakisbors-30/+37
2016-04-27Make some fatal lexer errors recoverablemitaa-1/+3
2016-04-25Rollup merge of #33041 - petrochenkov:path, r=nrc,ManishearthManish Goregaokar-63/+47
2016-04-24syntax: Check paths in visibilities for type parametersVadim Petrochenkov-8/+9
2016-04-24syntax: Merge keywords and remaining special idents in one listVadim Petrochenkov-11/+9
2016-04-24syntax: Make static/super/self/Self keywords + special ident cleanupVadim Petrochenkov-11/+11
2016-04-24syntax: Get rid of token::IdentStyleVadim Petrochenkov-43/+28
2016-04-24thread tighter span for closures aroundNiko Matsakis-13/+37
2016-04-22Remove some useless code.Leo Testard-4/+6
2016-04-22Remove the MacroVisitor pass.Leo Testard-19/+24
2016-04-21Generate the features structure and arrays with new macros.Leo Testard-7/+7