about summary refs log tree commit diff
path: root/src/compiletest/common.rs
AgeCommit message (Expand)AuthorLines
2013-07-17test: Fix tests.Patrick Walton-1/+2
2013-07-16compiletest: Add support for metrics and ratchet modes.Graydon Hoare-0/+9
2013-07-11initial sketch of codegen mode for compiletest; doesn't measure / compare / r...Graydon Hoare-0/+7
2013-07-04Bring compiletest/rustpkg/driver up to date on std vs coreAlex Crichton-2/+0
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-04compiletest: remove --host and cleanupYoung-il Choi-6/+3
2013-05-02compiletest: configurable test dir for ARMYoung-il Choi-1/+4
2013-05-01compiletest: expanded to ARM test automationYoung-il Choi-0/+12
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-0/+3
2013-03-22compiletest: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-18Add a way to run the test suite with the new schedulerBrian Anderson-0/+3
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-02-21Remove the last bits of structural records from tests/rustc/rusti/rustpkg.Luqman Aden-2/+2
2013-02-09Add debug info testsBrian Leibig-2/+3
2013-01-30librustdoc: De-export compiletest, combine-tests, libcargo, libfuzzer, and li...Patrick Walton-8/+7
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-28Fix compiling compiletest. rs=fireErick Tryzelaar-0/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-9/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+9
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
2012-04-04Logfile output from tests; summarise in make checkGrahame Bowland-0/+3
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 procs...Graydon Hoare-2/+0
2012-01-31Change option::t to optionTim Chevalier-3/+3
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