rust/src/librustc_trans
bors 099b9fdb1a Auto merge of #36030 - Manishearth:rollup, r=Manishearth
Rollup of 7 pull requests

- Successful merges: #35124, #35877, #35953, #36002, #36004, #36005, #36014
- Failed merges:
2016-08-27 03:07:48 -07:00
..
back rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
debuginfo Rollup merge of #36002 - eddyb:abstract-kindness, r=nikomatsakis 2016-08-27 09:31:14 +05:30
mir Auto merge of #35542 - scottcarr:visitor_refactor, r=nikomatsakis 2016-08-26 19:05:11 -07:00
abi.rs Remove obsolete divergence related stuff 2016-08-13 21:37:09 +08:00
adt.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
asm.rs rustc_trans: remove the bulk of old trans and most of its support code. 2016-08-24 13:23:37 +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 rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. 2016-08-27 01:15:07 +03:00
basic_block.rs Delete obviously-unreachable blocks 2016-03-30 13:00:02 +13:00
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 Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_arm.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_asmjs.rs rustc_trans: move the contents of the trans module to top-level. 2016-03-27 01:23:28 +02:00
cabi_mips.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_powerpc.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_powerpc64.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_x86.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_x86_64.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
cabi_x86_win64.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
callee.rs rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
cleanup.rs rustc_trans: remove the bulk of old trans and most of its support code. 2016-08-24 13:23:37 +03:00
closure.rs rustc_trans: remove the bulk of old trans and most of its support code. 2016-08-24 13:23:37 +03:00
collector.rs Auto merge of #36030 - Manishearth:rollup, r=Manishearth 2016-08-27 03:07:48 -07:00
common.rs rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
consts.rs Remove AST from metadata except for consts and const fns. 2016-08-24 13:23:38 +03:00
context.rs rustc: pass ty::Region behind an interned 'tcx reference. 2016-08-27 01:15:06 +03:00
declare.rs Rename empty/bang to never 2016-08-13 21:37:09 +08:00
diagnostics.rs Revert "Revert "Remove the return_address intrinsic."" 2016-07-04 21:06:50 +03:00
disr.rs rustc_trans: move the contents of the trans module to top-level. 2016-03-27 01:23:28 +02:00
glue.rs rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. 2016-08-27 01:15:07 +03:00
intrinsic.rs rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
lib.rs Remove AST from metadata except for consts and const fns. 2016-08-24 13:23:38 +03:00
machine.rs rustc_trans: move the contents of the trans module to top-level. 2016-03-27 01:23:28 +02:00
macros.rs rustc_trans: move the contents of the trans module to top-level. 2016-03-27 01:23:28 +02:00
meth.rs rustc: pass ty::Region behind an interned 'tcx reference. 2016-08-27 01:15:06 +03:00
monomorphize.rs rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
partitioning.rs rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
README.txt Make librustc's markdown README.txt claim to be markdown. 2015-03-20 13:29:13 +01:00
symbol_map.rs collector-driven-trans: Take care of nits. 2016-07-08 10:42:47 -04:00
symbol_names_test.rs Clean up trans::trans_crate() after making things collector driven. 2016-07-08 10:42:47 -04:00
trans_item.rs rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. 2016-08-27 01:15:07 +03:00
tvec.rs Remove drop flags from structs and enums implementing Drop. 2016-08-24 13:23:37 +03:00
type_.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
type_of.rs rustc: use accessors for Substs::{types,regions}. 2016-08-27 00:25:04 +03:00
value.rs begin auditing the C++ types in RustWrapper 2016-08-03 15:08:47 +03:00

See the README.md in ../librustc.