summary refs log tree commit diff
path: root/src/libsyntax/ext/base.rs
AgeCommit message (Expand)AuthorLines
2012-07-09Allow defining token tree macros. They should work now!Paul Stansifer-5/+12
2012-07-09Enable item macros to define macros.Paul Stansifer-1/+6
2012-07-06Plumbing and parsing for item-position macros.Eric Holk-1/+12
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-7/+7
2012-06-29Refactor syntax exts some. Don't ever emit bare vectors.Michael Sullivan-11/+0
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-7/+7
2012-06-25Make it possible to make built-in tt syntax extensionsPaul Stansifer-3/+7
2012-06-13Box AST identsBrian Anderson-2/+2
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+234