rust/src/comp/middle
2011-12-05 11:21:44 -08:00
..
tstate Box ast::path values 2011-11-30 13:38:38 +01:00
alias.rs Box ast::path values 2011-11-30 13:38:38 +01:00
ast_map.rs Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
block_use.rs Add a pass that checks that blocks are only used in safe ways 2011-11-21 11:01:15 +01:00
check_alt.rs Allow literal patterns to contain arbitrary literal expressions 2011-12-02 13:42:51 +01:00
check_const.rs const_check: trans: added support for trivial casts 2011-12-02 11:58:35 -08:00
fn_usage.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
freevars.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
gc.rs rustc: Remove abi from ast::native_mod 2011-11-21 13:49:52 +01:00
kind.rs Rollback return-by-reference 2011-11-23 11:02:27 +01:00
last_use.rs Fix mistake in last use pass 2011-12-01 16:47:07 +01:00
mut.rs Make ast::visit only descend into types when necessary 2011-11-22 10:57:47 +01:00
resolve.rs Include full module path in unresolved errors when looking in module 2011-12-02 16:46:19 +01:00
shape.rs fix bug in shape concerning size of tag variant 2011-11-29 12:51:08 -08:00
trans_alt.rs Allow literal patterns to contain arbitrary literal expressions 2011-12-02 13:42:51 +01:00
trans_build.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
trans_common.rs fix bug in shape concerning size of tag variant 2011-11-29 12:51:08 -08:00
trans_objects.rs Rollback return-by-reference 2011-11-23 11:02:27 +01:00
trans_uniq.rs Simplify copying of uniques 2011-10-12 11:05:20 +02:00
trans_vec.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
trans.rs rustc: Remove whitespace 2011-12-05 11:21:44 -08:00
ty.rs parse: typeck: enabling trivial casts of tail-call return values 2011-12-02 11:38:24 -08:00
typeck.rs typeck: Fix for #932 2011-12-05 01:23:10 +01:00