rust/src/librustc_trans/trans
Simonas Kazlauskas e137c2ad0a [MIR] Translate ConstVal::Function
This moves back (essentially reverts #30265) into MIR-specific translation code, but keeps the
funcition split out, since it is expected to eventually become recursive.
2015-12-28 21:27:10 +02:00
..
debuginfo Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis 2015-12-19 02:45:15 +00:00
mir [MIR] Translate ConstVal::Function 2015-12-28 21:27:10 +02:00
_match.rs Fix & ref ident patterns for DSTs 2015-12-10 00:35:55 +13:00
adt.rs Fix typo 2015-12-15 12:51:08 -06:00
asm.rs Auto merge of #29735 - Amanieu:asm_indirect_constraint, r=pnkfelix 2015-12-14 13:48:41 +00:00
attributes.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
base.rs Make MIR encodable and store it in crate metadata. 2015-12-10 16:59:31 -05:00
basic_block.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
build.rs trans: Move rust_try into the compiler 2015-07-21 16:08:11 -07:00
builder.rs Align pointers to DST fields properly 2015-12-08 00:03:45 +13:00
cabi_aarch64.rs Don't repeat Attribute in the const names 2015-05-05 22:03:45 -04:00
cabi_arm.rs Don't repeat Attribute in the const names 2015-05-05 22:03:45 -04:00
cabi_mips.rs Don't repeat Attribute in the const names 2015-05-05 22:03:45 -04:00
cabi_powerpc.rs Don't repeat Attribute in the const names 2015-05-05 22:03:45 -04:00
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 Don't repeat Attribute in the const names 2015-05-05 22:03:45 -04:00
cabi.rs
callee.rs Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis 2015-12-18 16:47:37 +05:30
cleanup.rs Revisit implementation of custom unwind resume; 2015-10-18 19:57:28 -07:00
closure.rs Remove unused imports 2015-12-17 05:43:27 +00:00
common.rs Move the core MIR datastructures to librustc. 2015-11-30 10:03:33 +01:00
consts.rs [MIR] Translate ConstVal::Function 2015-12-28 21:27:10 +02:00
context.rs std: Stabilize APIs for the 1.6 release 2015-12-05 15:09:44 -08:00
controlflow.rs Remove some unnecessary indirection from HIR structures 2015-12-07 17:17:41 +03:00
datum.rs Align pointers to DST fields properly 2015-12-08 00:03:45 +13:00
declare.rs Consistently normalize fn types after erasing lifetimes. 2015-11-14 14:47:49 -08:00
expr.rs Fix auto_ref() for fat pointers 2015-12-27 17:57:49 +01:00
foreign.rs Remove some unnecessary indirection from HIR structures 2015-12-07 17:17:41 +03:00
glue.rs Align pointers to DST fields properly 2015-12-08 00:03:45 +13:00
inline.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
intrinsic.rs Remove unused imports 2015-12-17 05:43:27 +00:00
llrepr.rs Change some instances of .connect() to .join() 2015-07-10 19:40:46 -04:00
machine.rs trans: Clean up handling the LLVM data layout 2015-07-16 20:25:52 -07:00
macros.rs
meth.rs Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis 2015-12-18 00:24:05 +00:00
mod.rs split the metadata code into rustc_metadata 2015-11-26 18:22:40 +02:00
monomorphize.rs Move a bunch of stuff from Session to syntax::errors 2015-12-17 09:35:51 +13:00
tvec.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
type_.rs Use ast attributes every where (remove HIR attributes). 2015-09-16 10:57:06 +12:00
type_of.rs Fix the fallout 2015-11-19 11:41:09 +03:00
value.rs Fallout out rustc 2015-04-01 11:22:39 -04:00