summary refs log tree commit diff
path: root/src/tools/compiletest/Cargo.toml
AgeCommit message (Expand)AuthorLines
2018-03-07Merge branch 'compiletest-update' of https://github.com/alexcrichton/rust int...Alex Crichton-3/+5
2018-03-06Update compiletest's dependenciesAlex Crichton-3/+5
2018-03-06Update env_logger to 0.5.4Alex Crichton-1/+1
2018-01-07Try to fix a perf regression by updating logMalo Jaffré-1/+1
2017-12-14Support regexes in custom normalization in UI testsVadim Petrochenkov-0/+1
2017-11-26Compiletest libc dependency can be unix-onlyDavid Tolnay-0/+2
2017-11-06Abbreviate some stdout/stderr output in compiletest.kennytm-0/+4
2017-07-13Reduce the usage of features in compiletest and libtestOliver Schneider-0/+1
2017-06-20Switch to the crates.io `getopts` crateAlex Crichton-3/+4
2017-04-27use diff crate for compile-fail test diagnostics #41474Cengiz Can-0/+1
2017-03-23Remove internal liblogAlex Crichton-1/+1
2017-02-06compiletest: Add caching of test resultsAlex Crichton-0/+1
2017-02-06std: Remove cfg(cargobuild) annotationsAlex Crichton-1/+0
2016-12-30rustbuild: Compile all support tools in stage0Alex Crichton-1/+1
2016-12-20mk: Fix compile with makefilesAlex Crichton-1/+0
2016-12-17let BSD to use gmake for GNU-makeSébastien Marie-0/+1
2016-11-30Update the bootstrap compilerAlex Crichton-6/+0
2016-10-08rustbuild: Optimize build times slightlyAlex Crichton-2/+2
2016-04-21add serialize as a dep for compiletestNiko Matsakis-0/+1
2016-04-18rustbuild: Add support for compiletest test suitesAlex Crichton-0/+15