rust/src/librustc_trans/mir
James Miller cb1bec9096 Fix some type-related bugs
Some types weren't being properly monomorphised, and didn't have their
regions properly erased. This is now fixed.

Also fixes an issue where a temp was initialized in two separate
branches, but wasn't given an alloca.
2016-04-08 15:37:56 +12:00
..
analyze.rs Fix some type-related bugs 2016-04-08 15:37:56 +12:00
block.rs Fix some type-related bugs 2016-04-08 15:37:56 +12:00
constant.rs librustc_trans: use bug!(), span_bug!() 2016-03-31 22:06:52 +02:00
drop.rs
lvalue.rs Fix some type-related bugs 2016-04-08 15:37:56 +12:00
mod.rs Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis 2016-04-03 08:58:59 -07:00
operand.rs librustc_trans: use bug!(), span_bug!() 2016-03-31 22:06:52 +02:00
rvalue.rs librustc_trans: use bug!(), span_bug!() 2016-03-31 22:06:52 +02:00
statement.rs librustc_trans: use bug!(), span_bug!() 2016-03-31 22:06:52 +02:00