about summary refs log tree commit diff
path: root/src/libstd/run_program.rs
AgeCommit message (Collapse)AuthorLines
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