rust/src/librustc/middle
Alex Crichton a1ffb06ac8 Use the correct logging crate while monomorphing
This makes sure that the top-level crate name is correct when emitting log
statements for a monomorphized function in another crate. This happens by
tracing the monomorphized ID back to the external source and then using that
crate index to get the name of the crate.

Closes #3046
2013-10-03 09:16:31 -07:00
..
borrowck rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
cfg rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
trans Use the correct logging crate while monomorphing 2013-10-03 09:16:31 -07:00
typeck rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
astencode.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
check_const.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
check_loop.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
check_match.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
const_eval.rs std: Remove {float,f64,f32}::from_str in favor of from_str 2013-09-18 04:02:42 +02:00
dataflow.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
effect.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
entry.rs Replace unreachable() calls with unreachable!(). 2013-09-19 15:04:03 +10:00
freevars.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
graph.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
kind.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
lang_items.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
lint.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
liveness.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
mem_categorization.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
moves.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
pat_util.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
privacy.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
reachable.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
region.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
resolve.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
stack_check.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
subst.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00
ty.rs rustc: Remove usage of fmt! 2013-09-30 23:21:19 -07:00