about summary refs log tree commit diff
path: root/src/libstd/dbg.rs
AgeCommit message (Expand)AuthorLines
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-04-29librustc: Remove `ptr::addr_of`.Patrick Walton-11/+5
2013-04-20Replaced many instances of reinterpret_cast with transmuteMatthijs Hofstra-4/+4
2013-03-07libstd: Remove `extern mod { ... }` from libstd. rs=deexterningPatrick Walton-9/+13
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+0
2013-01-29libstd: De-export libstd. rs=deexportPatrick Walton-8/+7
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-13/+29
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+3
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-1/+1
2012-10-03Remove uses of + mode from libstdTim Chevalier-4/+4
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-4/+4
2012-09-28std: Eliminate deprecated patternsBrian Anderson-1/+0
2012-09-27De-export std::{dbg,sha1,md4,tempfile,term}. Part of #3583.Graydon Hoare-14/+7
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-18core: Rename 'unsafe' mod to 'cast'Brian Anderson-1/+1
2012-09-04libstd: "import" -> "use"Patrick Walton-1/+1
2012-09-02std: warn(non_camel_case_types) everywhere. still some exceptionsBrian Anderson-1/+0
2012-09-01Demode reinterpret_castBrian Anderson-2/+2
2012-08-31Remove deprecated modes from dbg.rsKevin Cantu-3/+5
2012-08-28CamelCasify lots of stdBen Striegel-0/+1
2012-08-13core: Camel case some lesser-used modulesBrian Anderson-6/+6
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-2/+2
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
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, ru...Graydon Hoare-16/+0
2012-01-19Use ctypes in native function declarationsHaitao Li-1/+2
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+71