about summary refs log tree commit diff
path: root/src/libsyntax/ext
AgeCommit message (Expand)AuthorLines
2012-07-05Start letting the parser catch interpolated ASTs.Paul Stansifer-2/+15
2012-07-05Macro By Example transcription of token trees with interpolations and dotdotd...Paul Stansifer-25/+122
2012-07-05Store some span information for stride mismatches errors in MBE TT macros.Paul Stansifer-9/+14
2012-07-05Move earley_parser.rs to a more appropriate placePaul Stansifer-1/+1
2012-07-05Some rearranging in perparation for MBE-style TT transcription.Paul Stansifer-7/+147
2012-07-05Comments only: change TODOs to FIXMEs and annotate themTim Chevalier-1/+1
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-2/+2
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-1/+1
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-116/+109
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-30/+32
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-209/+209
2012-06-29Refactor syntax exts some. Don't ever emit bare vectors.Michael Sullivan-38/+30
2012-06-28Make fmt use a bitmask instead of a vector of flags. Closes #1993.Michael Sullivan-11/+11
2012-06-28Have #fmt use str::concat to build up the string instead of using binary +. C...Michael Sullivan-6/+12
2012-06-28replace more vector + (issue #2719)Eric Holk-8/+9
2012-06-27Replace more vector + (issue #2719)Eric Holk-34/+40
2012-06-27Have the syntax extension ast builders reserve the extra node ids required fo...Michael Sullivan-0/+2
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-189/+199
2012-06-25When we cons up vector asts, generate evecs.Michael Sullivan-2/+12
2012-06-25Make it possible to make built-in tt syntax extensionsPaul Stansifer-4/+42
2012-06-25parsing for the macro systemPaul Stansifer-0/+243
2012-06-22Serialize out uniq vecs typesMichael Sullivan-8/+11
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-16/+14
2012-06-20Remove bind. Issue #2189Brian Anderson-35/+45
2012-06-15Bugfix: obey the tt_lexer's own invariants.Paul Stansifer-7/+3
2012-06-15Add the interner to parse_sess.Paul Stansifer-0/+4
2012-06-15Make token trees parseable.Paul Stansifer-0/+1
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-1/+1
2012-06-13Box AST identsBrian Anderson-88/+95
2012-06-07syntax: Remove some more implicit copiesPatrick Walton-6/+10
2012-06-06borrowck changes: some copies, some removed mut annotations, some dvecNiko Matsakis-5/+6
2012-06-06misc. copies in core/syntax to please borrowckNiko Matsakis-1/+1
2012-06-04Move imports around in qquote to avoid another cyclic importPatrick Walton-4/+4
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+2922