rust/src/librustc_trans/trans
Ariel Ben-Yehuda c1bfd0ca6b implement lvalue_len
no tests - sorry
2015-11-13 22:47:02 +02:00
..
debuginfo Remove use of RefCell<DefMap> in the simpler parts of pat_util 2015-11-04 20:38:03 -06:00
mir implement lvalue_len 2015-11-13 22:47:02 +02: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
attributes.rs
base.rs represent fat ptr operands as 2 separate pointers 2015-11-13 22:47:02 +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 win64/msvc: large or oddly-sized types pass by-ref 2015-10-12 16:23:47 -06:00
cabi_x86.rs
cabi.rs
callee.rs Merge struct fields and struct kind 2015-10-13 15:19:25 +03:00
cleanup.rs Revisit implementation of custom unwind resume; 2015-10-18 19:57:28 -07:00
closure.rs Convert DefId to use DefIndex, which is an index into a list of 2015-10-01 10:43:07 -04:00
common.rs Simplify trans/exprs.rs DefStatic considerably 2015-11-11 00:42:09 +02:00
consts.rs [MIR trans] Translate statics 2015-11-11 00:15:16 +02:00
context.rs Pass the mir map to trans 2015-11-03 04:34:59 -05:00
controlflow.rs Set proper alignment on constants 2015-10-10 01:15:36 +02:00
datum.rs
declare.rs
expr.rs MIR: implement fat raw pointer comparisons 2015-11-13 22:47:02 +02:00
foreign.rs normalize the types of foreign functions 2015-10-12 21:54:48 +03:00
glue.rs typos: fix a grabbag of typos all over the place 2015-10-08 19:49:31 +01:00
inline.rs Merge VariantData and VariantData_ 2015-10-13 15:19:27 +03:00
intrinsic.rs Auto merge of #29177 - vadimcn:rtstuff, r=alexcrichton 2015-11-01 17:15:29 +00:00
llrepr.rs
machine.rs
macros.rs
meth.rs Auto merge of #28920 - dotdash:const_align, r=eddyb 2015-10-10 06:07:40 +00:00
mod.rs New trans codepath that builds fn body from MIR instead. 2015-11-03 04:35:00 -05:00
monomorphize.rs Remove NodeArg 2015-10-27 01:32:04 +09:00
tvec.rs
type_.rs
type_of.rs Auto merge of #29409 - arielb1:recursive-arrays, r=eddyb 2015-10-28 13:16:14 +00:00
value.rs