about summary refs log tree commit diff
path: root/src/libstd/run_program.rs
AgeCommit message (Collapse)AuthorLines
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-395/+0
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-03-09std: Convert to rustdocBrian Anderson-90/+40
2012-02-07Make process-spawning take environments and working directories, remove ↵Graydon Hoare-25/+98
procsrv task from compiletest.
2012-02-01Remove native types from stdlibMarijn Haverbeke-2/+2
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 1)Kevin Cantu-2/+2
2012-01-17libstd: Move std tests into libstdBrian Anderson-0/+69
2012-01-11Major clean-up of std::ioMarijn Haverbeke-9/+3
Use ifaces instead of objs, stop wrapping everything in two (or three) layers of no-value-added indirection, and remove some of the more pointless/outdated idioms from the code.
2012-01-11Switch run_program over to ifacesMarijn Haverbeke-47/+48
2012-01-01freebsd supportUser Jyyou-0/+3
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-1/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+1
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-0/+304