summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2017-11-20Auto merge of #45905 - alexcrichton:add-wasm-target, r=aturonbors-4/+33
2017-11-19std: Add a new wasm32-unknown-unknown targetAlex Crichton-4/+33
2017-11-17Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakisbors-0/+1
2017-11-15Allow minimum system LLVM version in testsTom Tromey-0/+8
2017-11-14incr.comp.: Cache TypeckTables and add -Zincremental-queries flag.Michael Woerister-1/+2
2017-11-13Rollup merge of #45917 - ollie27:compiletest_stamp, r=alexcrichtonkennytm-0/+5
2017-11-10compiletest: Fix a couple of test re-run issuesOliver Middleton-0/+5
2017-11-10Fix test case header parsing code in presence of multiple revisions.Michael Woerister-10/+11
2017-11-10Rollup merge of #45783 - kennytm:compiler-test-fixes, r=alexcrichtonkennytm-7/+300
2017-11-08Auto merge of #45867 - michaelwoerister:check-ich-stability, r=nikomatsakisbors-0/+1
2017-11-08incr.comp.: Always verify incr. comp. hashes when running incremental tests.Michael Woerister-0/+1
2017-11-06Auto merge of #45737 - oli-obk:json, r=petrochenkovbors-1/+2
2017-11-06Abbreviate some stdout/stderr output in compiletest.kennytm-7/+300
2017-11-05Auto merge of #45748 - petrochenkov:short, r=alexcrichtonbors-1/+15
2017-11-03Shorten paths to auxiliary files created by testsVadim Petrochenkov-1/+15
2017-11-03Pretty print json in ui testsOliver Schneider-1/+2
2017-11-02improve compiletest output for errors from mir-opt testsMikhail Modin-3/+16
2017-10-31runtest: fix mir directory and delete outdated MIR filesNiko Matsakis-5/+4
2017-10-25Compiletest should parse suggestions from the spansOliver Schneider-9/+10
2017-10-21Auto merge of #45391 - malbarbo:x32-1, r=alexcrichtonbors-1/+1
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-1/+1
2017-10-19Auto merge of #45080 - clippered:issue-44986/fix-windows-ui-path, r=estebankbors-1/+8
2017-10-15Don't use target's linker when linking build scriptsVadim Petrochenkov-0/+3
2017-10-15rustbuild: Support specifying archiver and linker explicitlyVadim Petrochenkov-1/+17
2017-10-15Rollup merge of #45258 - hdhoang:master, r=alexcrichtonkennytm-2/+2
2017-10-14Auto merge of #45162 - chrisvittal:mir-testing, r=nikomatsakisbors-32/+94
2017-10-13Auto merge of #45063 - michaelwoerister:bring-back-incremental-info, r=nikoma...bors-1/+0
2017-10-13compiletest/runtest: format ErrorKind with DisplayHoàng Đức Hiếu-2/+2
2017-10-11Fix #44968 Windows path in UI testsclippered-1/+8
2017-10-09Modify MIR testing to require continuous linesChristopher Vittal-32/+94
2017-10-09New rebase for the issue #45022k0pernicus-29/+47
2017-10-06incr.comp.: Bring back output of -Zincremental-info.Michael Woerister-1/+0
2017-09-16fix test name being printed twice for ui testsRalf Jung-2/+0
2017-09-16compiletest: print the correct basename of the src dirRalf Jung-1/+1
2017-08-28compiletest: Change Config comments to doc commentsThomas Jespersen-39/+39
2017-08-27Additional libc cleanupTatsuyuki Ishi-0/+1
2017-08-23capture `adb shell` stdoutAndy Russell-0/+2
2017-08-22remove needless cloneAndy Russell-1/+1
2017-08-16remove procsrv moduleAndy Russell-51/+28
2017-08-16remove `extra_args` argumentAndy Russell-48/+38
2017-08-16return `Command` from make_compile_argsAndy Russell-68/+45
2017-08-16make `compose_and_run_compiler` take `Command`Andy Russell-52/+40
2017-08-16remove `working_dir` argumentAndy Russell-40/+20
2017-08-16let `compose_and_run` take a `Command`Andy Russell-68/+55
2017-08-16replace procsrv functions with `Command`Andy Russell-182/+70
2017-08-15use field init shorthand EVERYWHEREZack M. Davis-28/+28
2017-08-09rustc: Rearchitect lints to be emitted more eagerlyAlex Crichton-3/+15
2017-07-27Don't needlessly build rustdoc for compiletest.Mark Simulacrum-6/+8
2017-07-17Only set cwd for test process, not compilerRichard Dodd-11/+40
2017-07-17Try running all tests using cwdRichard Dodd-5/+3