about summary refs log tree commit diff
path: root/src/libstd/task/mod.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2013-11-19 10:56:42 -0800
committerbors <bors@rust-lang.org>2013-11-19 10:56:42 -0800
commiteef913b290f668b4f131ead5be65a1615616426b (patch)
tree9be070be09e2754b700922454567f6e334d24882 /src/libstd/task/mod.rs
parentd57765d8a9d5c1136b914d0d3a073d44882f4ba9 (diff)
parent68d5510292ed2f9714568285759ca9ef54d9b48c (diff)
downloadrust-eef913b290f668b4f131ead5be65a1615616426b.tar.gz
rust-eef913b290f668b4f131ead5be65a1615616426b.zip
auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson
This implements a fair amount of the unimpl() functionality in io::native
relating to filesystem operations. I've also modified all io::fs tests to run in
both a native and uv environment (so everything is actually tested).

There are a few bits of remaining functionality which I was unable to get
working:

* truncate on windows
* change_file_times on windows
* lstat on windows

I think that change_file_times may just need a better interface, but the other
two have large implementations in libuv which I didn't want to tackle trying to
copy. I found a `chsize` function to work for truncate on windows, but it
doesn't quite seem to be working out.
Diffstat (limited to 'src/libstd/task/mod.rs')
0 files changed, 0 insertions, 0 deletions