rust/src/librustc/middle/trans
bors 3b8c528d08 auto merge of #17776 : luqmana/rust/ul, r=alexcrichton
Update our LLVM snapshot to master (as of ~ Wed Oct 1 18:49:58 2014 +0000). 

Since my patches have landed upstream this fixes #13429 and #7298.
2014-10-05 04:57:11 +00:00
..
_match.rs Fix cross-crate tuple structs in statics 2014-10-02 21:31:06 +02:00
adt.rs Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
asm.rs Fix librustc 2014-09-30 12:52:47 -07:00
base.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
basic_block.rs
build.rs
builder.rs Set the non_uppercase_statics lint to warn by default 2014-10-03 20:39:56 +13:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs Fallout from renaming 2014-09-16 14:37:48 -07:00
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs Fixes ICE when using reexported unit-like structs 2014-09-30 16:22:55 +02:00
cleanup.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
closure.rs Correctly trans capture-by-ref unboxed closures 2014-10-02 21:08:45 -07:00
common.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
consts.rs rollup merge of #17666 : eddyb/take-garbage-out 2014-10-02 14:53:18 -07:00
context.rs rustc: Turn off split stacks on Windows 2014-09-26 10:16:56 -07:00
controlflow.rs debuginfo: Make sure that all calls to drop glue are associated with debug locations. 2014-09-25 14:17:14 +02:00
datum.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
debuginfo.rs Update LLVM. 2014-10-04 13:28:57 -04:00
doc.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
expr.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
foreign.rs Move uses of enum to bitflags!. 2014-09-18 20:35:24 -07:00
glue.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
inline.rs librustc: Implement associated types behind a feature gate. 2014-09-17 16:38:57 -07:00
intrinsic.rs debuginfo: Make sure that all calls to drop glue are associated with debug locations. 2014-09-25 14:17:14 +02:00
llrepr.rs
machine.rs
macros.rs
meth.rs Integrate builtin bounds fully into the trait checker 2014-09-25 07:06:27 -04:00
mod.rs
monomorphize.rs Remove dead code from librustc 2014-09-24 21:03:55 +02:00
reflect.rs Fix type visitor glue for unboxed closures 2014-10-03 19:40:19 -07:00
tvec.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
type_.rs
type_of.rs rustc: remove support for Gc. 2014-10-02 16:59:31 +03:00
value.rs