about summary refs log tree commit diff
path: root/src/tools/compiletest/Cargo.toml
AgeCommit message (Expand)AuthorLines
2020-01-14Update rustfix in compiletest.Eric Huss-1/+1
2019-09-26Upgrade env_logger to 0.7Mateusz Mikuła-1/+1
2019-09-06Upgrade env_logger to 0.6Mateusz Mikuła-1/+1
2019-05-13remove compiletest's dependency on `filetime`Andy Russell-1/+0
2019-05-09remove unneeded `extern crate`s from build toolsAndy Russell-2/+1
2019-02-04Transition compiletest to Rust 2018Philipp Hansch-0/+1
2018-12-17Address the pull request review comments.Vytautas Astrauskas-0/+1
2018-09-12Really make CGU names unique across crates.Michael Woerister-1/+1
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-07-28Update the Cargo submodule and rustfixAlex Crichton-1/+1
2018-07-06Dedupe filetimeBastien Orivel-1/+1
2018-05-22Update compiltest to use rustfix 0.3.1Pascal Hertleif-1/+1
2018-05-05Misc tweaksJohn Kåre Alsaker-0/+1
2018-05-04Use published rustfix 0.2 versionPascal Hertleif-1/+1
2018-05-04Use rustfix' suggestion fixing APIPascal Hertleif-1/+1
2018-05-04First step towards rustfix compiletest modePascal Hertleif-0/+1
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