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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustuv
/
file.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-06
rustuv: Deal with the rtio changes
Alex Crichton
-62
/
+46
2014-06-06
rtio: Remove usage of `Path`
Alex Crichton
-6
/
+8
2014-05-28
Issue #13933: Remove transmute_mut from IO
Ariel Ben-Yehuda
-5
/
+3
2014-05-15
Make `from_bits` in `bitflags!` safe; add `from_bits_truncate`
Aaron Turon
-3
/
+1
2014-05-12
Add `stat` method to `std::io::fs::File` to stat without a Path.
Yuri Kunde Schlesner
-3
/
+15
2014-05-11
core: Remove the cast module
Alex Crichton
-7
/
+6
2014-05-06
auto merge of #13897 : aturon/rust/issue-6085, r=bjz
bors
-1
/
+3
2014-05-05
Change std::io::FilePermission to a typesafe representation
Aaron Turon
-1
/
+3
2014-05-05
std: deprecate cast::transmute_mut.
Huon Wilson
-1
/
+2
2014-04-24
Update libuv
Alex Crichton
-11
/
+11
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-3
/
+2
2014-04-10
std,native,green,rustuv: make readdir return `Vec`.
Huon Wilson
-2
/
+2
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-6
/
+6
2014-03-31
rustuv: Switch field privacy as necessary
Alex Crichton
-5
/
+5
2014-03-25
rustuv: Handle short writes in uv_fs_write
Alex Crichton
-8
/
+29
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-2
/
+2
2014-02-12
Expose whether event loops have active I/O
Alex Crichton
-1
/
+2
2014-02-03
rustuv: Require all results are used and fix fallout
Alex Crichton
-4
/
+5
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-1
/
+1
2014-01-21
[std::str] Rename from_utf8_opt() to from_utf8(), drop the old from_utf8() be...
Simon Sapin
-1
/
+1
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2013-12-24
rustuv: Get all tests passing again after refactor
Alex Crichton
-4
/
+8
2013-12-24
rustuv: Reimplement without using std::rt::sched
Alex Crichton
-16
/
+15
2013-12-15
std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut [].
Huon Wilson
-3
/
+2
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-3
/
+3
2013-12-04
std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter.
Huon Wilson
-1
/
+1
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-2
/
+2
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-3
/
+3
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-12
/
+12
2013-11-26
libsyntax: Remove the old-style borrowed closure type syntax from the
Patrick Walton
-4
/
+3
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-19
/
+16
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-3
/
+3
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+0
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-19
/
+22
2013-11-10
Make the uv bindings resilient to linked failure
Alex Crichton
-94
/
+82
2013-11-10
Assorted test fixes and merge conflicts
Alex Crichton
-46
/
+32
2013-11-10
Update all uv tests to pass again
Alex Crichton
-264
/
+103
2013-11-10
Add bindings to uv's utime function
Alex Crichton
-0
/
+10
2013-11-10
Don't overflow in a converting stat times to u64
Alex Crichton
-1
/
+3
2013-11-10
Clean up the remaining chunks of uv
Alex Crichton
-21
/
+21
2013-11-10
Migrate uv file bindings away from ~fn()
Alex Crichton
-328
/
+359
2013-11-10
Fixing rebase conflicts and such
Alex Crichton
-66
/
+15
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-30
/
+81
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-0
/
+1
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-100
/
+133
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-4
/
+16
2013-11-03
Modify IoFactory's fs_mkdir, and add fs_rename
Alex Crichton
-0
/
+15
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-0
/
+647