.. |
back
|
rustc_trans: use the TypeId hashing mechanism instead of metadata.
|
2016-09-20 20:08:00 +03:00 |
debuginfo
|
Refactor TyStruct /TyEnum /TyUnion into TyAdt
|
2016-09-08 22:17:53 +03:00 |
mir
|
rustc: remove ImplOrTraitItemId and TraitDef's associated_type_names.
|
2016-09-20 20:08:03 +03:00 |
abi.rs
|
Add s390x support
|
2016-09-09 22:28:19 +01:00 |
adt.rs
|
rustc_metadata: go only through rustc_serialize in astencode.
|
2016-09-20 20:07:54 +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
|
Refactor away AttrMetaMethods .
|
2016-08-25 20:41:40 +00:00 |
attributes.rs
|
finish type-auditing rustllvm
|
2016-08-03 15:08:47 +03:00 |
base.rs
|
Remove librbml and the RBML-tagged auto-encoder/decoder.
|
2016-09-20 20:08:01 +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_mips64.rs
|
cabi: change some more 32s to 64s
|
2016-08-28 21:35:54 -05: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
|
add mips64-gnu and mips64el-gnu targets
|
2016-08-26 17:17:03 -05:00 |
cabi_s390x.rs
|
Add s390x support
|
2016-09-09 22:28:19 +01:00 |
cabi_x86_64.rs
|
Replace _, _ with ..
|
2016-09-04 12:30:33 +03: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
|
Auto merge of #36200 - mattico:fix-llvm-linkage, r=arielb1
|
2016-09-05 08:13:32 -07: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
|
Fix incorrect LLVM Linkage enum
|
2016-09-04 16:12:01 -05:00 |
collector.rs
|
rustc_metadata: move more RBML tags to auto-serialization.
|
2016-09-20 20:08:02 +03:00 |
common.rs
|
Refactor TyStruct /TyEnum /TyUnion into TyAdt
|
2016-09-08 22:17:53 +03:00 |
consts.rs
|
Fix incorrect LLVM Linkage enum
|
2016-09-04 16:12:01 -05:00 |
context.rs
|
Refactor TyStruct /TyEnum /TyUnion into TyAdt
|
2016-09-08 22:17:53 +03:00 |
declare.rs
|
Fix incorrect LLVM Linkage enum
|
2016-09-04 16:12:01 -05:00 |
diagnostics.rs
|
Small error code explanations improvements
|
2016-08-26 17:28:47 +02: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
|
invoke drop glue with a ptr to (data, meta)
|
2016-09-13 16:05:12 -04:00 |
intrinsic.rs
|
Rollup merge of #36459 - nikomatsakis:issue-35546, r=eddyb
|
2016-09-15 18:16:21 +05:30 |
lib.rs
|
rustc_metadata: go only through rustc_serialize in astencode.
|
2016-09-20 20:07:54 +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: remove ImplOrTraitItemId and TraitDef's associated_type_names.
|
2016-09-20 20:08:03 +03:00 |
monomorphize.rs
|
cache projections in trans
|
2016-08-31 17:47:33 -04:00 |
partitioning.rs
|
give apply_param_substs a SharedCrateContext
|
2016-08-31 17:05:53 -04:00 |
README.txt
|
|
|
symbol_map.rs
|
collector-driven-trans: Take care of nits.
|
2016-07-08 10:42:47 -04:00 |
symbol_names_test.rs
|
Refactor away AttrMetaMethods .
|
2016-08-25 20:41:40 +00:00 |
trans_item.rs
|
Refactor TyStruct /TyEnum /TyUnion into TyAdt
|
2016-09-08 22:17:53 +03:00 |
tvec.rs
|
Fix optimization regressions for operations on [x; n]-initialized arrays.
|
2016-09-01 00:27:03 +03:00 |
type_.rs
|
finish type-auditing rustllvm
|
2016-08-03 15:08:47 +03:00 |
type_of.rs
|
rustc_metadata: go only through rustc_serialize in astencode.
|
2016-09-20 20:07:54 +03:00 |
value.rs
|
begin auditing the C++ types in RustWrapper
|
2016-08-03 15:08:47 +03:00 |