about summary refs log tree commit diff
path: root/src/libstd/rt/logging.rs
AgeCommit message (Expand)AuthorLines
2014-02-28std: Remove lots of allocations from log settingsAlex Crichton-100/+94
2014-01-07Fixup the rest of the tests in the compilerAlex Crichton-1/+0
2014-01-07std: Fill in all missing importsAlex Crichton-1/+4
2014-01-06Support arbitrary stdout/stderr/logger handlesAlex Crichton-26/+0
2013-12-31std: print RUST_LOG=::help in sorted order.Huon Wilson-2/+9
2013-11-29Removed useless cmp::{min, max} reexports from the integer modulesMarvin Löbel-2/+1
2013-11-26libstd: Remove all non-`proc` uses of `do` from libstdPatrick Walton-5/+3
2013-11-26Removed unneccessary `_iter` suffixes from various APIsMarvin Löbel-2/+2
2013-11-11Move std::rt::io to std::ioAlex Crichton-3/+3
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-1/+0
2013-11-10Clean up the remaining chunks of uvAlex Crichton-7/+5
2013-10-25Cache and buffer stdout per-task for printingAlex Crichton-2/+4
2013-10-24Move as much I/O as possible off of native::ioAlex Crichton-5/+15
2013-10-10Migrate users of io::fd_t to io::native::file::fd_tAlex Crichton-32/+17
2013-10-09auto merge of #9664 : alexcrichton/rust/logging, r=huonwbors-19/+2
2013-10-06get_crate_map returns an OptionFlorian Hahn-8/+18
2013-10-05Use &'self str instead of raw char pointer in ModEntryFlorian Hahn-67/+45
2013-10-05Use slice representation for module entries in CrateMapFlorian Hahn-7/+5
2013-10-05Use slice representation for child crate mapsFlorian Hahn-10/+9
2013-10-03Document logging and remove old functionsAlex Crichton-19/+2
2013-10-01Migrate users of 'loop' to 'continue'Alex Crichton-2/+2
2013-09-30std: Remove usage of fmt!Alex Crichton-8/+10
2013-09-29Put a newline after each logging messageAlex Crichton-1/+1
2013-09-26std and rustc: Convert users of c_str to use .with_c_strErick Tryzelaar-6/+6
2013-09-25Refactor the logging system for fewer allocationsAlex Crichton-31/+22
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