rust/src/librustc/middle/trans
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
..
_match.rs update librustc to use name comparison in most cases, and mtwt_resolve comparison in others 2013-09-06 13:35:07 -07:00
adt.rs Don't truncate discriminants to host uint for C_uint's sake. 2013-08-24 20:16:40 -07:00
asm.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
base.rs whitespace, reindentation, and comments only 2013-09-06 13:35:12 -07:00
basic_block.rs rename std::iterator to std::iter 2013-09-09 03:21:46 -04:00
build.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
builder.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
cabi_arm.rs Issue #3678: Remove wrappers and call foreign functions directly 2013-08-19 07:13:15 -04:00
cabi_mips.rs Issue #3678: Remove wrappers and call foreign functions directly 2013-08-19 07:13:15 -04:00
cabi_x86_64.rs Issue #3678: Remove wrappers and call foreign functions directly 2013-08-19 07:13:15 -04:00
cabi_x86.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
cabi.rs Issue #3678: Remove wrappers and call foreign functions directly 2013-08-19 07:13:15 -04:00
callee.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
closure.rs debuginfo: Much improved handling of captured variables and by-value arguments. 2013-09-04 18:38:46 +02:00
common.rs Remove even more usage of clownshoes in symbols 2013-09-06 23:56:17 -07:00
consts.rs update librustc to use name comparison in most cases, and mtwt_resolve comparison in others 2013-09-06 13:35:07 -07:00
context.rs ident->name 2013-09-06 13:35:14 -07:00
controlflow.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
datum.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
debuginfo.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
expr.rs auto merge of #9005 : alexcrichton/rust/rusty-log, r=brson 2013-09-09 10:41:05 -07:00
foreign.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00
glue.rs auto merge of #8947 : thestinger/rust/name, r=huonw 2013-09-03 08:06:04 -07:00
inline.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
intrinsic.rs Issue #3678: Remove wrappers and call foreign functions directly 2013-08-19 07:13:15 -04:00
llrepr.rs Change type of extern fns from *u8 to extern "ABI" fn 2013-08-21 10:50:37 -04:00
machine.rs debuginfo: Added support for struct-style enums. 2013-07-19 07:55:25 +02:00
macros.rs add gitattributes and fix whitespace issues 2013-05-03 20:01:42 -04:00
meth.rs auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonw 2013-09-08 01:05:59 -07:00
mod.rs Change type of extern fns from *u8 to extern "ABI" fn 2013-08-21 10:50:37 -04:00
monomorphize.rs Remove even more usage of clownshoes in symbols 2013-09-06 23:56:17 -07:00
reflect.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
tvec.rs Modernized a few more types in syntax::ast 2013-09-03 14:45:06 +02:00
type_.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
type_of.rs stop treating char as an integer type 2013-09-04 08:07:56 -04:00
type_use.rs Remove the __log function for __log_level 2013-09-05 01:48:20 -07:00
uniq.rs Adapted trans::common::{block, fn_ctxt, scope_info} to new naming convention. 2013-07-23 15:38:55 +02:00
value.rs Elide unnecessary ret slot allocas 2013-08-10 11:04:50 +02:00
write_guard.rs Modernized a few type names in rustc and syntax 2013-09-01 14:43:26 +02:00