about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2018-07-13Auto merge of #52266 - michaelwoerister:incr-thinlto-preliminaries, r=alexcri...bors-5/+28
2018-07-12Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-5/+28
2018-07-11make pretty source comparison check be fatal (fixes #52255)Tinco Andringa-4/+3
2018-07-06Dedupe filetimeBastien Orivel-1/+1
2018-06-26add edition compiletest header + fix testsmark-3/+12
2018-06-08compiletest: autoremove duplicate .nll.* files (#51204)Kyle Simpson-8/+51
2018-05-31compiletest: escape CXX the same way as CC for MSVCJohannes Nixdorf-1/+1
2018-05-30Run rustfmtSantiago Pastorino-45/+79
2018-05-30Add polonius compare modeSantiago Pastorino-2/+14
2018-05-24Auto merge of #50943 - oli-obk:cleanups, r=estebankbors-0/+9
2018-05-22Update compiltest to use rustfix 0.3.1Pascal Hertleif-2/+4
2018-05-22Prevent local paths into libstd from leaking into ui testsOliver Schneider-0/+9
2018-05-19Auto merge of #50709 - alexcrichton:revert-musl, r=sfacklerbors-1/+1
2018-05-17Rollup merge of #50806 - oli-obk:gesundheit, r=ehussMark Simulacrum-34/+71
2018-05-17Revert "compiletest: escape CXX the same way as CC for MSVC"Alex Crichton-1/+1
2018-05-17Update docs and diagnosticsOliver Schneider-5/+3
2018-05-17`bless` also produces `.nll` files nowOliver Schneider-1/+6
2018-05-17Add `bless` x.py subcommand for easy ui test replacementOliver Schneider-30/+64
2018-05-17Rename trans to codegen everywhere.Irina Popa-18/+18
2018-05-16Fix running multiple targets.Eric Huss-3/+4
2018-05-16compiletest: Run revisions as independent tests.Eric Huss-155/+222
2018-05-16compiletest: rustfmtEric Huss-232/+247
2018-05-15Fix run-make wasm testsEric Huss-1/+1
2018-05-11Auto merge of #50105 - mixi:crt-included, r=alexcrichtonbors-1/+1
2018-05-11compiletest: escape CXX the same way as CC for MSVCJohannes Nixdorf-1/+1
2018-05-07Auto merge of #50000 - michaelwoerister:cross-lang-lto, r=alexcrichtonbors-7/+22
2018-05-05Misc tweaksJohn Kåre Alsaker-2/+38
2018-05-04Fold rustfix tests back into the UI test suiteAlex Crichton-62/+44
2018-05-04Use published rustfix 0.2 versionPascal Hertleif-1/+1
2018-05-04test: Make a dedicated testsuite for rustfixAlex Crichton-43/+82
2018-05-04tidyPascal Hertleif-3/+6
2018-05-04Skip NLL compiletest in rustfix mode for nowPascal Hertleif-3/+6
2018-05-04Use rustfix' suggestion fixing APIPascal Hertleif-74/+6
2018-05-04First step towards rustfix compiletest modePascal Hertleif-2/+90
2018-05-03Include the test name when reporting that an expected line was not found in a...Felix S. Klock II-0/+2
2018-05-03Support test header directives in run-make mode too.Michael Woerister-7/+22
2018-04-27Auto merge of #49891 - cuviper:compiletest-crash, r=alexcrichtonbors-0/+2
2018-04-25compiletest: introduce skip-transTatsuyuki Ishi-3/+21
2018-04-24compiletest: detect non-ICE compiler panicsJosh Stone-0/+2
2018-04-20Add doc for output_base_name_stage.Eric Huss-0/+2
2018-04-20Fix revision support for UI tests.Eric Huss-26/+42
2018-04-20Fix #50113: must explicitly request file name when using with_file_name.Felix S. Klock II-2/+4
2018-04-18When running under compare-mode=nll, generate expected output to `foo.nll.std...Felix S. Klock II-2/+8
2018-04-18Generate separate stamp files for `--compare-mode=nll`, and also use them. :)Felix S. Klock II-3/+8
2018-04-18Change output of `compiletest` to include the compare-mode when present.Felix S. Klock II-2/+6
2018-04-17Auto merge of #49836 - nikomatsakis:nll-facts-prep, r=pnkfelixbors-1/+1
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-22/+35
2018-04-15remove -Znll -- borrowck=mir implies nll nowNiko Matsakis-1/+1
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-9/+9
2018-04-11fixed typomemoryleak47-1/+1