From: bors Date: Mon, 9 Sep 2013 17:41:05 +0000 (-0700) Subject: auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson X-Git-Url: https://git.lizzy.rs/?a=commitdiff_plain;h=059cbaadfaea9a397c144a0a7beff0fc5e9e2664;p=rust.git auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 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. --- 059cbaadfaea9a397c144a0a7beff0fc5e9e2664