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
/
old_io
/
process.rs
Age
Commit message (
Expand
)
Author
Lines
2015-04-14
std: Remove old_io/old_path/rand modules
Alex Crichton
-1239
/
+0
2015-04-07
std: Deny most warnings in doctests
Alex Crichton
-1
/
+1
2015-04-01
Update android tests to reflect API switch from `os::env` to `env::vars`.
Felix S. Klock II
-1
/
+1
2015-03-31
rollup merge of #23873: alexcrichton/remove-deprecated
Alex Crichton
-21
/
+15
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-1
/
+1
2015-03-31
std: Clean out #[deprecated] APIs
Alex Crichton
-21
/
+15
2015-03-31
replace deprecated as_slice()
Emeliov Dmitrii
-2
/
+2
2015-03-27
rollup merge of #23741: alexcrichton/remove-int-uint
Alex Crichton
-18
/
+18
2015-03-26
syntax: Remove support for #[should_fail]
Alex Crichton
-1
/
+1
2015-03-26
Mass rename uint/int to usize/isize
Alex Crichton
-18
/
+18
2015-03-23
Add #![feature] attributes to doctests
Brian Anderson
-0
/
+5
2015-03-20
std: Remove old_io/old_path from the prelude
Alex Crichton
-6
/
+9
2015-03-18
Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...
Vadim Petrochenkov
-2
/
+2
2015-03-16
remove imports
Jorge Aparicio
-1
/
+1
2015-03-16
impl str
Jorge Aparicio
-1
/
+1
2015-03-11
Example -> Examples
Steve Klabnik
-4
/
+4
2015-03-10
std: Stabilize more of the `char` module
Alex Crichton
-2
/
+4
2015-03-05
std: Deprecate the old_io::process module
Alex Crichton
-0
/
+3
2015-02-20
Register new snapshots
Alex Crichton
-13
/
+1
2015-02-19
Round 5 test fixes and rebase conflicts
Alex Crichton
-1
/
+13
2015-02-18
std: Implement CString-related RFCs
Alex Crichton
-13
/
+13
2015-02-17
rollup merge of #22435: aturon/final-stab-thread
Alex Crichton
-5
/
+5
2015-02-17
Fallout from stabilization
Aaron Turon
-5
/
+5
2015-02-16
change the signal used to test signal_reported_right
Sébastien Marie
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-16
/
+16
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
-3
/
+3
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
-0
/
+1
2015-01-30
rollup merge of #21631: tbu-/isize_police
Alex Crichton
-1
/
+1
2015-01-30
std: Stabilize the std::fmt module
Alex Crichton
-2
/
+3
2015-01-30
Remove all `i` suffixes
Tobias Bucher
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-3
/
+3
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
2015-01-27
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-0
/
+1230
2015-01-27
accommodate new scoping rules in libstd unit tests.
Felix S. Klock II
-1
/
+1
2015-01-26
std: Rename io to old_io
Alex Crichton
-0
/
+1231