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
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-5
/
+11
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-5
/
+5
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-1
/
+1
2015-03-13
Auto merge of #23229 - aturon:stab-path, r=alexcrichton
bors
-1
/
+1
2015-03-12
Stabilize std::path
Aaron Turon
-1
/
+1
2015-03-12
std: Remove #[allow] directives in sys modules
Alex Crichton
-3
/
+0
2015-03-05
std: Deprecate the old_io::process module
Alex Crichton
-0
/
+2
2015-03-04
std: Deprecate std::old_io::fs
Alex Crichton
-1
/
+1
2015-02-20
Register new snapshots
Alex Crichton
-194
/
+0
2015-02-19
Round 5 test fixes and rebase conflicts
Alex Crichton
-0
/
+29
2015-02-18
Round 4 test fixes and rebase conflicts
Alex Crichton
-1
/
+165
2015-02-18
Remove `i`, `is`, `u`, or `us` suffixes that are not necessary.
Niko Matsakis
-1
/
+1
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-5
/
+4
2015-02-04
remove all kind annotations from closures
Jorge Aparicio
-1
/
+1
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-4
/
+4
2015-02-02
`for x in xs.into_iter()` -> `for x in xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-3
/
+3
2015-02-01
std: Add a new `env` module
Alex Crichton
-12
/
+12
2015-01-29
convert remaining `range(a, b)` to `a..b`
Jorge Aparicio
-1
/
+1
2015-01-26
std: Rename Writer::write to Writer::write_all
Alex Crichton
-7
/
+7
2015-01-07
std: Stabilize the std::hash module
Alex Crichton
-3
/
+6
2015-01-07
std: prevent `CreateProcess()` race on Windows
klutzy
-0
/
+7
2015-01-05
More test fixes!
Alex Crichton
-8
/
+6
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-16
/
+15
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
Properly deal with Ordering in the guide
Steve Klabnik
-0
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-3
/
+4
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-1
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-1
/
+0
2014-12-13
Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`
Jorge Aparicio
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-4
/
+5
2014-12-11
Register new snapshots
Alex Crichton
-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
-2
/
+2
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-17
/
+13
2014-11-26
auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton
bors
-1
/
+1
2014-11-25
/** -> ///
Steve Klabnik
-17
/
+13
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-21
sys: reveal std::io representation to sys module
Aaron Turon
-3
/
+3
2014-11-18
Windows and OS X fallout
Nick Cameron
-5
/
+5
2014-11-08
Runtime removal: refactor process
Aaron Turon
-0
/
+511
[prev]