rust/src/librustc_trans/trans
2016-01-12 18:04:21 +01:00
..
debuginfo
mir Rollup merge of #30774 - nagisa:mir-fix-constval-adts, r=arielb1 2016-01-11 21:17:53 +02:00
_match.rs
adt.rs
asm.rs
assert_dep_graph.rs Add assert-dep-graph testing mechanism and tests 2016-01-05 21:05:51 -05:00
attributes.rs
base.rs Don't use dropflag hints when the type is dropless 2016-01-12 18:04:21 +01:00
basic_block.rs
build.rs
builder.rs
cabi_aarch64.rs
cabi_arm.rs
cabi_mips.rs
cabi_powerpc.rs
cabi_x86_64.rs
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00
cleanup.rs
closure.rs Forward attributes of translated function/closure to trans_fn/trans_closure. 2015-12-31 08:06:23 -05:00
common.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00
consts.rs Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrc 2016-01-04 22:09:52 +00:00
context.rs
controlflow.rs
datum.rs
declare.rs
expr.rs Forward attributes of translated function/closure to trans_fn/trans_closure. 2015-12-31 08:06:23 -05:00
foreign.rs Auto merge of #30661 - michaelwoerister:trans_fn_attrs, r=nrc 2016-01-04 22:09:52 +00:00
glue.rs Avoid adding drops for types w/ no dtor in MIR construction 2015-12-31 17:05:08 -05:00
inline.rs Auto merge of #30532 - nikomatsakis:cross-item-dependencies, r=mw 2016-01-06 18:37:57 +00:00
intrinsic.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00
llrepr.rs
machine.rs
macros.rs
meth.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00
mod.rs Add assert-dep-graph testing mechanism and tests 2016-01-05 21:05:51 -05:00
monomorphize.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00
tvec.rs
type_.rs
type_of.rs Refactor away extension traits RegionEscape and HasTypeFlags 2016-01-07 00:42:12 +00:00
value.rs