about summary refs log tree commit diff
path: root/src/rt/rust_debug.cpp
AgeCommit message (Expand)AuthorLines
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-60/+0
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2012-12-10Add license boilerplate to more files.Graydon Hoare-0/+10
2012-04-03Refactor includes structure, getting rid of rust_internal.hJon Morton-2/+2
2011-09-23rt: Get RUST_TRACK_ORIGINS working. You can now call 'debug::dump_origin' in ...Patrick Walton-35/+3
2011-09-23rt: Fix message formatting issues in rust_debugPatrick Walton-3/+4
2011-09-23rt: ifdef out backtrace() on WindowsPatrick Walton-3/+15
2011-09-23rt: Add a RUST_TRACK_ORIGINS debug flag to help track down memory corruptionPatrick Walton-0/+70