rust/src/libsyntax/parse
bors 059cbaadfa 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.
2013-09-09 10:41:05 -07:00
..
attr.rs
classify.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
comments.rs Rename str::from_bytes to str::from_utf8, closes #8985 2013-09-05 14:17:24 +02:00
common.rs
lexer.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
mod.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
obsolete.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
parser.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
token.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00