rust/src/librustc_trans
2017-01-04 11:33:31 -07:00
..
back Auto merge of #38571 - nrc:emit-metadata-change, r=alexcrichton 2016-12-29 11:01:11 +00:00
debuginfo Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
mir Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
abi.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
adt.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
asm.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
assert_module_sources.rs Use Symbol instead of InternedString in the AST, HIR, and various other places. 2016-11-21 09:00:55 +00:00
attributes.rs Add new #[target_feature = "..."] attribute. 2016-11-29 20:32:14 -05:00
base.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
builder.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
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 Remove needless allows 2016-12-20 20:02:52 -07:00
cabi_asmjs.rs Use llvm::Attribute API instead of "raw value" APIs, which will be removed in LLVM 4.0. 2016-11-17 21:12:26 +01:00
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_msp430.rs add cabi_msp430 2016-11-13 11:03:44 -05:00
cabi_nvptx64.rs PTX support 2016-12-26 21:06:23 -05:00
cabi_nvptx.rs PTX support 2016-12-26 21:06:23 -05: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_sparc64.rs Add cabi_sparc64 2016-12-29 21:30:01 -05:00
cabi_sparc.rs implement cabi for 32-bit sparc 2016-12-19 12:23:37 -05:00
cabi_x86_64.rs Use llvm::Attribute API instead of "raw value" APIs, which will be removed in LLVM 4.0. 2016-11-17 21:12:26 +01:00
cabi_x86_win64.rs Windows x64 ABI requires i128 params to be passed as reference 2016-12-30 15:17:29 +01:00
cabi_x86.rs Cleaned up the code and added tests. 2016-12-22 14:54:42 +03:00
callee.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
Cargo.toml Such large. Very 128. Much bits. 2016-12-30 15:15:44 +01:00
cleanup.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
collector.rs rustc: simplify constant cross-crate loading and rustc_passes::consts. 2016-12-28 11:29:19 +02:00
common.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
consts.rs Add a way to retrieve constant value in 128 bits 2016-12-30 15:17:26 +01:00
context.rs Such large. Very 128. Much bits. 2016-12-30 15:15:44 +01:00
declare.rs Refactor ty::FnSig to privatize all fields 2016-12-05 22:22:49 -07:00
diagnostics.rs Small error code explanations improvements 2016-08-26 17:28:47 +02:00
disr.rs Such large. Very 128. Much bits. 2016-12-30 15:15:44 +01:00
glue.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
intrinsic.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
lib.rs Merge branch 'master' into sparc64 2017-01-01 12:40:10 +09:00
machine.rs Completely kill represent_type and the adt::Repr type that goes with it. 2016-09-24 18:21:10 -04: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 Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
monomorphize.rs rustc: simplify constant cross-crate loading and rustc_passes::consts. 2016-12-28 11:29:19 +02:00
partitioning.rs incr.comp.: Take symbol visibility into account for CGU hashes. 2016-12-09 17:47:56 -05:00
README.md Rename README.txt to README.md 2016-12-22 12:52:22 -06:00
symbol_map.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
symbol_names_test.rs revamp Visitor with a single method for controlling nested visits 2016-11-29 13:04:27 +01:00
trans_item.rs Such large. Very 128. Much bits. 2016-12-30 15:15:44 +01:00
tvec.rs Replace BlockAndBuilder with Builder. 2017-01-04 11:33:31 -07:00
type_.rs Fix rebase fallout 2016-12-30 15:17:27 +01:00
type_of.rs Move param_env onto SharedCrateContext, and move functions which need the ParamEnv onto it. 2016-12-20 20:03:32 -07:00
value.rs Inline last remaining use of Callee::call and delete unused code 2016-12-20 20:03:31 -07:00