about summary refs log tree commit diff
path: root/src/comp/syntax/parse/lexer.rs
AgeCommit message (Expand)AuthorLines
2011-07-13Prohibit trailing whitespace under 'tidy' script. Clean up all caught cases.Graydon Hoare-4/+4
2011-07-12rustc: Complete the transition of pprust to interior vectorsPatrick Walton-13/+12
2011-07-11Fix pretty-printing of literals again. Issue #672Brian Anderson-1/+6
2011-07-11So... I can't spell 'ellipsis'.Paul Stansifer-1/+1
2011-07-11Add elipses, reorganize the macro components into their own AST node.Paul Stansifer-1/+9
2011-07-11Add nodes for embedding types and blocks in expressions for macros.Paul Stansifer-10/+16
2011-07-11Pull file reading out of the lexerBrian Anderson-9/+9
2011-07-11The lexer's get_mark_str should slice by byte position, not char. Closes #654Brian Anderson-3/+4
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-0/+758