about summary refs log tree commit diff
path: root/src/compiletest/common.rs
AgeCommit message (Expand)AuthorLines
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-165/+0
2016-04-06add incremental test runner and some testsNiko Matsakis-1/+4
2016-03-25Make library paths passed by compiletest tool absolute.Michael Woerister-2/+2
2016-03-15Shorter output for `rustc --test` binaries.Simon Sapin-1/+4
2016-01-26Implement the translation item collector.Michael Woerister-0/+3
2015-06-13compiletest: remove JITTamir Duberstein-3/+0
2015-05-27Revamp codegen tests to check IR quality instead of quantityBjörn Steinbrink-3/+0
2015-04-07compiletest: Add support for running rustdoc testsAlex Crichton-1/+10
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-8/+9
2015-02-16Add pfail targets for parse-fail testsFlorian Hahn-0/+3
2015-01-30std: Stabilize FromStr and parseAlex Crichton-10/+11
2015-01-29register snaphotsJorge Aparicio-14/+0
2015-01-25cleanup: s/impl Copy/#[derive(Copy)]/gJorge Aparicio-5/+2
2015-01-24Rollup merge of #21550 - FlaPer87:fix-compiletest, r=huonwFlavio Percoco Premoli-0/+15
2015-01-23regex: Remove in-tree versionAlex Crichton-5/+1
2015-01-23Fix compile test for stage0Flavio Percoco-0/+15
2015-01-21rollup merge of #21457: alexcrichton/issue-21436Alex Crichton-9/+3
2015-01-20std: Rename Show/String to Debug/DisplayAlex Crichton-9/+3
2015-01-19Remove unsupported test features from compiletest.Ahmed Charles-14/+0
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-4/+9
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-2/+2
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-16Move FromStr to core::strBrendan Zabarauskas-1/+1
2014-10-23Error if we should be able to Valgrind but can'tNick Cameron-0/+4
2014-10-23Add run-pass-valgrind testsNick Cameron-0/+6
2014-10-08debuginfo: Add LLDB version handling to test infrastructure.Michael Woerister-0/+3
2014-08-27debuginfo: Emit different autotest debugger scripts depending on GDB version.Michael Woerister-0/+3
2014-08-01Fix misspelled comments.Joseph Crail-1/+1
2014-05-30std: Rename {Eq,Ord} to Partial{Eq,Ord}Alex Crichton-1/+1
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-11/+11
2014-05-20compiletest: Refactor compile-fail to regex.Kevin Butler-2/+4
2014-05-16compiletest: Remove all uses of `~str` from `compiletest`Patrick Walton-11/+11
2014-05-15core: Update all tests for fmt movementAlex Crichton-8/+8
2014-05-15test: allow the test filter to be a regex.Huon Wilson-1/+2
2014-05-14Get rid of the android-cross-path flag to rustc.Luqman Aden-0/+3
2014-05-13compiletest: Modernize typenamesklutzy-10/+43
2014-05-07debuginfo: Split debuginfo autotests into debuginfo-gdb and debuginfo-lldbMichael Woerister-1/+5
2014-03-31compiletest: Switch field privacy where necessaryAlex Crichton-28/+28
2014-02-13mk: Fix non-android cross builds.Luqman Aden-2/+5
2014-01-17test: Add the ability to force a host targetAlex Crichton-0/+3
2014-01-04etc: licenseck: don't hardcode a specific yearAdrien Tétar-2/+2
2013-08-30auto merge of #8886 : cmr/rust/test-restructure, r=cmrbors-1/+1
2013-08-30Revert "Teach compiletest to use multiple --src-base's"Corey Richardson-1/+1
2013-08-30auto merge of #8839 : sanxiyn/rust/env, r=thestingerbors-3/+0
2013-08-28Remove --newrt optionSeo Sanghyeon-3/+0
2013-08-28Teach compiletest to use multiple --src-base'sCorey Richardson-1/+1
2013-08-23test: add support for sharding testsuite by passing --test-shard=a.bGraydon Hoare-0/+5
2013-07-17test: Fix tests.Patrick Walton-1/+2
2013-07-16compiletest: Add support for metrics and ratchet modes.Graydon Hoare-0/+9