index
:
rust
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dbg.rs
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
2011-05-12
1
-0
/
+74
|
|
|
|
This should be a snapshot transition.
*
Rename std modules to be camelcased
Marijn Haverbeke
2011-05-06
1
-74
/
+0
|
|
|
|
(Have fun mergining your stuff with this.)
*
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ↵
Graydon Hoare
2011-03-09
1
-2
/
+0
|
|
|
|
root within std.rc anyway)
*
Add std.dbg.trap(str msg) for help debugging.
Graydon Hoare
2010-12-31
1
-0
/
+5
|
*
Support a special const-value refcount, use it for const strings.
Graydon Hoare
2010-11-09
1
-0
/
+3
|
*
Reformat standard library; no code changes.
Graydon Hoare
2010-09-22
1
-15
/
+24
|
*
Add a little pointer-cast helper to dbg.
Roy Frostig
2010-09-06
1
-0
/
+5
|
*
Comment on env var required for std.dbg to do any logging.
Roy Frostig
2010-08-24
1
-0
/
+3
|
*
Add support in dbg.debug_obj for printing the obj body.
Roy Frostig
2010-08-24
1
-3
/
+12
|
*
Add std.dbg module for inspecting rust values in memory.
Roy Frostig
2010-08-24
1
-0
/
+42