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
/
sys
/
windows
/
process2.rs
Age
Commit message (
Expand
)
Author
Lines
2015-05-07
std: Rename sys::foo2 modules to sys::foo
Alex Crichton
-429
/
+0
2015-04-29
std: Fix inheriting standard handles on windows
Alex Crichton
-173
/
+105
2015-04-25
std: Fix process spawn for arguments ending in backslashes on Windows
Brad King
-18
/
+21
2015-04-21
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-2
/
+2
2015-04-16
Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton
bors
-1
/
+1
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-14
std: Remove final usage of fds from Windows
Alex Crichton
-1
/
+1
2015-04-10
std: Unconditionally close all file descriptors
Alex Crichton
-14
/
+33
2015-04-01
Test fixes and rebase conflicts
Alex Crichton
-4
/
+3
2015-03-28
Remove IteratorExt
Steven Fackler
-1
/
+1
2015-03-18
Register new snapshots
Alex Crichton
-2
/
+0
2015-03-16
preemptively fix windows compilation errors
Jorge Aparicio
-0
/
+1
2015-03-15
std: Stabilize portions of `std::os::$platform`
Alex Crichton
-1
/
+1
2015-02-27
remove leftover annotations
Jorge Aparicio
-1
/
+1
2015-02-24
std: Move std::env to the new I/O APIs
Alex Crichton
-6
/
+4
2015-02-13
Add std::process
Aaron Turon
-0
/
+479