about summary refs log tree commit diff
path: root/src/comp/syntax/ast.rs
AgeCommit message (Expand)AuthorLines
2011-07-06rustc: Move AST constraints to interior vectorsPatrick Walton-4/+4
2011-07-06rustc: Migrate core AST types to interior vectorsPatrick Walton-4/+4
2011-07-06rustc: Make AST tuple types use interior vectorsPatrick Walton-1/+1
2011-07-06rustc: Make meta items into interior vectorsPatrick Walton-3/+3
2011-07-06rustc: Move crate directives over to interior vectorsPatrick Walton-2/+2
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-5/+5
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-5/+7
2011-07-06Simplify AST for expr_anon_obj.Lindsey Kuper-1/+1
2011-07-06rustc: Revert the conversion to interior vectors due to heap corruptionPatrick Walton-16/+14
2011-07-06Temp commit on the way to making meta_item into an interior vectorPatrick Walton-3/+3
2011-07-06rustc: Move crate directives over to interior vectorsPatrick Walton-2/+2
2011-07-06rustc: Convert attribute in the AST to interior vectorsPatrick Walton-5/+5
2011-07-06rustc: Make AST paths use interior vectorsPatrick Walton-5/+7
2011-07-05Change ast::meta_name_value to accept any literal, not just stringBrian Anderson-1/+1
2011-07-05Parse attributes for native items. Closes #609Brian Anderson-0/+1
2011-07-05Move everything syntax-related to syntax/, break deps on rest of compilerMarijn Haverbeke-0/+654