about summary refs log tree commit diff
path: root/src/libstd/rt/io/comm_adapters.rs
AgeCommit message (Collapse)AuthorLines
2013-11-11Move std::rt::io to std::ioAlex Crichton-57/+0
2013-10-30Make Writer::flush a no-op default methodAlex Crichton-2/+0
Closes #9126
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-11/+11
Who doesn't like a massive renaming?
2013-09-30std: Remove usage of fmt!Alex Crichton-11/+11
2013-08-12Forbid pub/priv where it has no effectAlex Crichton-2/+2
Closes #5495
2013-08-09Remove the C++ runtime. SayonaraBrian Anderson-1/+2
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+58
This only changes the directory names; it does not change the "real" metadata names.