rust/src/librustc/middle/trans
Edward Wang b1df9aa16f Fix #14865
Fixes a codegen bug which generates illegal non-terminated LLVM block
when there are wildcard pattern with guard and enum patterns in a match
expression. Also refactors the code a little.

Closes #14865
2014-06-18 17:01:58 -07:00
..
_match.rs Fix #14865 2014-06-18 17:01:58 -07:00
adt.rs Merge the Bitwise and ByteOrder traits into the Int trait 2014-06-18 17:01:34 -07:00
asm.rs
base.rs auto merge of #14869 : nick29581/rust/tstore, r=nmatsakis 2014-06-18 00:16:37 +00:00
basic_block.rs
build.rs
builder.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs
cabi_x86.rs Basic iOS support 2014-06-12 21:15:14 +03:00
cabi.rs
callee.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
cleanup.rs Basic iOS support 2014-06-12 21:15:14 +03:00
closure.rs
common.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
consts.rs auto merge of #14880 : SimonSapin/rust/byte-literals, r=alexcrichton 2014-06-18 02:06:37 +00:00
context.rs Disable generating split-stack code 2014-06-12 20:24:08 +03:00
controlflow.rs
datum.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
debuginfo.rs Wrap debuginfo.rs at 80 columns. 2014-06-18 15:07:26 +12:00
doc.rs
expr.rs librustc: Use expr_ty_adjusted in trans_overloaded_call. 2014-06-18 17:01:41 -07:00
foreign.rs std: Remove i18n/l10n from format! 2014-06-11 16:04:24 -07:00
glue.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
inline.rs librustc: Make addresses of immutable statics insignificant unless 2014-06-17 11:44:00 -07:00
intrinsic.rs librustc: Forbid transmute from being called on types whose size is 2014-06-13 13:53:55 -07:00
llrepr.rs
machine.rs
macros.rs
meth.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
mod.rs
monomorphize.rs Introduce VecPerParamSpace and use it to represent sets of types and 2014-06-13 13:20:24 -04:00
reflect.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
tvec.rs Register new snapshots 2014-06-15 23:30:24 -07:00
type_.rs
type_of.rs Remove TraitStore from ty_trait 2014-06-18 10:30:33 +12:00
value.rs