summary refs log tree commit diff
path: root/src/libstd/rt/io/support.rs
AgeCommit message (Collapse)AuthorLines
2013-09-16std::rt::io::support: Fix ignored test on Win32klutzy-2/+1
Assumes drive C: exists. Closes #8812.
2013-08-28Turned off libstd unit tests that currently fail on Windows.Vadim Chugunov-0/+1
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+42
This only changes the directory names; it does not change the "real" metadata names.