about summary refs log tree commit diff
path: root/src/libstd/rt/logging.rs
AgeCommit message (Collapse)AuthorLines
2013-08-19Rangechange the log message truncation limit.Michael Sullivan-1/+1
2013-08-19Add externfn macro and correctly label fixed_stack_segmentsNiko Matsakis-0/+6
2013-08-15Add ToCStr method .with_c_str()Kevin Ballard-1/+1
.with_c_str() is a replacement for the old .as_c_str(), to avoid unnecessary boilerplate. Replace all usages of .to_c_str().with_ref() with .with_c_str().
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into ↵Erick Tryzelaar-4/+17
remove-str-trailing-nulls
2013-08-04std: Fix newsched logging truncationBrian Anderson-4/+17
The truncation needs to be done in the console logger in order to catch all the logging output, and because truncation only matters when outputting to the console.
2013-08-04std: replace str::as_c_str with std::c_strErick Tryzelaar-2/+2
2013-07-23std: move StrUtil::as_c_str into StrSliceErick Tryzelaar-5/+3
2013-06-21std: Make console log off/on controls work with newschedBrian Anderson-4/+16
2013-05-22libstd: Fix merge fallout.Patrick Walton-0/+68