rust/src/libsyntax
Niko Matsakis e47d2f6060 extend liveness to treat bindings more like other variables
This results in a lot of warnings in rustc.  I left them in because
many are bugs and we should fix our code, but Graydon asked that
I not touch every file in the codebase.
2012-08-24 12:55:08 -07:00
..
ext Remove purity from fn_decl and move it out to containing AST elements. 2012-08-23 19:40:01 -07:00
parse Use a faked-up function as a key, because functions aren't identical cross-crate in Windows. 2012-08-24 12:20:06 -07:00
print extend liveness to treat bindings more like other variables 2012-08-24 12:55:08 -07:00
util intern identifiers 2012-08-22 14:59:25 -07:00
ast_map.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
ast_util.rs Remove purity from fn_decl and move it out to containing AST elements. 2012-08-23 19:40:01 -07:00
ast.rs Use a faked-up function as a key, because functions aren't identical cross-crate in Windows. 2012-08-24 12:20:06 -07:00
attr.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
codemap.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
diagnostic.rs m1!{...} -> m1!(...) 2012-08-23 11:14:14 -07:00
fold.rs Remove purity from fn_decl and move it out to containing AST elements. 2012-08-23 19:40:01 -07:00
parse.rs Centralize ident interner generation. 2012-08-22 14:59:24 -07:00
syntax.rc Add trace_macros! 2012-08-15 11:45:32 -07:00
visit.rs Remove purity from fn_decl and move it out to containing AST elements. 2012-08-23 19:40:01 -07:00