rust/src/comp/syntax
Brian Anderson b06ccb45ab Begin adding unit testing infrastructure to the compiler
Add a --test flag and a pass for transforming the AST to generate a test
harness.

Issue #428
2011-07-06 14:39:36 -07:00
..
ext rustc: Revert the conversion to interior vectors due to heap corruption 2011-07-06 11:26:26 -07:00
parse Simplify AST for expr_anon_obj. 2011-07-06 11:36:06 -07:00
print rustc: Make the various constraint-related types in middle::ty use interior vectors 2011-07-06 12:05:06 -07:00
util rustc: Move the interner over to interior vectors 2011-07-06 12:05:13 -07:00
ast.rs Simplify AST for expr_anon_obj. 2011-07-06 11:36:06 -07:00
codemap.rs Move everything syntax-related to syntax/, break deps on rest of compiler 2011-07-05 15:57:21 +02:00
fold.rs Begin adding unit testing infrastructure to the compiler 2011-07-06 14:39:36 -07:00
visit.rs Simplify AST for expr_anon_obj. 2011-07-06 11:36:06 -07:00
walk.rs Simplify AST for expr_anon_obj. 2011-07-06 11:36:06 -07:00