index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
rt
/
uv
/
file.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-22
make check appeasement
Jeff Olson
-1
/
+2
2013-08-22
std: all of the calls in rt::uv::file take a &Loop
Jeff Olson
-37
/
+37
2013-08-22
std: moved static file actions (open,unlink) to FsRequest
Jeff Olson
-61
/
+61
2013-08-22
std: reform fn sigs of FileDescriptor methods (better result signalling)
Jeff Olson
-42
/
+46
2013-08-22
std: rename tmp file paths to go into ./tmp folder in builddir
Jeff Olson
-2
/
+2
2013-08-22
change FileDescriptor instance methods to use &mut self
Jeff Olson
-11
/
+11
2013-08-22
std: writing to stdout only works when using -1 offset..
Jeff Olson
-1
/
+1
2013-08-22
std: rt::io::file::FileStream fleshed out.. needs more work.. see extended
Jeff Olson
-17
/
+23
2013-08-22
std: remove fcntl const bindings + making valgrind clean w/ no owned vecs
Jeff Olson
-124
/
+68
2013-08-22
std: support async/threadpool & sync paths in uv_fs_* calls + add sync test
Jeff Olson
-35
/
+169
2013-08-22
std: add read and unlink to low-level FileDescriptor + end-to-end CRUD test
Jeff Olson
-53
/
+106
2013-08-22
std: working tests for low-level libuv open, write and close operations
Jeff Olson
-12
/
+107
2013-08-22
std: bootstrapping libuv-based fileio in newrt... open & close
Jeff Olson
-9
/
+160
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+48