rust/src/librustc_trans/trans
2015-12-05 10:11:20 +00:00
..
debuginfo Use a struct instead of a tuple for inline asm output operands 2015-12-05 10:11:20 +00:00
mir Auto merge of #25570 - oli-obk:const_indexing, r=nikomatsakis 2015-12-01 19:47:38 +00:00
_match.rs Fix hygiene regression in patterns 2015-11-12 01:49:23 +03:00
adt.rs Change adt case handling fn to be less tied to match 2015-11-03 04:35:00 -05:00
asm.rs Use a struct instead of a tuple for inline asm output operands 2015-12-05 10:11:20 +00:00
attributes.rs Consistently normalize fn types after erasing lifetimes. 2015-11-14 14:47:49 -08:00
base.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
basic_block.rs
build.rs
builder.rs
cabi_aarch64.rs
cabi_arm.rs
cabi_mips.rs
cabi_powerpc.rs
cabi_x86_64.rs trans: Use an isize to count the number of registers so we don't underflow for fn's with > 7 args in debug builds. 2015-10-16 21:10:52 -04:00
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
cleanup.rs Revisit implementation of custom unwind resume; 2015-10-18 19:57:28 -07:00
closure.rs Consistently normalize fn types after erasing lifetimes. 2015-11-14 14:47:49 -08:00
common.rs Move the core MIR datastructures to librustc. 2015-11-30 10:03:33 +01:00
consts.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
context.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
controlflow.rs
datum.rs
declare.rs Consistently normalize fn types after erasing lifetimes. 2015-11-14 14:47:49 -08:00
expr.rs implement coercions in MIR 2015-11-14 00:09:36 +02:00
foreign.rs
glue.rs
inline.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
intrinsic.rs Consistently normalize fn types after erasing lifetimes. 2015-11-14 14:47:49 -08:00
llrepr.rs
machine.rs
macros.rs
meth.rs s/isize/i32 2015-12-02 09:06:28 +00:00
mod.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
monomorphize.rs ImplItem_ -> ImplItemKind rename 2015-11-16 10:35:30 +01:00
tvec.rs
type_.rs
type_of.rs Fix the fallout 2015-11-19 11:41:09 +03:00
value.rs