summary refs log tree commit diff
path: root/src/libstd/dbg.rs
AgeCommit message (Collapse)AuthorLines
2012-07-04convert doc-attributes to doc-comments using ↵Gareth Daniel Smith-2/+2
./src/etc/sugarise-doc-comments.py (and manually tweaking) - for issue #2498
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-06-28Fix sys::refcount and remove dbg::refcountBen Blum-6/+0
2012-06-06std: Add debug::breakpointBrian Anderson-0/+14
2012-06-03prohibit type parameters in native fns and other minor fixesNiko Matsakis-10/+22
trans now can safely assert that it never sees a type param
2012-03-09std: Convert to rustdocBrian Anderson-9/+1
2012-03-05Remove dead code from rt (debug_obj, rust_obj, rust_closure, rust_box_obj, ↵Graydon Hoare-16/+0
rust_vtable)
2012-01-19Use ctypes in native function declarationsHaitao Li-1/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+71