rust/src/rt
Alex Crichton 68d5510292 Implement more native file I/O
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 two bits of remaining functionality which I was unable to get
working:

* change_file_times on windows
* lstat on windows

I think that change_file_times may just need a better interface, but lstat has a
large implementation in libuv which I didn't want to tackle trying to copy.
2013-11-19 09:59:21 -08:00
..
arch rt: Namespace all C functions under rust_ 2013-11-18 16:17:43 -08:00
msvc Add some C99 and C++ compatibility headers for MSVC 2011-03-21 10:24:00 -07:00
sundown Expand tidy to prevent binaries from being checked 2013-09-30 10:15:47 -07:00
vg rt: Make valgrind Win64-compatible 2013-08-26 22:15:45 +09:00
miniz.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_android_dummy.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_android_dummy.h auto merge of #6234 : yichoi/rust/glob-dummy-pull, r=thestinger 2013-05-04 22:09:36 -07:00
rust_builtin.c Implement more native file I/O 2013-11-19 09:59:21 -08:00
rust_cxx_glue.cpp Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_globals.h Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_test_helpers.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_upcall.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rust_uv.c Move runtime files to C instead of C++ 2013-11-18 21:45:58 -08:00
rustrt.def.in Implement more native file I/O 2013-11-19 09:59:21 -08:00