about summary refs log tree commit diff
path: root/src/lib/dbg.rs
AgeCommit message (Expand)AuthorLines
2010-12-31Add std.dbg.trap(str msg) for help debugging.Graydon Hoare-0/+5
2010-11-09Support a special const-value refcount, use it for const strings.Graydon Hoare-0/+3
2010-09-22Reformat standard library; no code changes.Graydon Hoare-15/+24
2010-09-06Add a little pointer-cast helper to dbg.Roy Frostig-0/+5
2010-08-24Comment on env var required for std.dbg to do any logging.Roy Frostig-0/+3
2010-08-24Add support in dbg.debug_obj for printing the obj body.Roy Frostig-3/+12
2010-08-24Add std.dbg module for inspecting rust values in memory.Roy Frostig-0/+42