rust/src/librustc/middle
Alex Crichton a921dc4873 rustc: Remove compiler support for __log_level()
This commit removes all internal support for the previously used __log_level()
expression. The logging subsystem was previously modified to not rely on this
magical expression. This also removes the only other function to use the
module_data map in trans, decl_gc_metadata. It appears that this is an ancient
function from a GC only used long ago.

This does not remove the crate map entirely, as libgreen still uses it to hook
in to the event loop provided by libgreen.
2014-03-15 22:26:36 -07:00
..
borrowck Region + borrow checker support and tests for overloaded autoderef. 2014-03-13 14:21:46 +02:00
cfg rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
trans rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
typeck rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
astencode.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
check_const.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
check_loop.rs Replace crate usage with krate 2014-02-13 20:52:07 +01:00
check_match.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
check_static.rs Immutable static items should be Freeze Fixes #12432 2014-02-27 18:09:35 +01:00
const_eval.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
dataflow.rs rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
dead.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
effect.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
entry.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
freevars.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
graph.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
kind.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
lang_items.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
lint.rs lint: add lint for use of a ~[T]. 2014-03-14 11:28:39 +11:00
liveness.rs rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
mem_categorization.rs rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
moves.rs rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00
pat_util.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
privacy.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
reachable.rs Implement automatic overloaded dereference. 2014-03-13 14:21:45 +02:00
region.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
resolve_lifetime.rs Add proper support for early/late distinction for lifetime bindings. 2014-03-12 08:05:28 +01:00
resolve.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
subst.rs Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefCell<T>>. 2014-03-13 14:21:45 +02:00
ty_fold.rs librustc: Fix up fallout from the automatic conversion. 2014-03-08 21:41:32 +01:00
ty.rs rustc: Remove compiler support for __log_level() 2014-03-15 22:26:36 -07:00