about summary refs log tree commit diff
path: root/src/tools/compiletest
AgeCommit message (Expand)AuthorLines
2020-08-27Adds --bless support to test/run-make-fulldepsRich Kadel-0/+12
2020-08-22compiletest: fix a couple clippy lint findingsMatthias Krüger-72/+59
2020-08-18Validate the MIR of all optimizations in the mir-opt directoryOliver Scherer-0/+1
2020-08-15replaced log with tracingGurpreet Singh-6/+6
2020-08-09Add sanitizer support on FreeBSDGreg V-3/+8
2020-08-07Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiserbors-2/+13
2020-08-07Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomezbors-2/+4
2020-08-07Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakisYuki Okushi-0/+21
2020-08-02Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-SimulacrumManish Goregaokar-0/+12
2020-08-02compiletest: Support ignoring tests requiring missing LLVM componentsVadim Petrochenkov-0/+12
2020-08-02compiletest: print diff for pretty testsDavid Wood-9/+16
2020-07-31Move from `log` to `tracing`Oliver Scherer-1/+1
2020-07-31compiletest: ignore-endian-big, fixes #74829, fixes #74885Ximin Luo-0/+21
2020-07-29Improve the diagnostics around misspelled mir dump filenamesOliver Scherer-2/+13
2020-07-29Move mir-opt tests to toplevelXavier Denis-29/+48
2020-07-27mv std libs to library/mark-2/+11
2020-07-25Clean up some uses of logging in ui testsOliver Scherer-1/+1
2020-07-24Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiserManish Goregaokar-10/+43
2020-07-24Add a system for creating diffs across multiple mir optimizations.Oliver Scherer-10/+43
2020-07-22Rollup merge of #74237 - lzutao:compiletest, r=Mark-SimulacrumManish Goregaokar-245/+200
2020-07-19Rewrite extract_version_rangeLzu Tao-23/+46
2020-07-19Rewrite extract_llvm_versionLzu Tao-57/+49
2020-07-19Extract extract_version_rangeLzu Tao-32/+34
2020-07-19Add missing : after *llvm-versionLzu Tao-4/+4
2020-07-19Use subslice patternLzu Tao-6/+6
2020-07-19Extract closure to functionLzu Tao-4/+8
2020-07-19Use Option::as_derefLzu Tao-5/+3
2020-07-19Fix panic as passing wrong format to `extract_gdb_version`Lzu Tao-11/+8
2020-07-19compiletest: Rewrite extract_gdb_version functionLzu Tao-63/+28
2020-07-19compiletest: Rewrite extract_lldb_version functionLzu Tao-76/+50
2020-07-19Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandrybors-0/+12
2020-07-17Generating the coverage mapRich Kadel-0/+12
2020-07-17Allow matching test by target and envMateusz Mikuła-0/+1
2020-07-08Avoid "blacklist"Tamir Duberstein-5/+1
2020-06-28allow aux builds in rustdoc-ui modeAndy Russell-2/+4
2020-06-27Rollup merge of #73525 - cuviper:llvm11, r=nikicManish Goregaokar-1/+1
2020-06-25Support configurable deny-warnings for all in-tree crates.Eric Huss-1/+0
2020-06-25Prepare for LLVM 11Josh Stone-1/+1
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-5/+0
2020-06-21Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakisbors-0/+7
2020-06-20Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r=Mark-Si...Ralf Jung-1/+0
2020-06-20Remove uses of `Vec::remove_item`Lukas Kalbertodt-1/+0
2020-06-20Support sanitizers on aarch64-unknown-linux-gnuTomasz Miąsko-5/+11
2020-06-19Add compare-mode=chalk and add a little bit more implementations and fixmesJack Huey-0/+7
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-5/+53
2020-06-15Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelixbors-7/+32
2020-06-13compiletest: Add directives to detect sanitizer supportTomasz Miąsko-5/+53
2020-06-09Implement new gdb/lldb pretty-printersortem-7/+32
2020-06-09[AVR] Update the compiletest library to recognize AVR as a 16-bit targetDylan McKay-0/+8
2020-06-09[AVR] Add AVR platform supportJake Goulding-0/+1