rust/src/librustc_trans/trans
Björn Steinbrink cc259fb6c3 Always properly copy values into bindings when mutating the match discriminant
The reassignment checker effectively only checks whether the last
assignment in a body affects the discriminant, but it should of course
check all the assignments.

Fixes #23698
2015-03-25 14:50:04 +01:00
..
_match.rs Always properly copy values into bindings when mutating the match discriminant 2015-03-25 14:50:04 +01:00
adt.rs
asm.rs
base.rs Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakis 2015-03-23 22:43:39 +00:00
basic_block.rs
build.rs
builder.rs
cabi_aarch64.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
cabi_arm.rs
cabi_mips.rs
cabi_powerpc.rs
cabi_x86_64.rs
cabi_x86_win64.rs
cabi_x86.rs
cabi.rs
callee.rs Remove explicit syntax highlight from docs. 2015-03-13 19:25:18 -04:00
cleanup.rs
closure.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
common.rs Auto merge of #23290 - nrc:pub_priv_mod, r=nikomatsakis 2015-03-18 05:55:19 +00:00
consts.rs Added panic-on-overflow for rhs of left and right shift expressions. 2015-03-20 11:25:20 +01:00
context.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
controlflow.rs
datum.rs
debuginfo.rs Remove the newly introduced trait impls for fixed-size arrays and use &b"..."[..] instead. 2015-03-18 09:16:08 +03:00
expr.rs Auto merge of #23536 - pnkfelix:arith-oflo-shifts, r=nikomatsakis 2015-03-23 22:43:39 +00:00
foreign.rs Add an "allocator" attribute to mark functions as allocators 2015-03-13 03:19:30 +01:00
glue.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
inline.rs syntax: move MethMac to MacImplItem and combine {Provided,Required}Method into MethodTraitItem. 2015-03-11 23:39:16 +02:00
intrinsic.rs Fix volatile / atomic ops on bools and small aggregates 2015-03-21 10:46:52 +01:00
llrepr.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
machine.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
macros.rs
meth.rs Auto merge of #23438 - nikomatsakis:issue-23435-default-methods-with-where-clauses, r=nrc 2015-03-18 00:51:03 +00:00
mod.rs
monomorphize.rs Check that predicates hold before emitting an entry for the vtable. 2015-03-17 06:24:11 -04:00
tvec.rs rustc_trans: use the drop glue of T instead of Box<T> in Trait's vtable, be it &Trait or Box<Trait>. 2015-03-17 21:00:21 +02:00
type_.rs Replace TyDesc and its uses with trait vtables and a type_name intrinsic. 2015-03-17 21:00:23 +02:00
type_of.rs Fix spelling errors in comments. 2015-03-19 00:48:08 -04:00
value.rs