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
/
libnative
/
io
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2014-05-08
Handle fallout in libnative
Kevin Ballard
-2
/
+2
2014-04-19
std: Add an experimental connect_timeout function
Alex Crichton
-11
/
+2
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-8
/
+8
2014-04-18
Update the rest of the compiler with ~[T] changes
Alex Crichton
-10
/
+6
2014-04-11
Fix tests. Add Vec<u8> conversion to StrBuf.
Huon Wilson
-1
/
+1
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-4
/
+5
2014-04-08
auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichton
bors
-2
/
+2
2014-04-08
Register new snapshots
Alex Crichton
-2
/
+2
2014-04-07
native: Try hard to not malloc on a forked child
Alex Crichton
-1
/
+31
2014-04-07
Fix some windows rpass tests
Alex Crichton
-26
/
+55
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-14
/
+14
2014-04-01
auto merge of #13115 : huonw/rust/rand-errors, r=alexcrichton
bors
-1
/
+1
2014-04-01
std: migrate the errno -> IoError converter from libnative.
Huon Wilson
-1
/
+1
2014-03-31
native: Switch field privacy as necessary
Alex Crichton
-3
/
+3
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-2
/
+4
2014-03-28
native: Use WNOHANG before signaling
Alex Crichton
-23
/
+58
2014-03-22
native: Fix a possible deadlock in spawn
Alex Crichton
-107
/
+105
2014-03-20
rename std::vec -> std::slice
Daniel Micay
-4
/
+4
2014-02-28
std: Avoid using "{:?}" in format strings
Alex Crichton
-2
/
+2
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-36
/
+62
2014-02-16
Allow configuration of uid/gid/detach on processes
Alex Crichton
-21
/
+74
2014-02-17
Remove CloneableTuple and ImmutableTuple traits
Brendan Zabarauskas
-2
/
+2
2014-02-03
Fixing remaining warnings and errors throughout
Alex Crichton
-13
/
+12
2014-02-03
native: Require all results are used and fix fallout
Alex Crichton
-10
/
+10
2014-01-29
Flag Result as #[must_use] and deal with fallout.
Alex Crichton
-1
/
+1
2014-01-23
Update flip() to be rev().
Sean Chalmers
-1
/
+1
2014-01-23
Rename Invert to Flip - Issue 10632
Sean Chalmers
-1
/
+1
2014-01-05
Handle EINTR throughout libnative
Alex Crichton
-8
/
+9
2013-12-27
Implement native TCP I/O
Alex Crichton
-2
/
+2
2013-12-27
Bring native process bindings up to date
Alex Crichton
-64
/
+114
2013-12-25
Test fixes and rebase conflicts
Alex Crichton
-1
/
+2
2013-12-24
native: Introduce libnative
Alex Crichton
-0
/
+652
[prev]