rust/src/librustc/middle/trans
bors 50481f5503 auto merge of #15784 : dotdash/rust/unreach, r=luqmana
`call_visit_glue` is only ever called from trans_intrinsic, and the
block won't be unreachable there. Also, the comment doesn't make sense
anymore. When the code was introduced in 38fee9526a the function was
also responsible for the cleanup glue, which is no longer the case.

While we're at it, also fixed the debug message to output the right
function name.
2014-07-20 07:51:32 +00:00
..
_match.rs Add support for patterns referencing non-trivial statics 2014-07-19 01:09:22 +02:00
adt.rs librustc: Set enum discriminant only after field translation. 2014-07-18 11:58:45 -07:00
asm.rs
base.rs librustc: Set enum discriminant only after field translation. 2014-07-18 11:58:45 -07:00
basic_block.rs librustc: Implement lifetime elision. 2014-07-19 13:10:58 -07:00
build.rs
builder.rs
cabi_arm.rs
cabi_mips.rs
cabi_x86_64.rs
cabi_x86.rs
cabi.rs
callee.rs librustc: Only emit constructor functions as necessary. 2014-07-18 11:58:45 -07:00
cleanup.rs
closure.rs librustc: Set enum discriminant only after field translation. 2014-07-18 11:58:45 -07:00
common.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
consts.rs
context.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
controlflow.rs
datum.rs
debuginfo.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
doc.rs
expr.rs librustc: Set enum discriminant only after field translation. 2014-07-18 11:58:45 -07:00
foreign.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
glue.rs auto merge of #15784 : dotdash/rust/unreach, r=luqmana 2014-07-20 07:51:32 +00:00
inline.rs
intrinsic.rs auto merge of #15784 : dotdash/rust/unreach, r=luqmana 2014-07-20 07:51:32 +00:00
llrepr.rs
machine.rs
macros.rs
meth.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
mod.rs
monomorphize.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
reflect.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
tvec.rs
type_.rs
type_of.rs librustc: Implement unboxed closures with mutable receivers 2014-07-18 09:01:37 -07:00
value.rs