about summary refs log tree commit diff
path: root/src/comp/syntax/parse
AgeCommit message (Expand)AuthorLines
2011-07-06rustc: Move crate directives over to interior vectorsPatrick Walton-9/+8
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-48/+44
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-7/+18
2011-07-06Support paren-free and lightweight-case syntaxMarijn Haverbeke-21/+10
2011-07-06Remove temporary stdlib placeholders, use actual stdlib functionsMarijn Haverbeke-2/+2
2011-07-05Change ast::meta_name_value to accept any literal, not just stringBrian Anderson-11/+3
2011-07-05Remove unused eval function. Issue #604Brian Anderson-17/+0
2011-07-05Parse attributes for native items. Closes #609Brian Anderson-10/+30
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-0/+3552