aboutsummaryrefslogtreecommitdiff
path: root/src/rt/rust_crate_reader.cpp
Commit message (Expand)AuthorAgeFilesLines
* Initialize two more variables to keep darwin tinderbox happyMarijn Haverbeke2011-04-081-2/+2
* add -O2 when compiling rt, fix warnings triggered by optimizerMarijn Haverbeke2011-04-081-2/+2
* Move to macro-based logging checks in the C++ codeMarijn Haverbeke2011-04-071-27/+28
* Be a little more careful before assuming we have crate debuginfo and abbrevs ...Graydon Hoare2010-07-201-1/+1
* Teach the dwarf readers to handle udata, so we can link with util.option; add...Graydon Hoare2010-07-051-0/+5
* Handle DW_FORM_blcok4 in runtime dwarf reader, which we started emitting a wh...Graydon Hoare2010-07-021-0/+6
* Trap missing attr forms during dwarf-scan and shut down dwarf reader, don't c...Graydon Hoare2010-07-021-4/+10
* Indent/outdent when logging dwarf at runtime.Graydon Hoare2010-07-021-12/+15
* Populate tree.Graydon Hoare2010-06-231-0/+578