| Age | Commit message (Expand) | Author | Lines |
| 2014-03-15 | log: Introduce liblog, the old std::logging | Alex Crichton | -314/+0 |
| 2014-02-28 | std: Remove lots of allocations from log settings | Alex Crichton | -100/+94 |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -1/+0 |
| 2014-01-07 | std: Fill in all missing imports | Alex Crichton | -1/+4 |
| 2014-01-06 | Support arbitrary stdout/stderr/logger handles | Alex Crichton | -26/+0 |
| 2013-12-31 | std: print RUST_LOG=::help in sorted order. | Huon Wilson | -2/+9 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -2/+1 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -5/+3 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -2/+2 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -3/+3 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 |
| 2013-11-10 | Clean up the remaining chunks of uv | Alex Crichton | -7/+5 |
| 2013-10-25 | Cache and buffer stdout per-task for printing | Alex Crichton | -2/+4 |
| 2013-10-24 | Move as much I/O as possible off of native::io | Alex Crichton | -5/+15 |
| 2013-10-10 | Migrate users of io::fd_t to io::native::file::fd_t | Alex Crichton | -32/+17 |
| 2013-10-09 | auto merge of #9664 : alexcrichton/rust/logging, r=huonw | bors | -19/+2 |
| 2013-10-06 | get_crate_map returns an Option | Florian Hahn | -8/+18 |
| 2013-10-05 | Use &'self str instead of raw char pointer in ModEntry | Florian Hahn | -67/+45 |
| 2013-10-05 | Use slice representation for module entries in CrateMap | Florian Hahn | -7/+5 |
| 2013-10-05 | Use slice representation for child crate maps | Florian Hahn | -10/+9 |
| 2013-10-03 | Document logging and remove old functions | Alex Crichton | -19/+2 |
| 2013-10-01 | Migrate users of 'loop' to 'continue' | Alex Crichton | -2/+2 |
| 2013-09-30 | std: Remove usage of fmt! | Alex Crichton | -8/+10 |
| 2013-09-29 | Put a newline after each logging message | Alex Crichton | -1/+1 |
| 2013-09-26 | std and rustc: Convert users of c_str to use .with_c_str | Erick Tryzelaar | -6/+6 |
| 2013-09-25 | Refactor the logging system for fewer allocations | Alex Crichton | -31/+22 |
| 2013-09-23 | Register new snapshots | Alex Crichton | -17/+1 |
| 2013-09-18 | librustc/libstd: No longer pass crate_map to start. | Luqman Aden | -0/+18 |
| 2013-09-16 | Add an SendStr type | Marvin Löbel | -10/+5 |
| 2013-09-15 | Remove {uint,int,u64,i64,...}::from_str,from_str_radix | blake2-ppc | -1/+2 |
| 2013-09-14 | std::logging: Use a more specific enum than Either | blake2-ppc | -11/+13 |
| 2013-09-13 | Convert rust_crate_map.cpp to Rust | Florian Hahn | -54/+10 |
| 2013-09-07 | Handle global log levels (fixes #6033) | novalis | -36/+100 |
| 2013-09-06 | Fix #6031. Allow symbolic log levels, not just numbers. | novalis | -18/+53 |
| 2013-09-04 | Convert rust_log.cpp to Rust, closes #8703 | Florian Hahn | -15/+248 |
| 2013-08-19 | Rangechange the log message truncation limit. | Michael Sullivan | -1/+1 |
| 2013-08-19 | Add externfn macro and correctly label fixed_stack_segments | Niko Matsakis | -0/+6 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -1/+1 |
| 2013-08-06 | Merge commit 'd89ff7eef969aee6b493bc846b64d68358fafbcd' into remove-str-trail... | Erick Tryzelaar | -4/+17 |
| 2013-08-04 | std: Fix newsched logging truncation | Brian Anderson | -4/+17 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -2/+2 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -5/+3 |
| 2013-06-21 | std: Make console log off/on controls work with newsched | Brian Anderson | -4/+16 |
| 2013-05-22 | libstd: Fix merge fallout. | Patrick Walton | -0/+68 |