rust/src/rustc/middle/trans
Eric Holk aa2efc05ea Adding shared_arc to hide some of the tedium of sharing an arc between tasks.
Also added some asserts and logging to trans.

Modified graph500 to use the shared_arc, but this unfortunately doesn't work due to #2444.
2012-05-29 10:43:19 -07:00
..
alt.rs rustc: Move path_to_ident to ast_util 2012-05-21 22:41:59 -07:00
base.rs Adding shared_arc to hide some of the tedium of sharing an arc between tasks. 2012-05-29 10:43:19 -07:00
build.rs add a new debugging aid--tracing 2012-05-18 19:07:19 -07:00
closure.rs replace last_use with liveness info 2012-05-25 14:37:30 -07:00
common.rs syntax: Remove one of the two def_id hashers 2012-05-23 00:45:18 -07:00
debuginfo.rs rustc: Move ast_map to the syntax crate 2012-05-21 23:39:27 -07:00
impl.rs Convert more resource tests to use classes with dtors 2012-05-22 22:12:18 -04:00
native.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
reachable.rs rustc: Move ast_map to the syntax crate 2012-05-21 23:39:27 -07:00
reflect.rs Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_ty. Not yet working. 2012-05-16 18:24:00 -07:00
shape.rs Adding shared_arc to hide some of the tedium of sharing an arc between tasks. 2012-05-29 10:43:19 -07:00
tvec.rs Turn constants in back::abi into uints, and propagate types 2012-05-03 22:31:38 -07:00
type_of.rs Generate drop glue correctly for classes with destructors 2012-05-15 18:00:41 -07:00
type_use.rs core: Make range follow the for loop protocol 2012-05-26 02:28:00 -07:00
uniq.rs Remove more needless context threading in trans 2012-03-23 14:45:47 +01:00