summary refs log tree commit diff
path: root/src/compiletest/procsrv.rs
AgeCommit message (Expand)AuthorLines
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-4/+4
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-9/+6
2012-02-20core: New task APIBrian Anderson-2/+2
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-1/+1
2012-02-10use task::spawn_sched to read stdout and stderr at the same timeTed Horst-3/+26
2012-02-10read stderr before stdoutTed Horst-1/+1
2012-02-08Suppress warnings in compiletestMarijn Haverbeke-1/+1
2012-02-07Make process-spawning take environments and working directories, remove procs...Graydon Hoare-155/+41
2012-01-31Change option::t to optionTim Chevalier-3/+3
2012-01-25Replacing str::unsafe_from_bytes with str::from_bytes (part 2)Kevin Cantu-4/+4
2012-01-19misc: ';' to ',' in enums in cargo, compiletest, and fuzzerPatrick Walton-1/+1
2012-01-19misc: "tag" -> "enum" for cargo, compiletest, fuzzer, rustdocPatrick Walton-1/+1
2012-01-18Remove '.' after nullary tags in patternsTim Chevalier-1/+1
2012-01-11Major clean-up of std::ioMarijn Haverbeke-7/+3
2012-01-06port over the tests to use the new APINiko Matsakis-8/+7
2012-01-01freebsd supportUser Jyyou-0/+1
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-9/+10
2011-11-16fix mismatched types---make check passes on x86_64!Niko Matsakis-4/+6
2011-11-08Remove all uses of native cdecl except for those that yieldBrian Anderson-8/+8
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-3/+3
2011-10-20Remove temporary fn# syntaxBrian Anderson-1/+1
2011-10-20Get windows working under the bare function regimeBrian Anderson-1/+1
2011-10-20Make fn denote a bare function. Convert fn to fn@ as neededBrian Anderson-2/+2
2011-10-20Drop the 2 from the spawn*2 functionsBrian Anderson-1/+1
2011-10-20Convert the test runners to typesafe spawnBrian Anderson-7/+8
2011-10-12reimplement some of the unsafe stuff which got lostNiko Matsakis-3/+3
2011-10-12all tests passNiko Matsakis-2/+2
2011-10-12continue to annotate functions as unsafe where neccessaryNiko Matsakis-1/+1
2011-10-09Revert "Revert "Stop using (DY)LD_LIBRARY_PATH on Unix""Brian Anderson-1/+13
2011-10-09Revert "Stop using (DY)LD_LIBRARY_PATH on Unix"Brian Anderson-13/+1
2011-10-06Stop using (DY)LD_LIBRARY_PATH on UnixBrian Anderson-1/+13
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+183