rust/src/librustc_trans/trans
Simonas Kazlauskas 1aa4abdb3b Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana
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.

Fixes https://github.com/rust-lang/rust/issues/29572

cc @oli-obk
2015-12-31 18:52:20 +02:00
..
debuginfo Auto merge of #30184 - petrochenkov:ascr, r=nikomatsakis 2015-12-19 02:45:15 +00:00
mir Rollup merge of #30590 - nagisa:mir-constval-function, r=luqmana 2015-12-31 18:52:20 +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 Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brson 2015-12-31 18:52:20 +02:00
basic_block.rs
build.rs
builder.rs Align pointers to DST fields properly 2015-12-08 00:03:45 +13:00
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 Rollup merge of #30384 - nrc:diagnostics, r=@nikomatsakis 2015-12-18 16:47:37 +05:30
cleanup.rs
closure.rs Remove unused imports 2015-12-17 05:43:27 +00:00
common.rs
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
expr.rs Fix auto_ref() for fat pointers 2015-12-27 17:57:49 +01:00
foreign.rs use structured errors 2015-12-30 14:27:59 +13:00
glue.rs Align pointers to DST fields properly 2015-12-08 00:03:45 +13:00
inline.rs
intrinsic.rs Remove unused imports 2015-12-17 05:43:27 +00:00
llrepr.rs
machine.rs
macros.rs
meth.rs Auto merge of #29907 - nagisa:mir-moar-constants, r=nikomatsakis 2015-12-18 00:24:05 +00:00
mod.rs
monomorphize.rs Move a bunch of stuff from Session to syntax::errors 2015-12-17 09:35:51 +13:00
tvec.rs
type_.rs
type_of.rs
value.rs