]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson
authorbors <bors@rust-lang.org>
Mon, 9 Sep 2013 17:41:05 +0000 (10:41 -0700)
committerbors <bors@rust-lang.org>
Mon, 9 Sep 2013 17:41:05 +0000 (10:41 -0700)
Also redefine all of the standard logging macros to use more rust code instead
of custom LLVM translation code. This makes them a bit easier to understand, but
also more flexibile for future types of logging.

Additionally, this commit removes the LogType language item in preparation for
changing how logging is performed.

15 files changed:
1  2 
src/librustc/middle/mem_categorization.rs
src/librustc/middle/moves.rs
src/librustc/middle/trans/debuginfo.rs
src/librustc/middle/trans/expr.rs
src/librustc/middle/ty.rs
src/librustc/middle/typeck/check/mod.rs
src/libstd/std.rs
src/libsyntax/ast.rs
src/libsyntax/ext/expand.rs
src/libsyntax/fold.rs
src/libsyntax/oldvisit.rs
src/libsyntax/parse/parser.rs
src/libsyntax/parse/token.rs
src/libsyntax/print/pprust.rs
src/libsyntax/visit.rs

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge