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
2015-03-27
Test fixes and rebase conflicts, round 2
Alex Crichton
-6
/
+4
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-2
/
+3
2015-03-12
Stabilize std::path
Aaron Turon
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-11
/
+18
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-2
/
+2
2015-01-26
Fallout of io => old_io
Alex Crichton
-1
/
+1
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
[next]