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
/
compiletest
/
procsrv.rs
Age
Commit message (
Expand
)
Author
Lines
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-2
/
+2
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-4
/
+3
2014-07-10
io::process::Command: add fine-grained env builder
Aaron Turon
-16
/
+19
2014-06-16
Fix --disable-rpath and tests
Alex Crichton
-12
/
+12
2014-06-09
std: Move dynamic_lib from std::unstable to std
Brian Anderson
-1
/
+1
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-6
/
+6
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-9
/
+9
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-1
/
+2
2014-05-18
Fixing rustdoc stage1.
Felix S. Klock II
-42
/
+19
2014-05-16
compiletest: Remove all uses of `~str` from `compiletest`
Patrick Walton
-20
/
+23
2014-05-14
Process::new etc should support non-utf8 commands/args
Aaron Turon
-17
/
+3
2014-05-13
io: Implement process wait timeouts
Alex Crichton
-3
/
+4
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-2
/
+2
2014-04-06
De-~[] Reader and Writer
Steven Fackler
-2
/
+2
2014-04-03
compiletest: Fix bitrotted win32 routines
klutzy
-10
/
+12
2014-03-31
compiletest: Switch field privacy where necessary
Alex Crichton
-1
/
+1
2014-03-31
vec: convert `append` and `append_one` to methods
Daniel Micay
-5
/
+2
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-7
/
+10
2014-02-25
auto merge of #12530 : alexcrichton/rust/make-check-no-rpath, r=brson
bors
-2
/
+20
2014-02-23
Roll std::run into std::io::process
Alex Crichton
-12
/
+15
2014-02-21
mk: Get "make check" passing with --disable-rpath
Alex Crichton
-2
/
+20
2014-02-16
Allow configuration of uid/gid/detach on processes
Alex Crichton
-8
/
+2
2014-02-03
compiletest: Remove io_error usage
Alex Crichton
-6
/
+6
2014-01-21
[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...
Simon Sapin
-2
/
+2
2013-12-14
Fix #10754 - `std::run` functions fail after io_error
Cadence Marseille
-16
/
+26
2013-12-04
std::str: remove from_utf8.
Huon Wilson
-5
/
+4
2013-11-26
test: Remove non-procedure uses of `do` from compiletest, libstd tests,
Patrick Walton
-2
/
+2
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-1
/
+1
2013-11-12
Implemented a ProcessExit enum and helper methods to std::rt::io::process for...
Matthew Iselin
-1
/
+2
2013-11-06
Add make check support(arm-linux-androideabi debuginfo)
sh8281.kim
-0
/
+23
2013-10-29
librustc: Implement the `proc` type as sugar for `~once fn` and `proc`
Patrick Walton
-3
/
+3
2013-10-09
Implement io::native::process
Alex Crichton
-1
/
+1
2013-09-05
Rename str::from_bytes to str::from_utf8, closes #8985
Florian Hahn
-2
/
+2
2013-08-29
Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...
Brian Anderson
-2
/
+2
2013-08-27
Implement process bindings to libuv
Alex Crichton
-2
/
+2
2013-08-14
std: Change ProcessOptions struct to have an option of a ~ vector
Tim Chevalier
-1
/
+1
2013-08-03
remove obsolete `foreach` keyword
Daniel Micay
-1
/
+1
2013-08-01
migrate many `for` loops to `foreach`
Daniel Micay
-1
/
+1
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-1
/
+1
2013-07-04
Bring compiletest/rustpkg/driver up to date on std vs core
Alex Crichton
-5
/
+3
2013-06-17
Converted vec::map to member.
Vadim Chugunov
-1
/
+1
2013-06-14
add IteratorUtil to the prelude
Daniel Micay
-1
/
+0
2013-06-11
option: remove redundant old_iter impls
Daniel Micay
-1
/
+2
2013-06-11
std: replace str::{starts,ends}_with with the method.
Huon Wilson
-1
/
+1
2013-06-09
remove unused import warnings
Huon Wilson
-6
/
+0
2013-06-01
Windows fixes
Corey Richardson
-1
/
+2
2013-05-30
Remove a bunch of unnecessary allocations and copies
Björn Steinbrink
-3
/
+3
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-0
/
+6
2013-05-27
Refactor core::run in order to address many of the issues
gareth
-69
/
+16
[next]