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
/
run.rs
Age
Commit message (
Expand
)
Author
Lines
2014-02-16
Allow configuration of uid/gid/detach on processes
Alex Crichton
-7
/
+27
2014-02-11
Rewrite channels yet again for upgradeability
Alex Crichton
-2
/
+2
2014-02-07
Cleaned up imports per coding standards.
chromatic
-2
/
+2
2014-02-07
Removed prelude::* from libstd files.
chromatic
-1
/
+7
2014-02-03
std: Fix tests with io_error usage
Alex Crichton
-48
/
+33
2014-02-03
std: Remove io::io_error
Alex Crichton
-26
/
+19
2014-01-30
auto merge of #11784 : eminence/rust/fix_run_tests, r=alexcrichton
bors
-1
/
+1
2014-01-29
Removing do keyword from libstd and librustc
Scott Lawrence
-6
/
+6
2014-01-24
Use an absolute path in test_process_output_fail_to_start
Andrew Chin
-1
/
+1
2014-01-22
Replace C types with Rust types in libstd, closes #7313
Florian Hahn
-4
/
+4
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-9
/
+9
2014-01-07
stdtest: Fix all leaked trait imports
Alex Crichton
-3
/
+2
2013-12-29
auto merge of #11134 : lucab/rust/lucab/libstd-doc, r=cmr
bors
-1
/
+1
2013-12-27
Bring native process bindings up to date
Alex Crichton
-1
/
+1
2013-12-27
std: uniform modules titles for doc
Luca Bruno
-1
/
+1
2013-12-24
std: Get stdtest all passing again
Alex Crichton
-2
/
+2
2013-12-24
green: Rip the bandaid off, introduce libgreen
Alex Crichton
-4
/
+4
2013-12-20
std: silence warnings when compiling test.
Huon Wilson
-1
/
+1
2013-12-18
Upgrade libuv to fix a leak on OSX
Alex Crichton
-2
/
+1
2013-12-17
auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton
bors
-2
/
+7
2013-12-17
Handle ENOENT
Cadence Marseille
-2
/
+7
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-3
/
+2
2013-12-14
Fix #10754 - `std::run` functions fail after io_error
Cadence Marseille
-27
/
+52
2013-12-11
Make 'self lifetime illegal.
Erik Price
-3
/
+3
2013-12-10
librustpkg: Make `io::ignore_io_error()` use RAII; remove a few more
Patrick Walton
-15
/
+14
2013-12-08
Remove dead codes
Kiet Tran
-1
/
+4
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-2
/
+2
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-8
/
+8
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-2
/
+2
2013-11-26
libstd: Remove all non-`proc` uses of `do` from libstd
Patrick Walton
-4
/
+4
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-9
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-6
/
+6
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-13
/
+17
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+0
2013-11-11
auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson
bors
-99
/
+7
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-2
/
+2
2013-11-10
temporarily disable tests on android and tagging issue number #10380
Young-il Choi
-99
/
+7
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-4
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-4
/
+4
2013-10-29
librustc: Implement the `proc` type as sugar for `~once fn` and `proc`
Patrick Walton
-2
/
+2
2013-10-28
Remove the extension traits for Readers/Writers
Alex Crichton
-1
/
+1
2013-10-28
Allow fail messages to be caught, and introduce the Any trait
Marvin Löbel
-1
/
+1
2013-10-24
Another round of test fixes and merge conflicts
Alex Crichton
-8
/
+19
2013-10-24
Fixing some tests, adding some pipes
Alex Crichton
-3
/
+6
2013-10-24
Migrate std::run to libuv processes
Alex Crichton
-12
/
+34
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-14
/
+3
2013-10-23
Merge remote-tracking branch 'upstream/master'
Ziad Hatahet
-2
/
+0
2013-10-22
Remove thread-blocking call to `libc::stat` in `Path::stat`
Ziad Hatahet
-4
/
+4
2013-10-23
Removed Unnecessary comments and white spaces #4386
reedlepee
-3
/
+0
2013-10-23
Making fields in std and extra : private #4386
reedlepee
-2
/
+3
[next]