summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2018-09-12Really make CGU names unique across crates.Michael Woerister-13/+21
2018-09-04Breaking change upgradesMark Rousskov-1/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-21Normalize source line and column numbers.David Wood-0/+7
2018-08-19Auto merge of #52972 - RalfJung:from_raw_parts_align, r=alexcrichtonbors-2/+4
2018-08-17Auto merge of #53356 - michaelwoerister:itlto, r=alexcrichtonbors-5/+28
2018-08-15Fix compiletest JSON error messageashtneoi-2/+2
2018-08-15Adapt codegen-unit tests to new CGU naming scheme.Michael Woerister-5/+28
2018-08-14Rollup merge of #53229 - varkor:rlimits_min, r=nikomatsakiskennytm-7/+9
2018-08-14Fix no-link-with-link-args by introducing another normalization.David Wood-0/+5
2018-08-14Normalize test build directory and root build directory.David Wood-0/+9
2018-08-14Check error-patterns on UI tests. Fixes #52531.David Wood-21/+24
2018-08-09Add a safety check for compiletest rlimitvarkor-7/+9
2018-08-06inore some codegen tests when debug assertions are enabledRalf Jung-2/+4
2018-08-05Fix stage 2 testsvarkor-1/+0
2018-08-01Auto merge of #52937 - pietroalbini:rollup, r=pietroalbinibors-0/+1
2018-07-30rustc: Disallow machine applicability in foreign macrosAlex Crichton-2/+17
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-0/+1
2018-07-28Update the Cargo submodule and rustfixAlex Crichton-3/+7
2018-07-27Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrumbors-4/+4
2018-07-26compiletest: Add support for ignoring certain tests under `--compare-mode=...`Felix S. Klock II-2/+7
2018-07-25Add missing dynTatsuyuki Ishi-4/+4
2018-07-24Auto merge of #52181 - QuietMisdreavus:panicked-tester, r=GuillaumeGomezbors-5/+7
2018-07-23Match errors using the callsite of macro expansionsFederico Poli-6/+32
2018-07-20compiletest: don't overwrite failure-status if it was previously setQuietMisdreavus-5/+7
2018-07-18rustc: distinguish compilation failure from ICEAndy Russell-9/+11
2018-07-16Revert "Adapt codegen-unit tests to new CGU naming scheme."Michael Woerister-28/+5
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