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
/
io
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-6
/
+6
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-12
/
+14
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-21
/
+20
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-0
/
+1
2014-12-29
std: Second pass stabilization for `comm`
Alex Crichton
-12
/
+14
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-19
/
+20
2014-12-29
Fallout from globs/re-export/shadowing change
Nick Cameron
-2
/
+4
2014-12-27
Fix fallout
Nick Cameron
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-2
/
+2
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-6
/
+2
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-4
/
+7
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-3
/
+3
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+4
2014-12-07
Fix syntax error on android tests
Jorge Aparicio
-2
/
+2
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-5
/
+5
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-12
/
+9
2014-11-20
Fallout from libgreen and libnative removal
Aaron Turon
-2
/
+0
2014-11-19
Make os::getcwd() return IoResult<Path>
Barosl Lee
-2
/
+2
2014-11-17
Switch to purely namespaced enums
Steven Fackler
-0
/
+3
2014-11-16
Fix warnings
Jakub Bukaj
-1
/
+1
2014-11-08
Runtime removal: refactor process
Aaron Turon
-78
/
+150
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-1
/
+1
2014-11-03
std: Fix fallout of changing `#[deriving(Clone)]`
Jorge Aparicio
-1
/
+0
2014-11-01
Remove unnecessary allocations
Jorge Aparicio
-1
/
+1
2014-10-30
rollup merge of #18398 : aturon/lint-conventions-2
Alex Crichton
-1
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-9
/
+9
2014-10-28
Update code with new lint names
Aaron Turon
-1
/
+1
2014-10-13
Clean up rustc warnings.
NODA, Kai
-4
/
+4
2014-10-09
std: Convert statics to constants
Alex Crichton
-4
/
+4
2014-10-03
rollup merge of #17739 : eddyb/fix-process-test
Alex Crichton
-26
/
+0
2014-10-03
Fix a race condition between remove_from_env and other io::process tests.
Eduard Burtescu
-26
/
+0
2014-10-03
Set the `non_uppercase_statics` lint to warn by default
P1start
-0
/
+1
2014-10-02
std: Help diagnose a flaky test
Alex Crichton
-1
/
+3
2014-10-01
Remove iotest macro
Aaron Turon
-66
/
+107
2014-10-01
auto merge of #17667 : wizeman/rust/fix-override-env, r=alexcrichton
bors
-1
/
+16
2014-10-01
libstd: Pass-through PATH in test_override_env
Ricardo M. Correia
-1
/
+16
2014-09-30
Fix libstd
Steven Fackler
-7
/
+7
2014-09-17
Pacify lint gods.
Vadim Chugunov
-2
/
+3
2014-09-17
Case-insensitive environment keys.
Vadim Chugunov
-7
/
+75
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-2
/
+2
2014-08-16
librustc: Forbid external crates, imports, and/or items from being
Patrick Walton
-1
/
+0
2014-08-13
std: Clarify what timers do with zero and negative durations
Brian Anderson
-1
/
+1
2014-08-13
std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.
Brian Anderson
-1
/
+1
2014-08-12
libnative: process spawning should not close inherited file descriptors
Ivan Petkov
-1
/
+24
2014-07-15
Fix errors
Adolfo Ochagavía
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_lossy`
Adolfo Ochagavía
-6
/
+5
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-9
/
+4
2014-07-13
Stabilization for `owned` (now `boxed`) and `cell`
Aaron Turon
-1
/
+1
[next]