about summary refs log tree commit diff
path: root/src/libstd/rt/logging.rs
AgeCommit message (Expand)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
2013-08-06Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail...Erick Tryzelaar-4/+17
2013-08-04std: Fix newsched logging truncationBrian Anderson-4/+17
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