rust/src/librustc/middle/trans
Stuart Pernsteiner 428d5ac5b9 Revert "avoid redundant translation of items during monomorphization"
This reverts commit f97f65f7b7.

Conflicts:
	src/librustc/middle/trans/base.rs
	src/librustc/middle/trans/foreign.rs
	src/librustc/middle/trans/monomorphize.rs
2014-08-12 16:14:27 -07:00
..
_match.rs librustc: Also use new alloca if matching on an arg or upvar which we reassign in the arm body. 2014-08-09 07:32:33 -07:00
adt.rs Add Drop support for enums 2014-07-22 23:45:49 +02:00
asm.rs
base.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
basic_block.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
build.rs librustc: Use builder for llvm attributes. 2014-07-25 16:06:44 -07:00
builder.rs librustc: Use builder for llvm attributes. 2014-07-25 16:06:44 -07:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs
cabi_x86_win64.rs Implement Win64 system ABI. 2014-08-07 23:11:55 -07:00
cabi_x86.rs
cabi.rs Implement Win64 system ABI. 2014-08-07 23:11:55 -07:00
callee.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
cleanup.rs Emit lifetime end markers in unwinding codepaths 2014-07-25 14:31:05 +02:00
closure.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
common.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
consts.rs Fixes missing overflow lint for i64 #14269 2014-08-05 09:59:03 +02:00
context.rs remove unused field CrateContext::uses_gc 2014-07-28 15:31:42 -07:00
controlflow.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
datum.rs Improve usage of lifetime intrinsics in match expressions 2014-07-23 17:39:13 +02:00
debuginfo.rs auto merge of #16285 : alexcrichton/rust/rename-share, r=huonw 2014-08-08 03:51:15 +00:00
doc.rs
expr.rs librustc: Use builder for llvm attributes. 2014-07-25 16:06:44 -07:00
foreign.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
glue.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
inline.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
intrinsic.rs librustc: Don't allow return_address intrinsic in functions that don't use an out pointer. 2014-08-11 19:20:10 -07:00
llrepr.rs
machine.rs
macros.rs
meth.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
mod.rs Implement Win64 system ABI. 2014-08-07 23:11:55 -07:00
monomorphize.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
reflect.rs Revert "avoid redundant translation of items during monomorphization" 2014-08-12 16:14:27 -07:00
tvec.rs Emit LLVM lifetime intrinsics to improve stack usage and codegen in general 2014-07-22 09:17:41 +02:00
type_.rs Add string::raw::from_buf 2014-07-24 07:25:43 -07:00
type_of.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
value.rs