summary refs log tree commit diff
path: root/src/test/run-pass/process-detach.rs
AgeCommit message (Expand)AuthorLines
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-10-01Remove iotest macroAaron Turon-2/+3
2014-10-01Remove all use of librustuvAaron Turon-7/+0
2014-08-12Replace "ignore-win32" in tests with "ignore-windows"Vadim Chugunov-1/+1
2014-06-28Rename all raw pointers as necessaryAlex Crichton-1/+1
2014-05-14Process::new etc should support non-utf8 commands/argsAaron Turon-9/+2
2014-05-13io: Implement process wait timeoutsAlex Crichton-1/+1
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-1/+1
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-1/+0
2014-04-04Fix fallout from std::libc separationCorey Richardson-1/+1
2014-03-24green: Remove the dependence on the crate mapAlex Crichton-1/+3
2014-03-21rustc: Switch defaults from libgreen to libnativeAlex Crichton-0/+6
2014-02-23Roll std::run into std::io::processAlex Crichton-4/+3
2014-02-16Allow configuration of uid/gid/detach on processesAlex Crichton-0/+56