summary refs log tree commit diff
path: root/src/compiletest/common.rs
AgeCommit message (Collapse)AuthorLines
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-9/+0
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+9
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-2/+0
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-08-31Add JIT testing to compiletest with --jitBrian Anderson-1/+6
2012-08-30Fix another Eq missing case.Graydon Hoare-0/+6
2012-08-26Camel case the option typeBrian Anderson-4/+4
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-5/+5
2012-07-14Move the world over to using the new style string literals and types. Closes ↵Michael Sullivan-11/+11
#2907.
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-0/+3
Add an optional --logfile argument to std::test::test_main and to compiletest. Use this features and the new 'check-summary.py' script to summarise all the tests performed by the 'check' target. This is a short term fix for #2075.
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