about summary refs log tree commit diff
path: root/src/libstd/old_io/process.rs
AgeCommit message (Expand)AuthorLines
2015-04-14std: Remove old_io/old_path/rand modulesAlex Crichton-1239/+0
2015-04-07std: Deny most warnings in doctestsAlex Crichton-1/+1
2015-04-01Update android tests to reflect API switch from `os::env` to `env::vars`.Felix S. Klock II-1/+1
2015-03-31rollup merge of #23873: alexcrichton/remove-deprecatedAlex Crichton-21/+15
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-1/+1
2015-03-31std: Clean out #[deprecated] APIsAlex Crichton-21/+15
2015-03-31replace deprecated as_slice()Emeliov Dmitrii-2/+2
2015-03-27rollup merge of #23741: alexcrichton/remove-int-uintAlex Crichton-18/+18
2015-03-26syntax: Remove support for #[should_fail]Alex Crichton-1/+1
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-18/+18
2015-03-23Add #![feature] attributes to doctestsBrian Anderson-0/+5
2015-03-20std: Remove old_io/old_path from the preludeAlex Crichton-6/+9
2015-03-18Remove the newly introduced trait impls for fixed-size arrays and use &b"..."...Vadim Petrochenkov-2/+2
2015-03-16remove importsJorge Aparicio-1/+1
2015-03-16impl strJorge Aparicio-1/+1
2015-03-11Example -> ExamplesSteve Klabnik-4/+4
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-2/+4
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+3
2015-02-20Register new snapshotsAlex Crichton-13/+1
2015-02-19Round 5 test fixes and rebase conflictsAlex Crichton-1/+13
2015-02-18std: Implement CString-related RFCsAlex Crichton-13/+13
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-5/+5
2015-02-17Fallout from stabilizationAaron Turon-5/+5
2015-02-16change the signal used to test signal_reported_rightSébastien Marie-3/+3
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-16/+16
2015-02-04remove all kind annotations from closuresJorge Aparicio-1/+1
2015-02-03Rename std::path to std::old_pathAaron Turon-1/+1
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-3/+3
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-3/+3
2015-02-01std: Add a new `env` moduleAlex Crichton-0/+1
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-2/+3
2015-01-30Remove all `i` suffixesTobias Bucher-1/+1
2015-01-29s/Show/Debug/gJorge Aparicio-3/+3
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-1/+1
2015-01-27Merge remote-tracking branch 'rust-lang/master'Brian Anderson-0/+1230
2015-01-27accommodate new scoping rules in libstd unit tests.Felix S. Klock II-1/+1
2015-01-26std: Rename io to old_ioAlex Crichton-0/+1231