rust/src/librustc_trans
bors 9bbbd29e82 Auto merge of #42859 - eddyb:const-size-and-align-of, r=nikomatsakis
Implement const fn {size,align}_of.

Fixes #34078.

r? @nikomatsakis
2017-07-19 16:58:02 +00:00
..
back Auto merge of #43170 - kyrias:full-relro, r=alexcrichton 2017-07-19 05:39:14 +00:00
debuginfo incr.comp.: Don't include span information in the ICH of type definitions. 2017-07-07 14:23:38 +02:00
mir Implement const fn {size,align}_of. 2017-07-19 14:46:54 +03:00
abi.rs
adt.rs
allocator.rs rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
asm.rs
assert_module_sources.rs
attributes.rs rustc: Implement stack probes for x86 2017-07-06 08:58:19 -07:00
base.rs Auto merge of #43147 - oyvindln:deflate_fix, r=alexcrichton 2017-07-11 07:42:13 +00:00
builder.rs
cabi_aarch64.rs
cabi_arm.rs
cabi_asmjs.rs
cabi_hexagon.rs
cabi_mips64.rs
cabi_mips.rs
cabi_msp430.rs
cabi_nvptx64.rs
cabi_nvptx.rs
cabi_powerpc64.rs
cabi_powerpc.rs
cabi_s390x.rs
cabi_sparc64.rs
cabi_sparc.rs
cabi_x86_64.rs
cabi_x86_win64.rs
cabi_x86.rs
callee.rs
Cargo.toml rustc: Implement the #[global_allocator] attribute 2017-07-05 14:37:01 -07:00
collector.rs overload the mir ty methods to make them more ergonomic to use 2017-07-12 12:59:05 -07:00
common.rs rustc: move the PolyFnSig out of TyFnDef. 2017-06-27 16:39:52 +03:00
consts.rs
context.rs
declare.rs Switch to rust-lang-nursery/compiler-builtins 2017-07-05 07:08:36 -07:00
diagnostics.rs Removed as many "```ignore" as possible. 2017-06-23 15:31:53 +08:00
glue.rs Add unsized tuple coercions. 2017-06-29 21:23:33 +09:00
intrinsic.rs rustc: move the PolyFnSig out of TyFnDef. 2017-06-27 16:39:52 +03:00
lib.rs remove associated_consts feature gate 2017-07-06 11:52:25 -07:00
llvm_util.rs
machine.rs
metadata.rs
meth.rs
monomorphize.rs rustc: move the PolyFnSig out of TyFnDef. 2017-06-27 16:39:52 +03:00
partitioning.rs incr.comp.: Improve debug output for work products. 2017-07-10 12:20:56 +02:00
README.md
symbol_names_test.rs
trans_item.rs Downgrade ProjectionTy's TraitRef to its substs 2017-07-11 10:33:09 -04:00
tvec.rs
type_.rs
type_of.rs
value.rs