| Age | Commit message (Expand) | Author | Lines |
| 2021-06-11 | Build crtbengin.o/crtend.o from source code | 12101111 | -0/+32 |
| 2021-05-22 | Disallows `#![feature(no_coverage)]` on stable and beta | Rich Kadel | -37/+0 |
| 2021-04-29 | Auto merge of #84233 - jyn514:track-path-prefix, r=michaelwoerister | bors | -1/+1 |
| 2021-04-29 | Add integration test for `--remap-pathh-prefix` | Joshua Nelson | -1/+1 |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -1/+109 |
| 2021-04-27 | adds feature gating of `no_coverage` at either crate- or function-level | Rich Kadel | -60/+72 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -1/+97 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -2/+171 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -2/+186 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -1/+1 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -87/+69 |
| 2021-04-18 | DRAFT: coverage of async function bodies should match non-async | Rich Kadel | -2/+204 |
| 2021-04-18 | Add coverage to continue statements | Rich Kadel | -2/+146 |
| 2021-04-05 | Update Source Serif to release 4.004 | Trevor Spiteri | -4/+4 |
| 2021-04-03 | Remove attribute `#[link_args]` | Vadim Petrochenkov | -6/+1 |
| 2021-04-02 | Translate counters from Rust 1-based to LLVM 0-based counter ids | Rich Kadel | -72/+107 |
| 2021-04-02 | Simplify coverage tests | Rich Kadel | -26664/+0 |
| 2021-04-02 | Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_... | bors | -288/+288 |
| 2021-04-01 | Simplify logical operations CFG | AngelicosPhosphoros | -288/+288 |
| 2021-03-31 | Auto merge of #83666 - Amanieu:instrprof-order, r=tmandry | bors | -34/+17 |
| 2021-03-30 | Apply review feedback | Amanieu d'Antras | -77/+89 |
| 2021-03-30 | Run LLVM coverage instrumentation passes before optimization passes | Amanieu d'Antras | -113/+84 |
| 2021-03-26 | Fix #83045 by moving some crate loading verification code to a better place. | Michael Woerister | -0/+36 |
| 2021-03-25 | Auto merge of #83307 - richkadel:cov-unused-functions-1.1, r=tmandry | bors | -133/+2609 |
| 2021-03-23 | Rollup merge of #80705 - tspiteri:italic-and-update-SourceCodePro, r=Guillaum... | Yuki Okushi | -2/+3 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -133/+2609 |
| 2021-03-16 | Add test case for -Zinline-mir & -Zinstrument-coverage | Tomasz Miąsko | -3/+992 |
| 2021-03-15 | Add support for compile-flags in coverage tests | Tomasz Miąsko | -10/+6 |
| 2021-03-15 | Fix `src/test/run-make-fulldeps/issue-19371` | hyd-dev | -0/+1 |
| 2021-03-12 | Make def_key and HIR parenting consistent. | Camille GILLOT | -3/+0 |
| 2021-03-09 | add integration tests, unwind across FFI boundary | katelyn a. martin | -0/+150 |
| 2021-03-07 | Update Source Code Pro and include italics | Trevor Spiteri | -2/+3 |
| 2021-03-05 | Add an unstable option to print all unversioned files | Joshua Nelson | -0/+19 |
| 2021-03-04 | Auto merge of #81451 - nikic:llvm-12, r=nagisa | bors | -6/+5 |
| 2021-03-03 | Explicitly disable preinline during pgo-use test | Nikita Popov | -5/+4 |
| 2021-03-03 | Rollup merge of #81223 - GuillaumeGomez:generate-redirect-map, r=jyn514 | Yuki Okushi | -0/+67 |
| 2021-02-28 | Support LLVM 12 in rustc | Nikita Popov | -1/+1 |
| 2021-02-23 | Add full test for rustdoc map file | Guillaume Gomez | -0/+67 |
| 2021-02-23 | Auto merge of #82102 - nagisa:nagisa/fix-dwo-name, r=davidtwco | bors | -0/+3 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -42/+42 |
| 2021-02-21 | Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-se | bors | -155/+65 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -42/+42 |
| 2021-02-20 | Update LLVM to pull in fixes to llvm-dwp | Simonas Kazlauskas | -0/+3 |
| 2021-02-16 | Fix run-make-fulldeps test | Benoît du Garreau | -155/+65 |
| 2021-02-16 | Auto merge of #81734 - richkadel:fixfordash, r=pnkfelix | bors | -39/+21 |
| 2021-02-13 | Disabled SHELL=dash on Windows due to invalid path backslash handling | Rich Kadel | -0/+2 |
| 2021-02-11 | Re-blessed the partial_eq.rs coverage test | Rich Kadel | -35/+5 |
| 2021-02-11 | Set SHELL = /bin/dash only if it exists | Rich Kadel | -4/+11 |
| 2021-02-11 | Ensures `make` tests run under /bin/dash, like CI, and fixes a Makefile | Rich Kadel | -4/+7 |
| 2021-02-10 | Borrow builder only once in debug derive | Tomasz Miąsko | -35/+32 |