| Age | Commit message (Expand) | Author | Lines |
| 2020-11-05 | Fix sed command for Mac | Rich Kadel | -1/+1 |
| 2020-11-05 | rename some tests to avoid exceeding windows path limits | Rich Kadel | -819/+847 |
| 2020-11-05 | fix cross-platform test bugs | Rich Kadel | -40/+17 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -0/+6 |
| 2020-11-05 | Added comments on remapping expression IDs, and URL to spanviews | Rich Kadel | -116/+1169 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -540/+522 |
| 2020-11-05 | Implemented CoverageGraph of BasicCoverageBlocks | Rich Kadel | -294/+216 |
| 2020-11-05 | Rust coverage before splitting instrument_coverage.rs | Rich Kadel | -813/+9055 |
| 2020-10-31 | Assert that locals have storage when used | Tomasz Miąsko | -0/+2 |
| 2020-10-19 | Move issue-36710 test to run-make | Jonas Schievink | -36/+0 |
| 2020-10-19 | Unignore test | Jonas Schievink | -2/+0 |
| 2020-10-10 | Fix hotplug_codegen_backend test | bjorn3 | -32/+26 |
| 2020-10-05 | Renamed tests to avoid exceeding Windows max path limit | Rich Kadel | -585/+585 |
| 2020-10-05 | Updates to experimental coverage counter injection | Rich Kadel | -1464/+17863 |
| 2020-10-04 | Bless more test output | Aaron Hill | -962/+628 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -24/+24 |
| 2020-09-28 | Fix run-make-fulldeps tests | varkor | -24/+24 |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -0/+1 |
| 2020-09-10 | Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum | bors | -2/+2 |
| 2020-09-06 | Improved the MIR spanview output | Rich Kadel | -224/+674 |
| 2020-09-07 | rustbuild: Build tests with LLD if `use-lld = true` was passed | Vadim Petrochenkov | -2/+2 |
| 2020-09-05 | Ignore failing PGO/coverage tests on MinGW | Mateusz Mikuła | -1/+29 |
| 2020-09-04 | Auto merge of #76004 - richkadel:llvm-coverage-map-gen-6b.5, r=tmandry | bors | -268/+1771 |
| 2020-09-03 | Tools, tests, and experimenting with MIR-derived coverage counters | Rich Kadel | -268/+1771 |
| 2020-09-02 | pretty: trim paths of unique symbols | Dan Aloni | -2/+2 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -15/+17 |
| 2020-08-22 | Write coverage filenames in Version3 format | Josh Stone | -1/+1 |
| 2020-08-15 | Auto merge of #73851 - matthewjasper:serialize-not-special, r=oli-obk | bors | -56/+60 |
| 2020-08-14 | Fix run-make test | Matthew Jasper | -56/+60 |
| 2020-08-14 | Auto merge of #75416 - richkadel:llvm-coverage-map-gen-5.3, r=richkadel | bors | -19/+116 |
| 2020-08-14 | LLVM IR coverage encoding aligns closer to Clang's | Rich Kadel | -19/+116 |
| 2020-08-13 | Link sanitizers when creating dynamic libraries on macOS | Tomasz Miąsko | -3/+0 |
| 2020-07-30 | intra_doc_resolution_failures -> broken_intra_doc_links | Manish Goregaokar | -1/+1 |
| 2020-07-30 | Rename to intra_doc_resolution_failures | Manish Goregaokar | -1/+1 |
| 2020-07-29 | Rename usage of intra_doc_link_resolution_failure | Manish Goregaokar | -1/+1 |
| 2020-07-29 | Auto merge of #72049 - mati865:mingw-lld, r=petrochenkov | bors | -0/+14 |
| 2020-07-29 | Add test for #50176 | Mateusz Mikuła | -0/+14 |
| 2020-07-27 | mv std libs to library/ | mark | -1/+1 |
| 2020-07-22 | Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic | Manish Goregaokar | -0/+65 |
| 2020-07-19 | Auto merge of #74091 - richkadel:llvm-coverage-map-gen-4, r=tmandry | bors | -0/+221 |
| 2020-07-17 | Generating the coverage map | Rich Kadel | -0/+221 |
| 2020-07-17 | Fix various tests to run on windows-gnu | Mateusz Mikuła | -42/+39 |
| 2020-07-17 | Remove invalid test | Mateusz Mikuła | -11/+0 |
| 2020-07-17 | Create implib for dlls when testing MinGW targets | Mateusz Mikuła | -1/+1 |
| 2020-07-16 | Rollup merge of #73998 - euclio:search-index-determinism, r=nikomatsakis | Manish Goregaokar | -0/+18 |
| 2020-07-16 | Rollup merge of #73981 - ehuss:remove-ignore-stage1, r=nikomatsakis | Manish Goregaokar | -4/+0 |
| 2020-07-10 | Avoid "whitelist" | Tamir Duberstein | -2/+2 |
| 2020-07-03 | add regression test for #61216 | Andy Russell | -0/+18 |
| 2020-07-02 | Remove some `ignore-stage1` annotations. | Eric Huss | -4/+0 |
| 2020-06-30 | va_args implementation for AAPCS. | Jamie Cunliffe | -0/+65 |