rust/src/librustc_trans
bors a0b4e67648 Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb
Audit C++ types in rustllvm

cc @eddyb

Fixes #35131
2016-08-03 07:52:08 -07:00
..
back begin auditing the C++ types in RustWrapper 2016-08-03 15:08:47 +03:00
debuginfo Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb 2016-08-03 07:52:08 -07:00
mir finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
_match.rs refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
abi.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
adt.rs
asm.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
assert_module_sources.rs Add a testing mechanism and a simple spike test 2016-07-28 12:05:45 -04:00
attributes.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
base.rs Auto merge of #35174 - arielb1:llvm-type-audit, r=eddyb 2016-08-03 07:52:08 -07:00
basic_block.rs
build.rs split the FFI part of rustc_llvm to rustc_llvm::ffi 2016-08-03 15:08:47 +03:00
builder.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
cabi_aarch64.rs
cabi_arm.rs
cabi_asmjs.rs
cabi_mips.rs
cabi_powerpc64.rs
cabi_powerpc.rs
cabi_x86_64.rs
cabi_x86_win64.rs
cabi_x86.rs
callee.rs
Cargo.toml
cleanup.rs
closure.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
collector.rs
common.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
consts.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
context.rs audit LLVM C++ types in ArchiveWrapper and PassWrapper 2016-08-03 15:08:47 +03:00
controlflow.rs
datum.rs
declare.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
diagnostics.rs
disr.rs
expr.rs
glue.rs Modify trans to skip generating .o files 2016-07-28 12:05:45 -04:00
inline.rs Move caching of HIR-inlining into CStore in order to avoid duplicating inlined HIR. 2016-08-01 04:09:12 -04:00
intrinsic.rs begin auditing the C++ types in RustWrapper 2016-08-03 15:08:47 +03:00
lib.rs Keep multiple files per work-product 2016-07-28 12:05:45 -04:00
machine.rs
macros.rs
meth.rs
monomorphize.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
partitioning.rs Keep multiple files per work-product 2016-07-28 12:05:45 -04:00
README.txt
symbol_map.rs
symbol_names_test.rs
trans_item.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
tvec.rs refactor constant evaluation error reporting 2016-07-22 14:32:56 +03:00
type_.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
type_of.rs
value.rs begin auditing the C++ types in RustWrapper 2016-08-03 15:08:47 +03:00

See the README.md in ../librustc.