| Age | Commit message (Expand) | Author | Lines |
| 2020-08-27 | Adds --bless support to test/run-make-fulldeps | Rich Kadel | -0/+12 |
| 2020-08-22 | compiletest: fix a couple clippy lint findings | Matthias Krüger | -72/+59 |
| 2020-08-18 | Validate the MIR of all optimizations in the mir-opt directory | Oliver Scherer | -0/+1 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -6/+6 |
| 2020-08-09 | Add sanitizer support on FreeBSD | Greg V | -3/+8 |
| 2020-08-07 | Auto merge of #74821 - oli-obk:const_eval_read_uninit_fast_path, r=wesleywiser | bors | -2/+13 |
| 2020-08-07 | Auto merge of #73842 - euclio:doctest-expn, r=GuillaumeGomez | bors | -2/+4 |
| 2020-08-07 | Rollup merge of #74888 - infinity0:ignore-endian-big, r=nikomatsakis | Yuki Okushi | -0/+21 |
| 2020-08-02 | Rollup merge of #75064 - petrochenkov:llvmtarg, r=Mark-Simulacrum | Manish Goregaokar | -0/+12 |
| 2020-08-02 | compiletest: Support ignoring tests requiring missing LLVM components | Vadim Petrochenkov | -0/+12 |
| 2020-08-02 | compiletest: print diff for pretty tests | David Wood | -9/+16 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+1 |
| 2020-07-31 | compiletest: ignore-endian-big, fixes #74829, fixes #74885 | Ximin Luo | -0/+21 |
| 2020-07-29 | Improve the diagnostics around misspelled mir dump filenames | Oliver Scherer | -2/+13 |
| 2020-07-29 | Move mir-opt tests to toplevel | Xavier Denis | -29/+48 |
| 2020-07-27 | mv std libs to library/ | mark | -2/+11 |
| 2020-07-25 | Clean up some uses of logging in ui tests | Oliver Scherer | -1/+1 |
| 2020-07-24 | Rollup merge of #74715 - oli-obk:mir_pass_diff, r=wesleywiser | Manish Goregaokar | -10/+43 |
| 2020-07-24 | Add a system for creating diffs across multiple mir optimizations. | Oliver Scherer | -10/+43 |
| 2020-07-22 | Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum | Manish Goregaokar | -245/+200 |
| 2020-07-19 | Rewrite extract_version_range | Lzu Tao | -23/+46 |
| 2020-07-19 | Rewrite extract_llvm_version | Lzu Tao | -57/+49 |
| 2020-07-19 | Extract extract_version_range | Lzu Tao | -32/+34 |
| 2020-07-19 | Add missing : after *llvm-version | Lzu Tao | -4/+4 |
| 2020-07-19 | Use subslice pattern | Lzu Tao | -6/+6 |
| 2020-07-19 | Extract closure to function | Lzu Tao | -4/+8 |
| 2020-07-19 | Use Option::as_deref | Lzu Tao | -5/+3 |
| 2020-07-19 | Fix panic as passing wrong format to `extract_gdb_version` | Lzu Tao | -11/+8 |
| 2020-07-19 | compiletest: Rewrite extract_gdb_version function | Lzu Tao | -63/+28 |
| 2020-07-19 | compiletest: Rewrite extract_lldb_version function | Lzu Tao | -76/+50 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -0/+12 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+12 |
| 2020-07-17 | Allow matching test by target and env | Mateusz Mikuła | -0/+1 |
| 2020-07-08 | Avoid "blacklist" | Tamir Duberstein | -5/+1 |
| 2020-06-28 | allow aux builds in rustdoc-ui mode | Andy Russell | -2/+4 |
| 2020-06-27 | Rollup merge of #73525 - cuviper:llvm11, r=nikic | Manish Goregaokar | -1/+1 |
| 2020-06-25 | Support configurable deny-warnings for all in-tree crates. | Eric Huss | -1/+0 |
| 2020-06-25 | Prepare for LLVM 11 | Josh Stone | -1/+1 |
| 2020-06-23 | Remove unused crate imports in 2018 edition crates | yuqio | -5/+0 |
| 2020-06-21 | Auto merge of #72936 - jackh726:chalk-more, r=nikomatsakis | bors | -0/+7 |
| 2020-06-20 | Rollup merge of #73539 - LukasKalbertodt:deprecate-vec-remove-item, r=Mark-Si... | Ralf Jung | -1/+0 |
| 2020-06-20 | Remove uses of `Vec::remove_item` | Lukas Kalbertodt | -1/+0 |
| 2020-06-20 | Support sanitizers on aarch64-unknown-linux-gnu | Tomasz Miąsko | -5/+11 |
| 2020-06-19 | Add compare-mode=chalk and add a little bit more implementations and fixmes | Jack Huey | -0/+7 |
| 2020-06-19 | Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakis | Ralf Jung | -5/+53 |
| 2020-06-15 | Auto merge of #72357 - ortem:new-dbg-pretty-printers, r=pnkfelix | bors | -7/+32 |
| 2020-06-13 | compiletest: Add directives to detect sanitizer support | Tomasz Miąsko | -5/+53 |
| 2020-06-09 | Implement new gdb/lldb pretty-printers | ortem | -7/+32 |
| 2020-06-09 | [AVR] Update the compiletest library to recognize AVR as a 16-bit target | Dylan McKay | -0/+8 |
| 2020-06-09 | [AVR] Add AVR platform support | Jake Goulding | -0/+1 |