summary refs log tree commit diff
path: root/src/libsyntax/parse/eval.rs
AgeCommit message (Expand)AuthorLines
2012-07-01Convert to new closure syntaxBrian Anderson-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-12/+12
2012-06-27Replace more vector + (issue #2719)Eric Holk-7/+7
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-15/+17
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-15Lexers now emit spans, not chposes.Paul Stansifer-2/+2
2012-06-15Pull out an interface for the lexer.Paul Stansifer-7/+8
2012-06-13Box AST identsBrian Anderson-8/+8
2012-06-07syntax: Add a lot of copy keywordsPatrick Walton-5/+5
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-0/+142