about summary refs log tree commit diff
path: root/src/libstd/logging.rs
AgeCommit message (Collapse)AuthorLines
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-46/+6
2013-08-04std: Fix newsched logging truncationBrian Anderson-10/+0
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-03fixed the buffer to make it a more reasonable sizetoddaaro-1/+1
2013-08-03modified logging function to truncate output and adjusted error output ↵toddaaro-0/+10
formatting tests to be compatible with both the new and old runtimes
2013-08-02librustc: Disallow "unsafe" for external functionsPatrick Walton-5/+5
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-6/+6
Place `pub` or `priv` on individual items instead.
2013-06-21std: Make console log off/on controls work with newschedBrian Anderson-4/+20
2013-05-30Require documentation by default for libstdAlex Crichton-0/+1
Adds documentation for various things that I understand. Adds #[allow(missing_doc)] for lots of things that I don't understand.
2013-05-28Silence various warnings throughout test modulesAlex Crichton-3/+3
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+97
This only changes the directory names; it does not change the "real" metadata names.