rust/src/librustc_trans/trans
2015-04-29 17:23:36 +12:00
..
debuginfo Move debuginfo.rs to its own directory 2015-04-29 17:23:36 +12:00
_match.rs Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakis 2015-04-27 20:46:48 +00:00
adt.rs Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakis 2015-04-27 20:46:48 +00:00
asm.rs syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32 2015-04-21 10:11:05 -07:00
attributes.rs Remove two cases of unecesary match branches 2015-04-03 15:48:07 +03:00
base.rs Register new snapshots 2015-04-28 17:23:45 -07:00
basic_block.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
build.rs Emit correct alignment information for loads/store of small aggregates 2015-04-18 18:32:14 +02:00
builder.rs Emit correct alignment information for loads/store of small aggregates 2015-04-18 18:32:14 +02:00
cabi_aarch64.rs Add Homogenous Aggregates for AArch64 codegen 2015-04-08 08:53:48 -04:00
cabi_arm.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cabi_mips.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cabi_powerpc.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
cabi_x86_64.rs Positive case of len() -> is_empty() 2015-04-14 20:26:03 -07:00
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs Structural changes for associated constants 2015-04-23 21:02:25 -06:00
cleanup.rs Added new kind of drop-glue that just drops the type's contents, 2015-04-24 09:38:55 +02:00
closure.rs Rebase fallout 2015-04-04 00:21:58 +03:00
common.rs eddyb's refactoring of coercions/adjustments 2015-04-14 21:55:42 +12:00
consts.rs Functional changes for associated constants. Cross-crate usage of associated constants is not yet working. 2015-04-23 21:02:26 -06:00
context.rs Auto merge of #24765 - pnkfelix:fsk-enum-swapindrop, r=nikomatsakis 2015-04-27 20:46:48 +00:00
controlflow.rs Fix ICE when returning a variable whose declaration is unreachable 2015-04-13 13:07:41 +02:00
datum.rs Fallout out rustc 2015-04-01 11:22:39 -04:00
declare.rs Address Alex’s comments 2015-04-03 15:48:07 +03:00
expr.rs Add conditional overflow-checking to signed negate operator. 2015-04-17 14:45:14 +02:00
foreign.rs Emit correct alignment information for loads/store of small aggregates 2015-04-18 18:32:14 +02:00
glue.rs Remove direct variant-dispatch entirely from trans_struct_drop. 2015-04-24 09:39:15 +02:00
inline.rs Fix a number of bugs that interfered with cross-crate usage of associated consts. 2015-04-23 21:02:27 -06:00
intrinsic.rs LLVM < 3.5 is unsupported since bb18a3c 2015-04-21 07:20:48 -07:00
llrepr.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
machine.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
macros.rs
meth.rs Structural changes for associated constants 2015-04-23 21:02:25 -06:00
mod.rs Introduce trans::declare 2015-04-03 15:48:07 +03:00
monomorphize.rs Structural changes for associated constants 2015-04-23 21:02:25 -06:00
tvec.rs Forbid is/us suffixes. Fixes #22496 2015-04-15 16:13:26 -07:00
type_.rs Mass rename uint/int to usize/isize 2015-03-26 12:10:22 -07:00
type_of.rs std: Remove deprecated/unstable num functionality 2015-04-21 11:37:43 -07:00
value.rs Fallout out rustc 2015-04-01 11:22:39 -04:00