| Age | Commit message (Expand) | Author | Lines |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -10257/+10257 |
| 2021-02-05 | Auto merge of #81688 - pnkfelix:fix-llvm-version-check-in-run-make-tests, r=s... | bors | -22/+4 |
| 2021-02-04 | Bless code coverage test | Wesley Wiser | -104/+6 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -10251/+10349 |
| 2021-02-03 | Ignore broken test. | Felix S. Klock II | -0/+1 |
| 2021-02-02 | bless the coverage-spanview output. Cc #81688. | Felix S. Klock II | -26/+30 |
| 2021-02-02 | Use `# min-llvm-version: 11.0` to force a minimum LLVM version, rather than a... | Felix S. Klock II | -22/+3 |
| 2021-02-01 | Auto merge of #80851 - m-ou-se:panic-2021, r=petrochenkov | bors | -75/+75 |
| 2021-01-31 | Bless coverage-spanview/expected_mir_dump.*. | Mara Bos | -75/+75 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -1/+61 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -2286/+2077 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -13/+13 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -144/+164 |
| 2021-01-12 | Bless profiler run make tests | Matthew Jasper | -2286/+2077 |
| 2021-01-11 | Revert "Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,we... | Santiago Pastorino | -6/+1 |
| 2021-01-08 | Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser | bors | -1/+6 |
| 2021-01-08 | Rollup merge of #80761 - andjo403:generic_coverage, r=spastorino | Yuki Okushi | -1/+1 |
| 2021-01-07 | handle generic trait methods in coverage tests | Andreas Jonson | -1/+1 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -101/+170 |
| 2020-12-29 | Remove `compile-fail` test suite | Vadim Petrochenkov | -5/+4 |
| 2020-12-25 | Auto merge of #80187 - 0dvictor:nativelib, r=bjorn3 | bors | -0/+6 |
| 2020-12-23 | Add a test that rustc compiles and links separately | Victor Ding | -0/+6 |
| 2020-12-21 | make path normalization compatible with mac python2 | Arpad Borsos | -0/+2 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -10/+488 |
| 2020-12-16 | Remove redundant and unreliable coverage test results | Rich Kadel | -3576/+86 |
| 2020-12-17 | Rollup merge of #80072 - richkadel:llvm-coverage-counters-2.2.1, r=tmandry | Yuki Okushi | -67/+67 |
| 2020-12-16 | tests: add run-make-fulldeps split-dwarf test | David Wood | -0/+9 |
| 2020-12-15 | Fixed conflict with drop elaboration and coverage | Rich Kadel | -67/+67 |
| 2020-12-11 | Fixes reported bugs in Rust Coverage | Rich Kadel | -6/+529 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -24/+26 |
| 2020-12-06 | Do not make local copies of inline fns in debug mode | Santiago Pastorino | -1/+6 |
| 2020-12-04 | Avoid leaking block expression values | Matthew Jasper | -10270/+10270 |
| 2020-12-03 | Tweak to Makefile to overcome MacOS make corruption bug | Rich Kadel | -10/+4 |
| 2020-12-03 | Fixed cross-crate generic call test to compile lib and bin separately | Rich Kadel | -650/+1390 |
| 2020-12-03 | Workaround for inconsistent order of llvm-cov results on Windows | Rich Kadel | -54/+49 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -359/+1765 |
| 2020-12-03 | Combination of commits | Rich Kadel | -20274/+12227 |
| 2020-12-03 | Removed -base from run-make-fulldeps/coverage-*-base | Rich Kadel | -161/+161 |
| 2020-12-03 | Coverage tests for remaining TerminatorKinds and async, improve Assert | Rich Kadel | -860/+10095 |
| 2020-12-03 | Auto merge of #79586 - jyn514:crate-name, r=davidtwco | bors | -1/+0 |
| 2020-12-01 | Fix `unknown-crate` when using self-profile with rustdoc | Joshua Nelson | -1/+0 |
| 2020-11-29 | libtest: Make `sed` arguments compatible with apple | Jakob Schikowski | -2/+2 |
| 2020-11-27 | libtest: Print the total time taken to execute a test suite | Jakob Schikowski | -5/+5 |
| 2020-11-26 | Rollup merge of #79365 - richkadel:llvm-cov-map-version-4, r=wesleywiser | Jonas Schievink | -3/+40 |
| 2020-11-24 | Apply suggestions from code review | Rich Kadel | -1/+1 |
| 2020-11-24 | Check for LLVM 11+ when using `-Z instrument-coverage` | Rich Kadel | -2/+30 |
| 2020-11-23 | Upgrades the coverage map to Version 4 | Rich Kadel | -1/+10 |
| 2020-11-23 | Rename `optin_builtin_traits` to `auto_traits` | Camelid | -2/+2 |
| 2020-11-11 | Fix and re-enable two coverage tests on MacOS | Rich Kadel | -35/+23 |
| 2020-11-05 | Disable the spanview tests on MacOS for now | Rich Kadel | -0/+20 |