rust/src/librustc/middle/trans
2013-08-27 19:09:27 -07:00
..
_match.rs Make enum discriminants u64 instead of the host uint. 2013-08-24 20:16:40 -07: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 Set main_name "WinMain" on Win64 2013-08-26 22:15:26 +09:00
basic_block.rs
build.rs
builder.rs Change type of extern fns from *u8 to extern "ABI" fn 2013-08-21 10:50:37 -04:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs
cabi_x86.rs
cabi.rs
callee.rs librustc: Implement basic lazy implementation loading. 2013-08-27 18:47:59 -07:00
closure.rs
common.rs
consts.rs librustc: Add support for type parameters in the middle of paths. 2013-08-27 18:46:51 -07:00
context.rs Rewrite pass management with LLVM 2013-08-26 20:11:51 -07:00
controlflow.rs
datum.rs
debuginfo.rs debuginfo: Improved handling of function preludes. 2013-08-22 10:58:01 +02:00
expr.rs librustc: Fix merge fallout 2013-08-27 19:09:27 -07:00
foreign.rs Fix crash(!) by using the *Rust fn type* not the extern fn type 2013-08-21 10:50:32 -04:00
glue.rs
inline.rs
intrinsic.rs
llrepr.rs Change type of extern fns from *u8 to extern "ABI" fn 2013-08-21 10:50:37 -04:00
machine.rs
macros.rs
meth.rs librustc: Implement basic lazy implementation loading. 2013-08-27 18:47:59 -07:00
mod.rs Change type of extern fns from *u8 to extern "ABI" fn 2013-08-21 10:50:37 -04:00
monomorphize.rs fix performance regression from invalid IR 2013-08-23 19:23:54 -04:00
reflect.rs Don't truncate discriminants to host uint for C_uint's sake. 2013-08-24 20:16:40 -07:00
tvec.rs
type_.rs
type_of.rs
type_use.rs
uniq.rs
value.rs
write_guard.rs