rust/src/librustc_trans
Ariel Ben-Yehuda 6d54e0eb6b emit !nonnull metadata on loaded fat pointers when possible
cc #36920 (in addition to LLVM PR30597, should fix the &&[i32] case)
2016-10-05 13:58:04 +03:00
..
back rustc: More fixes for arch-independent hashing 2016-09-30 14:31:32 -07:00
debuginfo Eliminate ty::VariantKind in favor of def::CtorKind 2016-10-04 22:22:36 +03:00
mir emit !nonnull metadata on loaded fat pointers when possible 2016-10-05 13:58:04 +03:00
abi.rs Preliminary wasm32 support 2016-09-30 14:02:45 -07:00
adt.rs Replace offset_after_field with offsets 2016-10-02 13:13:40 -04:00
asm.rs
assert_module_sources.rs
attributes.rs
base.rs emit !nonnull metadata on loaded fat pointers when possible 2016-10-05 13:58:04 +03:00
basic_block.rs
build.rs
builder.rs
cabi_aarch64.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_arm.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_asmjs.rs
cabi_mips64.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_mips.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_powerpc64.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_powerpc.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_s390x.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_x86_64.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_x86_win64.rs
cabi_x86.rs
callee.rs
Cargo.toml
cleanup.rs
closure.rs
collector.rs loosen assertion against proj in collector 2016-10-03 11:52:36 -04:00
common.rs Replace offset_after_field with offsets 2016-10-02 13:13:40 -04:00
consts.rs
context.rs Optimize struct_field_ptr 2016-09-24 18:21:12 -04:00
declare.rs
diagnostics.rs
disr.rs
glue.rs Replace offset_after_field with offsets 2016-10-02 13:13:40 -04:00
intrinsic.rs
lib.rs
machine.rs
macros.rs
meth.rs
monomorphize.rs
partitioning.rs std: Stabilize and deprecate APIs for 1.13 2016-10-03 10:34:34 -07:00
README.txt
symbol_map.rs
symbol_names_test.rs
trans_item.rs
tvec.rs
type_.rs Incorporate review comments. 2016-09-25 20:14:34 -04:00
type_of.rs
value.rs

See the README.md in ../librustc.