about summary refs log tree commit diff
path: root/src/compiletest/compiletest.rs
AgeCommit message (Expand)AuthorLines
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-484/+0
2016-04-11std: Stabilize APIs for the 1.9 releaseAlex Crichton-11/+20
2016-04-06add incremental test runner and some testsNiko Matsakis-1/+2
2016-03-31allow RUST_BACKTRACE=0 to act as if unsetEmanuel Czirai-1/+4
2016-03-25remove unused variable in compiletestNiko Matsakis-6/+0
2016-03-25Make library paths passed by compiletest tool absolute.Michael Woerister-2/+16
2016-03-23add back `&` that was deleted by mistakeJorge Aparicio-1/+1
2016-03-22fix alignmentJorge Aparicio-4/+4
2016-03-22sprinkle feature gates here and thereJorge Aparicio-0/+1
2016-03-22try! -> ?Jorge Aparicio-6/+6
2016-03-15Auto merge of #31887 - SimonSapin:quiet-test, r=alexcrichtonbors-0/+4
2016-03-15Shorter output for `rustc --test` binaries.Simon Sapin-0/+4
2016-03-14Clean up cloning logic in compiletest.rs.Corey Farwell-11/+2
2016-03-12std: Clean out deprecated APIsAlex Crichton-1/+0
2016-03-03make pretty printer tests understand revisions, and make them ignore theNiko Matsakis-5/+14
2016-03-02rename should-panic to should-fail, per acrichto's suggestionNiko Matsakis-1/+1
2016-03-02make it possible for a test to declare `should-panic`Niko Matsakis-2/+7
2016-02-25create the required directories while gathering tests rather than duringNiko Matsakis-0/+9
2016-02-24Recurse to find test files in any subdirectory of the base path. If aNiko Matsakis-11/+26
2016-02-24Generalize from passing around a single path to the test file to passingNiko Matsakis-15/+36
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-2/+0
2015-10-26Auto merge of #29296 - zazdxscf:compiletest_noargs_show_help, r=alexcrichtonbors-1/+1
2015-10-25std: Stabilize library APIs for 1.5Alex Crichton-2/+0
2015-10-25compiletest: show usage/help when passed no argsEmanuel Czirai-1/+1
2015-09-24Allow multi-digit GDB minor version numbersWilliam Throwe-5/+6
2015-09-01refactored compiletest following clippy's suggestionsllogiq-18/+13
2015-08-24Fix compile-fail tests on windowsDiggory Blake-0/+1
2015-07-12Implement RFC 1058Simonas Kazlauskas-4/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-5/+6
2015-06-13compiletest: remove JITTamir Duberstein-3/+0
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-21/+4
2015-05-09Squeeze the last bits of `task`s in documentation in favor of `thread`Barosl Lee-2/+2
2015-05-02Run benchmarks once, as a test by default.Huon Wilson-1/+1
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-3/+3
2015-04-14More test fixesAlex Crichton-1/+3
2015-04-14compiletest: Re-add raise_fd_limitAlex Crichton-7/+2
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-0/+5
2015-04-01Remove `Thunk` struct and `Invoke` trait; change `Thunk` to be an aliasNiko Matsakis-2/+1
2015-03-31Stabilize `std::convert` and related codeAaron Turon-1/+0
2015-03-27Test fixes and rebase conflicts, round 2Alex Crichton-1/+0
2015-03-26Mass rename uint/int to usize/isizeAlex Crichton-1/+0
2015-03-23Add generic conversion traitsAaron Turon-4/+6
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-2/+2
2015-03-19Rm unused featureManish Goregaokar-1/+0
2015-03-13std: Stabilize the `net` moduleAlex Crichton-1/+0
2015-03-13Fallout of std::old_io deprecationAlex Crichton-3/+5
2015-03-12Stabilize std::pathAaron Turon-1/+0
2015-03-10Auto merge of #23126 - alexcrichton:char-third-pass, r=aturonbors-1/+0
2015-03-10std: Stabilize more of the `char` moduleAlex Crichton-1/+0
2015-03-09Rename #[should_fail] to #[should_panic]Steven Fackler-1/+1