about summary refs log tree commit diff
path: root/src/libcore/logging.rs
AgeCommit message (Expand)AuthorLines
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-0/+1
2013-05-08Remove #[cfg(notest)] and use #[cfg(not(test))] to cooincide with #[cfg(debug)]Zack Corr-1/+1
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-03-26Remove unused imports throughoutAlex Crichton-2/+1
2013-03-07libcore: Remove `extern mod { ... }` from libcore. rs=deexterningPatrick Walton-7/+10
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-4/+5
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-4/+0
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-5/+11
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+4
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-10-18libcore: minor code cleanup.Erick Tryzelaar-1/+1
2012-09-28De-export logging, to_str, to_bytes, from_str, util. Part of #3583.Graydon Hoare-1/+0
2012-09-26libcore: De-export logging and pipesPatrick Walton-4/+2
2012-09-25rustc: Fix calls to the logging function when the must_cast flag is true; sto...Patrick Walton-2/+18
2012-09-25Revert "rustc: Stop using shape code for logging" due to ICEsPatrick Walton-18/+2
2012-09-25rustc: Stop using shape code for loggingPatrick Walton-2/+18
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-20core: Mark three more trivial mods as demodedBrian Anderson-0/+4
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-9/+9
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-03-09core: Convert to rustdocBrian Anderson-8/+7
2012-01-13libcore: Add core::logging::console_on/off functionsBrian Anderson-0/+26