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
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-7
/
+7
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-1
/
+13
2014-02-16
Allow configuration of uid/gid/detach on processes
Alex Crichton
-3
/
+13
2014-02-12
Expose whether event loops have active I/O
Alex Crichton
-1
/
+1
2013-12-24
rustuv: Reimplement without using std::rt::sched
Alex Crichton
-32
/
+26
2013-12-19
std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.
Huon Wilson
-3
/
+3
2013-12-15
Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}.
Huon Wilson
-1
/
+1
2013-11-28
Register new snapshots
Alex Crichton
-1
/
+1
2013-11-26
librustuv: Remove all non-`proc` uses of `do` from `libextra` and
Patrick Walton
-4
/
+4
2013-11-26
libsyntax: Remove the old-style borrowed closure type syntax from the
Patrick Walton
-2
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-2
/
+2
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-8
/
+6
2013-11-10
Fix usage of libuv for windows
Alex Crichton
-1
/
+1
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-14
/
+9
2013-11-10
Update to the latest libuv
Alex Crichton
-2
/
+2
2013-11-10
Make the uv bindings resilient to linked failure
Alex Crichton
-6
/
+3
2013-11-10
Assorted test fixes and merge conflicts
Alex Crichton
-6
/
+6
2013-11-10
Clean up the remaining chunks of uv
Alex Crichton
-2
/
+2
2013-11-10
Migrate uv net bindings away from ~fn()
Alex Crichton
-4
/
+7
2013-11-10
Start migrating stream I/O away from ~fn()
Alex Crichton
-7
/
+7
2013-11-10
Fixing rebase conflicts and such
Alex Crichton
-24
/
+21
2013-11-10
Migrate uv signal handling away from ~fn()
Alex Crichton
-1
/
+0
2013-11-10
Migrate uv process bindings away from ~fn()
Alex Crichton
-61
/
+105
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-2
/
+2
2013-10-29
Move rust's uv implementation to its own crate
Alex Crichton
-0
/
+202