rust/src/librustc/middle
Björn Steinbrink 33a4dd824f Remove outdated unreachable check from call_visit_glue
`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-18 18:16:18 +02:00
..
borrowck librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
cfg Extend --pretty flowgraph=ID to include dataflow results in output. 2014-07-15 12:26:56 +02:00
save auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton 2014-07-18 03:46:23 +00:00
trans Remove outdated unreachable check from call_visit_glue 2014-07-18 18:16:18 +02:00
typeck auto merge of #15725 : aochagavia/rust/vec, r=alexcrichton 2014-07-18 03:46:23 +00:00
astencode.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
check_const.rs Convert a first batch of diagnostics to have error codes 2014-07-12 21:53:34 +02:00
check_loop.rs
check_match.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
check_static.rs Convert a first batch of diagnostics to have error codes 2014-07-12 21:53:34 +02:00
const_eval.rs
dataflow.rs Rename functions in the CloneableVector trait 2014-07-17 16:35:48 +02:00
dead.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
def.rs middle: Derive Show impls 2014-07-15 18:54:47 -04:00
dependency_format.rs
effect.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
entry.rs
expr_use_visitor.rs
freevars.rs
graph.rs
intrinsicck.rs
kind.rs middle::kind: Don't crash when checking safety of Drop 2014-07-15 19:34:42 -04:00
lang_items.rs
liveness.rs
mem_categorization.rs Borrow checking for overloaded indexing 2014-07-15 09:05:06 +12:00
pat_util.rs
privacy.rs change to new trait style for method field refs 2014-07-15 14:46:32 -07:00
reachable.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
region.rs librustc: Implement the fully-expanded, UFCS form of explicit self. 2014-07-16 20:01:52 -07:00
resolve_lifetime.rs
resolve.rs auto merge of #15733 : sanxiyn/rust/use-from-type, r=alexcrichton 2014-07-18 11:51:20 +00:00
stability.rs Bug fixes for stability tracking 2014-07-10 20:51:35 -07:00
subst.rs middle::subst: Better handling of parameter lookup failure 2014-07-15 19:34:41 -04:00
ty_fold.rs
ty.rs librustc: Remove cross-borrowing of Box<T> to &T from the language, 2014-07-17 14:05:36 -07:00
weak_lang_items.rs