rust/src/comp/middle
Marijn Haverbeke 9fb3719ded Rollback return-by-reference
It's proving too inflexible, so I'm ripping out the extra complexity
in the hope that regions will, at some point, provide something
similar.

Closes #918
2011-11-23 11:02:27 +01:00
..
tstate Only warn about unreachable range patterns when appropriate 2011-11-22 11:49:29 +01:00
alias.rs Rollback return-by-reference 2011-11-23 11:02:27 +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 Only warn about unreachable range patterns when appropriate 2011-11-22 11:49:29 +01:00
check_const.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -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 bad interaction between last-use finding and references 2011-11-21 09:25:42 +01:00
mut.rs Make ast::visit only descend into types when necessary 2011-11-22 10:57:47 +01:00
resolve.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
shape.rs rustc: Remove abi from ast::native_mod 2011-11-21 13:49:52 +01:00
trans_alt.rs Fix inconsistency in ordering of patterns during alt compilation 2011-11-22 12:44:59 +01:00
trans_build.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
trans_common.rs Rollback return-by-reference 2011-11-23 11:02:27 +01: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 Rollback return-by-reference 2011-11-23 11:02:27 +01:00
ty.rs Rollback return-by-reference 2011-11-23 11:02:27 +01:00
typeck.rs comp: allowed the declaration of pure fn's in native mods 2011-11-22 20:01:25 +01:00