summary refs log tree commit diff
path: root/src/compiletest/common.rs
AgeCommit message (Collapse)AuthorLines
2012-02-28add ability to run multi-crate tests, run tests with --inlineNiko Matsakis-13/+27
2012-02-07Make process-spawning take environments and working directories, remove ↵Graydon Hoare-2/+0
procsrv task from compiletest.
2012-01-31Change option::t to optionTim Chevalier-3/+3
Now that core exports "option" as a synonym for option::t, search-and- replace option::t with option. The only place that still refers to option::t are the modules in libcore that use option, because fixing this requires a new snapshot (forthcoming).
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
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-1/+1
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-0/+32