about summary refs log tree commit diff
path: root/src/lib/run_program.rs
AgeCommit message (Expand)AuthorLines
2011-07-29Replace obj dtors with resources in stdlib and rustcMarijn Haverbeke-16/+20
2011-07-29Beginning of replacing drop with resourcesMarijn Haverbeke-2/+2
2011-07-29Make program_output also return stderrJesse Ruderman-9/+28
2011-07-27Re-format some obj dtors that were messed up by the pretty-printerMarijn Haverbeke-5/+6
2011-07-27Reformat for new syntaxMarijn Haverbeke-33/+31
2011-07-26Run test process from a dedicated taskBrian Anderson-0/+1
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-4/+4
2011-07-19Avoid double-closing pipes in std::run::start_programBrian Anderson-4/+13
2011-07-19Refactor std::runBrian Anderson-9/+16
2011-07-19Fix an invalid memory access in run_program and friendsBrian Anderson-4/+8
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-40/+28
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-8/+8
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-5/+5
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-0/+96
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-96/+0
2011-04-19Remove effect system from src.Graydon Hoare-7/+7
2011-03-25stdlib: Separate basic I/O reading functionality into a separate buf_reader o...Patrick Walton-1/+1
2011-03-16Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare-2/+2
2011-03-14Add functionality for running external programs to the std libMarijn Haverbeke-0/+96