rust/src/librustc_trans
Jeffrey Seyfried d2f8fb0a0a Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
..
back Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
debuginfo Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
mir Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
Cargo.toml
README.txt
abi.rs fix `extern "aapcs" fn` 2016-11-16 18:38:32 -05:00
adt.rs rustc: move closure upvar types to the closure substs 2016-11-12 19:00:50 +02:00
asm.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
assert_module_sources.rs Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
attributes.rs
base.rs Make names of types used in LLVM IR stable. 2016-11-13 19:49:46 -05:00
basic_block.rs
build.rs
builder.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11: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 Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06:00
cabi_asmjs.rs
cabi_mips.rs Move ty_align and ty_size out of most C ABI code 2016-09-24 18:27:39 -06: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_msp430.rs add cabi_msp430 2016-11-13 11:03:44 -05: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_powerpc64.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.rs
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
callee.rs fix oversight in closure translation 2016-11-17 13:44:22 -05:00
cleanup.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
collector.rs include a Name and Span for each item in the HIR of the impl 2016-11-16 13:57:47 -05:00
common.rs Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
consts.rs rustc: clean up lookup_item_type and remove TypeScheme. 2016-11-10 16:49:53 +02:00
context.rs Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
declare.rs Auto merge of #37714 - alexcrichton:builtins-hidden, r=nikomatsakis 2016-11-15 04:42:28 -08:00
diagnostics.rs Small error code explanations improvements 2016-08-26 17:28:47 +02:00
disr.rs
glue.rs rustc: move closure upvar types to the closure substs 2016-11-12 19:00:50 +02:00
intrinsic.rs Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
lib.rs Auto merge of #37672 - japaric:msp430, r=alexcrichton 2016-11-15 01:27:47 -08: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
meth.rs prefer `if let` to match with `None => { }` arm in some places 2016-10-17 19:00:20 -07:00
monomorphize.rs Fix ICE when attempting to get closure generics. 2016-10-30 08:12:20 -06:00
partitioning.rs Move `syntax::util::interner` -> `syntax::symbol`, cleanup. 2016-11-20 23:40:20 +00:00
symbol_map.rs Replace FnvHasher use with FxHasher. 2016-11-08 15:14:59 +11:00
symbol_names_test.rs refactor Visitor into ItemLikeVisitor and intravisit::Visitor 2016-11-16 13:51:36 -05:00
trans_item.rs instantiate closures on demand 2016-11-18 12:25:00 +02:00
tvec.rs Fix optimization regressions for operations on [x; n]-initialized arrays. 2016-09-01 00:27:03 +03:00
type_.rs Get rid of superfluous HashMap in LocalCrateContext. We only need the str slice type. 2016-11-10 16:15:06 -05:00
type_of.rs Make names of types used in LLVM IR stable. 2016-11-13 19:49:46 -05:00
value.rs

README.txt

See the README.md in ../librustc.