rust/src/libstd/io
bors eef913b290 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.
2013-11-19 10:56:42 -08:00
..
native auto merge of #10495 : alexcrichton/rust/more-native-io, r=brson 2013-11-19 10:56:42 -08:00
net libstd: Change all ~fn()s to procs in the standard library. 2013-11-18 18:27:30 -08:00
buffered.rs Implement more native file I/O 2013-11-19 09:59:21 -08:00
comm_adapters.rs
extensions.rs
flate.rs
fs.rs Implement more native file I/O 2013-11-19 09:59:21 -08:00
mem.rs auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr 2013-11-17 01:21:36 -08:00
mod.rs auto merge of #10466 : alexcrichton/rust/issue-10334, r=cmr 2013-11-17 01:21:36 -08:00
option.rs
pipe.rs
process.rs test: Fix signal-exit-status on windows 2013-11-14 14:43:08 +09:00
signal.rs
stdio.rs Implement more native file I/O 2013-11-19 09:59:21 -08:00
timer.rs