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-26
std: Rename io to old_io
Alex Crichton
-1231
/
+0
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-11
/
+4
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-11
/
+4
2015-01-20
Register snapshot for 9006c3c
Flavio Percoco
-3
/
+0
2015-01-14
use UFCS in `#[deriving(Hash)]`
Jorge Aparicio
-0
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-3
/
+3
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-7
/
+0
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-4
/
+4
2015-01-07
Register new snapshots
Alex Crichton
-7
/
+0
2015-01-06
rollup merge of #20615: aturon/stab-2-thread
Alex Crichton
-1
/
+1
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-0
/
+15
2015-01-07
fallout
Nick Cameron
-4
/
+4
2015-01-06
Fallout from stabilization
Aaron Turon
-1
/
+1
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-0
/
+15
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-35
/
+46
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
[next]