rust/src/librustc_trans
2016-06-10 01:03:54 +03:00
..
back Print linker arguments if calling the linker fails 2016-05-31 16:29:12 -04:00
debuginfo introduce the type-safe IdxVec and use it instead of loose indexes 2016-06-09 14:26:08 +03:00
mir introduce an unreachable terminator 2016-06-09 15:16:15 +03:00
_match.rs Introduce TyCtxt::expect_def/expect_resolution helpers and use them where possible 2016-06-10 01:03:54 +03:00
abi.rs trans: always use a memcpy for ABI argument/return casts. 2016-06-08 00:35:01 +03:00
adt.rs
asm.rs
attributes.rs Emit "no-frame-pointer-elim" attribute for closures, shims, and glue. 2016-05-27 13:54:43 -04:00
base.rs add hook infrastructure for automatically dumping MIR on every pass 2016-06-09 15:21:43 +03:00
basic_block.rs
build.rs
builder.rs
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 trans: always use a memcpy for ABI argument/return casts. 2016-06-08 00:35:01 +03:00
Cargo.toml remove the librustc_trans -> librustc_mir dependency 2016-06-08 23:58:53 +03:00
cleanup.rs
closure.rs rustc: add ReErased to be used by trait selection, MIR and trans. 2016-06-05 13:58:51 +03:00
collector.rs
common.rs Introduce TyCtxt::expect_def/expect_resolution helpers and use them where possible 2016-06-10 01:03:54 +03:00
consts.rs Introduce TyCtxt::expect_def/expect_resolution helpers and use them where possible 2016-06-10 01:03:54 +03:00
context.rs rustc: add ReErased to be used by trait selection, MIR and trans. 2016-06-05 13:58:51 +03: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
declare.rs
diagnostics.rs * Fix compile_fail tag (in some cases, it compiled whereas it wasn't expected to and was still considered 'ok') 2016-05-27 00:39:57 +02:00
disr.rs
expr.rs Introduce TyCtxt::expect_def/expect_resolution helpers and use them where possible 2016-06-10 01:03:54 +03:00
glue.rs Add a new Assert terminator to MIR for bounds & arithmetic checks. 2016-06-05 14:41:02 +03:00
inline.rs
intrinsic.rs
lib.rs remove the librustc_trans -> librustc_mir dependency 2016-06-08 23:58:53 +03:00
machine.rs
macros.rs
meth.rs rustc: add ReErased to be used by trait selection, MIR and trans. 2016-06-05 13:58:51 +03:00
monomorphize.rs rustc: add ReErased to be used by trait selection, MIR and trans. 2016-06-05 13:58:51 +03:00
partitioning.rs correct typo in comment 2016-05-24 15:08:07 -04:00
README.txt
symbol_names_test.rs trans: move exported_symbol to Instance::symbol_name. 2016-05-25 01:34:20 +03:00
trans_item.rs
tvec.rs
type_.rs
type_of.rs
value.rs

See the README.md in ../librustc.