about summary refs log tree commit diff
path: root/src/rt/rust_crate_reader.cpp
AgeCommit message (Collapse)AuthorLines
2011-05-26More delicious dead code removal from runtime, upcalls.Graydon Hoare-79/+0
2011-05-25Dead code.Rafael Ávila de Espíndola-2/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-170/+1
2011-05-25Dead code.Rafael Ávila de Espíndola-346/+1
2011-05-25dead code.Rafael Ávila de Espíndola-1/+0
2011-04-19Overhaul logging system in runtimeMarijn Haverbeke-29/+25
See https://github.com/graydon/rust/wiki/Logging-vision The runtime logging categories are now treated in the same way as modules in compiled code. Each domain now has a log_lvl that can be used to restrict the logging from that domain (will be used to allow logging to be restricted to a single domain). Features dropped (can be brought back to life if there is interest): - Logger indentation - Multiple categories per log statement - I possibly broke some of the color code -- it confuses me
2011-04-08Initialize two more variables to keep darwin tinderbox happyMarijn Haverbeke-2/+2
2011-04-08add -O2 when compiling rt, fix warnings triggered by optimizerMarijn Haverbeke-2/+2
2011-04-07Move to macro-based logging checks in the C++ codeMarijn Haverbeke-27/+28
No functions should be called for log statements that turn out to be inactive.
2010-07-20Be a little more careful before assuming we have crate debuginfo and abbrevs ↵Graydon Hoare-1/+1
to read.
2010-07-05Teach the dwarf readers to handle udata, so we can link with util.option; ↵Graydon Hoare-0/+5
add util.rs to std.rc.
2010-07-02Handle DW_FORM_blcok4 in runtime dwarf reader, which we started emitting a ↵Graydon Hoare-0/+6
while ago.
2010-07-02Trap missing attr forms during dwarf-scan and shut down dwarf reader, don't ↵Graydon Hoare-4/+10
crash.
2010-07-02Indent/outdent when logging dwarf at runtime.Graydon Hoare-12/+15
2010-06-23Populate tree.Graydon Hoare-0/+578