about summary refs log tree commit diff
path: root/src/test/stdtest/run.rs
AgeCommit message (Expand)AuthorLines
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-3/+5
2011-11-16refactor all unix typesNiko Matsakis-6/+8
2011-11-10Cleanup unused imports in testsHaitao Li-1/+0
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-5/+5
2011-10-29Cleanup the existing platform-specific ignored testsBrian Anderson-9/+1
2011-10-12continue to annotate functions as unsafe where neccessaryNiko Matsakis-4/+4
2011-09-12Merge branch 'unwind'Brian Anderson-0/+7
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-1/+1
2011-09-11Add a waitpid wrapper to std::run that interprets the exit status on unixBrian Anderson-0/+7
2011-09-02Reformat. Issue #855Brian Anderson-9/+8
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-2/+2
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-6/+6
2011-08-27Convert std::run to istrs. Issue #855Brian Anderson-4/+5
2011-08-20ReformatBrian Anderson-11/+9
2011-08-16Rename std::ivec to std::vecBrian Anderson-1/+1
2011-08-12Convert std::run to ivecsBrian Anderson-4/+4
2011-08-12Rename std::ioivec to std::ioBrian Anderson-5/+5
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-5/+6
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-1/+1
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-2/+3
2011-08-03Whitespace cleanupBrian Anderson-4/+4
2011-08-03Add some hacks to get stdin piping working more correctly in windowsBrian Anderson-1/+50
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+4
2011-07-24The Big Test Suite OverhaulBrian Anderson-0/+18