rust/src/comp/middle
Haitao Li 9bb290c725 rustc: Implement non-renamed re-export across crates
First patch for issue #1115. Not yet ready for re-exported modules which
are renamed when importing them.
2011-12-16 17:16:00 +08:00
..
tstate push changes through to get things compiling, if not running. 2011-12-14 14:32:18 -08:00
alias.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
ast_map.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08: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 rustc: Box the vectors returned from ty::tag_variants 2011-12-15 17:14:58 -08:00
check_const.rs Check for literals that are out of range for their type 2011-12-07 21:53:05 +01:00
fn_usage.rs restore old functionality for now 2011-12-14 14:32:21 -08:00
freevars.rs push changes through to get things compiling, if not running. 2011-12-14 14:32:18 -08:00
gc.rs rustc: Box the vectors returned from ty::tag_variants 2011-12-15 17:14:58 -08:00
kind.rs push changes through to get things compiling, if not running. 2011-12-14 14:32:18 -08:00
last_use.rs first attempt, not happy with it 2011-12-14 14:32:18 -08:00
mut.rs rustc: Box the vectors returned from ty::tag_variants 2011-12-15 17:14:58 -08:00
resolve.rs rustc: Implement non-renamed re-export across crates 2011-12-16 17:16:00 +08:00
shape.rs rustc: Box the vectors returned from ty::tag_variants 2011-12-15 17:14:58 -08:00
trans_alt.rs rustc: Box the vectors returned from ty::tag_variants 2011-12-15 17:14:58 -08:00
trans_build.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
trans_closure.rs restore old buggy behavior where n_obj_params is always 0 for fns 2011-12-15 13:44:06 -08:00
trans_common.rs rustc: Implement non-renamed re-export across crates 2011-12-16 17:16:00 +08:00
trans_objects.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
trans_uniq.rs translate unique closure env better 2011-12-14 14:32:23 -08:00
trans_vec.rs Copy first batch of material from libstd to libcore. 2011-12-13 16:34:50 -08:00
trans.rs rustc: Implement non-renamed re-export across crates 2011-12-16 17:16:00 +08:00
ty.rs rustc: Box tag variants to avoid copies 2011-12-15 17:25:58 -08:00
typeck.rs rustc: Box the vectors returned from ty::tag_variants 2011-12-15 17:14:58 -08:00