rust/src/libsyntax
Alex Crichton 8a966183fe Remove the __log function for __log_level
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-05 01:48:20 -07:00
..
ext Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
parse Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
print Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
util Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
abi.rs Updated std::Option, std::Either and std::Result 2013-08-05 22:42:21 +02:00
ast.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
ast_map.rs auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw 2013-09-04 23:55:46 -07:00
ast_util.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
attr.rs Implement support for indicating the stability of items. 2013-09-04 00:12:27 +10:00
codemap.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
diagnostic.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
fold.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
oldvisit.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
opt_vec.rs Forbid pub/priv where it has no effect 2013-08-12 23:20:46 -07:00
syntax.rs Add initial support for a new formatting syntax 2013-08-07 19:21:43 -07:00
visit.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00