rust/src/comp/syntax
Marijn Haverbeke f6491bb426 Update stdlib, compiler, and tests to new kind system
This involved adding 'copy' to more generics than I hoped, but an
experiment with making it implicit showed that that way lies madness --
unless enforced, you will not remember to mark functions that don't
copy as not requiring copyable kind.

Issue #1177
2011-11-18 12:49:01 +01:00
..
ext Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
parse Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
print Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
util Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
ast.rs Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
ast_util.rs Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
codemap.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
fold.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
visit.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00