rust/src/comp/middle
Marijn Haverbeke 86c1f16a10 Fix bad interaction between last-use finding and references
The last-use pass now takes input from the alias pass to not mark things
as last uses that are still accessed through a reference.

Issue #925
2011-11-21 09:25:42 +01:00
..
tstate remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
alias.rs Fix bad interaction between last-use finding and references 2011-11-21 09:25:42 +01:00
ast_map.rs Update stdlib, compiler, and tests to new kind system 2011-11-18 12:49:01 +01:00
check_alt.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08: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 Cleanup unused imports 2011-11-10 19:19:40 -08:00
kind.rs Add some comments to kind.rs and last_use.rs 2011-11-18 17:09:36 +01:00
last_use.rs Fix bad interaction between last-use finding and references 2011-11-21 09:25:42 +01:00
mut.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
resolve.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
shape.rs fix bug in shape where s_int/s_uint were not customized to platform 2011-11-16 15:16:43 -08:00
trans_alt.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
trans_build.rs remove compile-command from local variable blocks 2011-11-17 11:46:13 -08:00
trans_common.rs Make trans use last_use info to not actually generate copies 2011-11-18 15:56:53 +01:00
trans_objects.rs Make tag, resource and object constructors take their arguments by copy 2011-11-18 12:49:01 +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 Fix bad interaction between last-use finding and references 2011-11-21 09:25:42 +01:00
ty.rs Properly check kinds in instantiation of generics 2011-11-18 12:49:01 +01:00
typeck.rs Overhaul the kind-checking pass 2011-11-18 12:49:01 +01:00