index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
dbg.rs
Age
Commit message (
Expand
)
Author
Lines
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-71
/
+0
2011-11-17
remove compile-command from local variable blocks
Niko Matsakis
-1
/
+0
2011-11-16
Use attributes for native module ABI and link name
Haitao Li
-1
/
+2
2011-11-09
Rename "c-stack-cdecl" ABI to "cdecl"
Brian Anderson
-1
/
+1
2011-10-24
migrate debugging funcs
Niko Matsakis
-15
/
+25
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-2
/
+4
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-9
/
+9
2011-09-02
Eliminate const_refcount. Issue #855
Brian Anderson
-3
/
+0
2011-09-02
Remove estrs and evecs from runtime. Issue #855
Brian Anderson
-3
/
+0
2011-08-31
Start paring down std::str. Issue #855
Brian Anderson
-0
/
+6
2011-08-16
Port the stdlib to the expr foo::<T> syntax.
Erick Tryzelaar
-7
/
+7
2011-08-16
Port the stdlib to the decl foo<T> syntax.
Erick Tryzelaar
-13
/
+13
2011-08-12
Remove usages of vec:print_debug_info
Brian Anderson
-2
/
+0
2011-07-27
Reformat for new syntax
Marijn Haverbeke
-16
/
+16
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-1
/
+1
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-25
/
+12
2011-05-17
Finally rename std::_xxx to std::xxx
Marijn Haverbeke
-1
/
+1
2011-05-12
Downcase std modules again, move to :: for module dereferencing
Marijn Haverbeke
-0
/
+74
2011-05-06
Rename std modules to be camelcased
Marijn Haverbeke
-74
/
+0
2011-03-09
Remove redundant imports in lib (rustc doesn't like 'std' as a synonym for ro...
Graydon Hoare
-2
/
+0
2010-12-31
Add std.dbg.trap(str msg) for help debugging.
Graydon Hoare
-0
/
+5
2010-11-09
Support a special const-value refcount, use it for const strings.
Graydon Hoare
-0
/
+3
2010-09-22
Reformat standard library; no code changes.
Graydon Hoare
-15
/
+24
2010-09-06
Add a little pointer-cast helper to dbg.
Roy Frostig
-0
/
+5
2010-08-24
Comment on env var required for std.dbg to do any logging.
Roy Frostig
-0
/
+3
2010-08-24
Add support in dbg.debug_obj for printing the obj body.
Roy Frostig
-3
/
+12
2010-08-24
Add std.dbg module for inspecting rust values in memory.
Roy Frostig
-0
/
+42