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
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
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-2
/
+2
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-4
/
+4
2013-10-10
Remove usage of io::FILE_writer
Alex Crichton
-12
/
+13
2013-10-10
Move std::run off of std::io
Alex Crichton
-769
/
+65
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-26
/
+26
2013-09-18
auto merge of #9280 : alexcrichton/rust/less-c++, r=brson
bors
-4
/
+17
2013-09-18
Remove rust_run_program.cpp
Alex Crichton
-4
/
+17
2013-09-18
Register new snapshots
Alex Crichton
-2
/
+0
2013-09-16
switch Drop to `&mut self`
Daniel Micay
-6
/
+3
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-12
/
+12
2013-08-29
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...
Brian Anderson
-208
/
+891
2013-08-27
Implement process bindings to libuv
Alex Crichton
-891
/
+208
2013-08-23
Fix two small warnings
Andrew Dunham
-1
/
+1
2013-08-19
Try to fix mac valgrind bot by disabling thread-heavy activities.
Graydon Hoare
-9
/
+1
2013-08-19
Add externfn macro and correctly label fixed_stack_segments
Niko Matsakis
-1
/
+18
2013-08-18
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
bors
-3
/
+3
2013-08-16
auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt
bors
-2
/
+2
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-3
/
+3
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-2
/
+2
2013-08-14
std: Change ProcessOptions struct to have an option of a ~ vector
Tim Chevalier
-10
/
+10
2013-08-09
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-4
/
+4
2013-08-09
std: more windows fixes to os.rs and run.rs
Erick Tryzelaar
-1
/
+4
2013-08-09
auto merge of #8369 : yichoi/rust/arm-test, r=sanxiyn
bors
-4
/
+4
2013-08-08
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-7
/
+5
2013-08-07
Forbid `priv` where it has no effect
Alex Crichton
-3
/
+3
2013-08-07
Implement DoubleEndedIterator on Range
Kevin Ballard
-4
/
+2
2013-08-07
std: run test fix for ARM android
Young-il Choi
-4
/
+4
[next]