rust/src/librustc_trans
2016-08-12 06:43:34 +03:00
..
back Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton 2016-08-10 21:42:48 -07:00
debuginfo rustc: add TyAnon (impl Trait) to the typesystem. 2016-08-12 06:43:34 +03:00
mir refactor other type methods 2016-08-08 13:35:10 -07:00
_match.rs rustc: rename ProjectionMode and its variant to be more memorable. 2016-08-12 06:43:34 +03:00
abi.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
adt.rs prefer if let to match with None => {} arm in some places 2016-07-03 16:27:02 -07:00
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 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_powerpc64.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_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
cabi_x86.rs Handle integer-extending for C ABI 2016-04-04 22:14:10 +02:00
callee.rs trans: Add missing normalize_associated_type() call to callee::get_fn(). 2016-07-08 10:42:48 -04:00
Cargo.toml Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
cleanup.rs rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper. 2016-05-11 04:14:58 +03:00
closure.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03:00
collector.rs rustc: add TyAnon (impl Trait) to the typesystem. 2016-08-12 06:43:34 +03:00
common.rs rustc: rename ProjectionMode and its variant to be more memorable. 2016-08-12 06:43:34 +03:00
consts.rs Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw 2016-08-09 10:00:54 -07:00
context.rs Auto merge of #34845 - bitshifter:issue-30961, r=alexcrichton 2016-08-10 21:42:48 -07:00
controlflow.rs Introduce TyCtxt::expect_def/expect_resolution helpers and use them where possible 2016-06-10 01:03:54 +03:00
datum.rs Move errors from libsyntax to its own crate 2016-06-23 08:07:35 -04:00
declare.rs finish type-auditing rustllvm 2016-08-03 15:08:47 +03: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
expr.rs Update wording on E0080 2016-08-04 07:31:06 +05:30
glue.rs rustc: rename ProjectionMode and its variant to be more memorable. 2016-08-12 06:43:34 +03: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 Rewrite TypeId computation to not miss anything and work cross-crate. 2016-08-06 00:50:13 +03:00
lib.rs Keep multiple files per work-product 2016-07-28 12:05:45 -04: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: rename ProjectionMode and its variant to be more memorable. 2016-08-12 06:43:34 +03:00
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 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: add TyAnon (impl Trait) to the typesystem. 2016-08-12 06:43:34 +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 rustc: add TyAnon (impl Trait) to the typesystem. 2016-08-12 06:43:34 +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.