summary refs log tree commit diff
path: root/src/libstd/rt/io/comm_adapters.rs
AgeCommit message (Collapse)AuthorLines
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.