about summary refs log tree commit diff
path: root/src/comp/syntax/ext/simplext.rs
AgeCommit message (Expand)AuthorLines
2011-07-29Remove unreachable statementsMarijn Haverbeke-5/+5
2011-07-28Change macro syntax to accept a single expr, not a sequence of exprs.Paul Stansifer-42/+31
2011-07-27Reformat for new syntaxMarijn Haverbeke-431/+414
2011-07-26Oops, left whitespace.Paul Stansifer-1/+1
2011-07-26Add basic support for blocks and types in macros.Paul Stansifer-7/+123
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-12/+10
2011-07-25Rename the block type to be blk also. Sorry.Michael Sullivan-2/+2
2011-07-22Implement Macro By Example.Paul Stansifer-179/+546
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-18/+18
2011-07-11Add elipses, reorganize the macro components into their own AST node.Paul Stansifer-32/+44
2011-07-11Move macro expansion to a separate phase, change macro syntax, and add parse_...Paul Stansifer-74/+198
2011-07-07rustc: Change lots of AST nodes to use interior vectorsPatrick Walton-10/+11
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-2/+4
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-4/+2
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-2/+4
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-0/+144