rust/src/librustc/middle/trans
2013-10-01 00:38:37 -04:00
..
_match.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
adt.rs Don't truncate discriminants to host uint for C_uint's sake. 2013-08-24 20:16:40 -07:00
asm.rs
base.rs rm only use of type_is_immediate outside of trans 2013-09-30 18:16:35 -04:00
basic_block.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
build.rs trans::build: Change @mut Block to &Block or &mut Block 2013-09-30 19:37:22 +02:00
builder.rs set attributes on invoke instructions too 2013-09-16 18:30:59 -04:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs
cabi_x86.rs
cabi.rs
callee.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
closure.rs librustc: Remove @fn managed closures from the language. 2013-09-23 18:23:21 -07:00
common.rs rm only use of type_is_immediate outside of trans 2013-09-30 18:16:35 -04:00
consts.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
context.rs remove type_use 2013-09-26 17:27:23 -04:00
controlflow.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
datum.rs rm only use of type_is_immediate outside of trans 2013-09-30 18:16:35 -04:00
debuginfo.rs std and rustc: Convert users of c_str to use .with_c_str 2013-09-26 22:20:39 -07:00
expr.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
foreign.rs std and rustc: Convert users of c_str to use .with_c_str 2013-09-26 22:20:39 -07:00
glue.rs fix dropping non-primitive immediates 2013-10-01 00:38:37 -04:00
inline.rs Prevent a rare linkage issue with an xcrate static 2013-09-17 11:24:05 -07:00
intrinsic.rs rm only use of type_is_immediate outside of trans 2013-09-30 18:16:35 -04:00
llrepr.rs
machine.rs
macros.rs
meth.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
mod.rs remove type_use 2013-09-26 17:27:23 -04:00
monomorphize.rs remove type_use 2013-09-26 17:27:23 -04:00
reflect.rs fix handling of function attributes 2013-09-16 13:44:01 -04:00
tvec.rs trans: Change @ast::Expr -> &ast::Expr where possible 2013-09-30 19:37:17 +02:00
type_.rs minor Type::opaque_trait code cleanup 2013-09-19 18:34:26 +04:00
type_of.rs rm only use of type_is_immediate outside of trans 2013-09-30 18:16:35 -04:00
uniq.rs
value.rs trans::build: Change @mut Block to &Block or &mut Block 2013-09-30 19:37:22 +02:00
write_guard.rs