summary refs log tree commit diff
path: root/src/test/run-pass/core-run-destroy.rs
AgeCommit message (Expand)AuthorLines
2014-10-01Remove iotest macroAaron Turon-4/+0
2014-10-01Remove all use of librustuvAaron Turon-41/+12
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-1/+1
2014-08-13Fix various fallout from timer changesBrian Anderson-1/+2
2014-08-09Fix misspelled comments for tests.Joseph Crail-1/+1
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-1/+3
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-6/+6
2014-05-13io: Implement process wait timeoutsAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-2/+2
2014-04-14Use new attribute syntax in python files in src/etc too (#13478)Manish Goregaokar-2/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-2/+3
2014-03-28native: Use WNOHANG before signalingAlex Crichton-19/+26
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+1
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-58/+67
2014-02-27Immutable static items should be `Freeze` Fixes #12432Flavio Percoco-10/+11
2014-02-23Roll std::run into std::io::processAlex Crichton-15/+17
2014-02-11Change `xfail` directives in compiletests to `ignore`, closes #11363Florian Hahn-2/+2
2014-02-03rpass: Remove io_error usageAlex Crichton-10/+9
2014-01-21[std::str] Rename from_utf8_owned_opt() to from_utf8_owned(), drop the old fr...Simon Sapin-2/+2
2013-12-14Fix #10754 - `std::run` functions fail after io_errorCadence Marseille-5/+10
2013-12-04std::str: remove from_utf8.Huon Wilson-2/+2
2013-11-28Register new snapshotsAlex Crichton-2/+2
2013-11-26test: Remove non-procedure uses of `do` from compiletest, libstd tests,Patrick Walton-2/+2
2013-11-19fix #10450Young-il Choi-2/+12
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-11-11Remove #[fixed_stack_segment] and #[rust_stack]Alex Crichton-2/+0
2013-11-07fix rpass core-run-destroy for androidsh8281.kim-1/+4
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-5/+5
2013-10-24Fixing some tests, adding some pipesAlex Crichton-1/+4
2013-10-06Add appropriate #[feature] directives to testsAlex Crichton-1/+0
2013-09-19pacified test/run-pass/core-run-destroy on Win7x64Evgeny Sologubov-0/+1
2013-09-05Rename str::from_bytes to str::from_utf8, closes #8985Florian Hahn-2/+2
2013-08-29Revert "auto merge of #8645 : alexcrichton/rust/issue-6436-run-non-blocking, ...Brian Anderson-6/+3
2013-08-27Implement process bindings to libuvAlex Crichton-3/+6
2013-08-17Fix warnings it testsErick Tryzelaar-1/+0
2013-06-17test: adjust some test cases of run-pass for androidYoung-il Choi-1/+7
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-1/+4
2013-05-27Refactor core::run in order to address many of the issuesgareth-5/+6
2013-05-22test: Update tests to use the new syntax.Patrick Walton-6/+6
2013-05-06Move core::run tests of process killing into standalone run-pass testsBrian Anderson-0/+89