summary refs log tree commit diff
path: root/src/libstd/rt/logging.rs
AgeCommit message (Expand)AuthorLines
2013-09-23Register new snapshotsAlex Crichton-17/+1
2013-09-18librustc/libstd: No longer pass crate_map to start.Luqman Aden-0/+18
2013-09-16Add an SendStr typeMarvin Löbel-10/+5
2013-09-15Remove {uint,int,u64,i64,...}::from_str,from_str_radixblake2-ppc-1/+2
2013-09-14std::logging: Use a more specific enum than Eitherblake2-ppc-11/+13
2013-09-13Convert rust_crate_map.cpp to RustFlorian Hahn-54/+10
2013-09-07Handle global log levels (fixes #6033)novalis-36/+100
2013-09-06Fix #6031. Allow symbolic log levels, not just numbers.novalis-18/+53
2013-09-04Convert rust_log.cpp to Rust, closes #8703Florian Hahn-15/+248
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