aboutsummaryrefslogtreecommitdiff
path: root/src/lib/dbg.rs
Commit message (Collapse)AuthorAgeFilesLines
* Add std.dbg.trap(str msg) for help debugging.Graydon Hoare2010-12-311-0/+5
|
* Support a special const-value refcount, use it for const strings.Graydon Hoare2010-11-091-0/+3
|
* Reformat standard library; no code changes.Graydon Hoare2010-09-221-15/+24
|
* Add a little pointer-cast helper to dbg.Roy Frostig2010-09-061-0/+5
|
* Comment on env var required for std.dbg to do any logging.Roy Frostig2010-08-241-0/+3
|
* Add support in dbg.debug_obj for printing the obj body.Roy Frostig2010-08-241-3/+12
|
* Add std.dbg module for inspecting rust values in memory.Roy Frostig2010-08-241-0/+42