| Age | Commit message (Expand) | Author | Lines |
| 2021-04-28 | Auto merge of #84562 - richkadel:issue-83601, r=tmandry | bors | -0/+6 |
| 2021-04-28 | Rollup merge of #84529 - richkadel:issue-84180, r=tmandry | Yuki Okushi | -1/+11 |
| 2021-04-27 | Derived Eq no longer shows uncovered | Rich Kadel | -0/+6 |
| 2021-04-24 | Improve spans for chained function calls | Rich Kadel | -1/+11 |
| 2021-04-24 | Fix coverage ICE because fn_sig can have a span that crosses file boundaries | Rich Kadel | -1/+1 |
| 2021-04-22 | Fix ICE if original_span(fn_sig) returns a span not in body sourcefile | Rich Kadel | -8/+4 |
| 2021-04-20 | Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry | bors | -3/+8 |
| 2021-04-19 | compute fn_sig span from body call_site, and use body ctxt, not root | Rich Kadel | -4/+9 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-18 | Fixes the issue with uncovered source in async function bodies | Rich Kadel | -2/+2 |
| 2021-04-02 | Reduce size of statements | Roxane | -2/+2 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -3/+2 |
| 2021-03-19 | coverage bug fixes and optimization support | Rich Kadel | -22/+23 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -7/+5 |
| 2021-03-15 | Make source-based code coverage compatible with MIR inlining | Tomasz Miąsko | -9/+32 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -1/+2 |
| 2021-03-10 | Rollup merge of #82849 - camsteffen:option-get-or-default, r=joshtriplett | Yuki Okushi | -4/+1 |
| 2021-03-09 | Update interpret step | kadmin | -0/+1 |
| 2021-03-08 | Use Option::get_or_default | Cameron Steffen | -4/+1 |
| 2021-02-18 | Print -Ztime-passes (and misc stats/logs) on stderr, not stdout. | Eduard-Mihai Burtescu | -3/+3 |
| 2021-01-19 | Fix typo in counters.rs | Ikko Ashimine | -1/+1 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -6/+13 |
| 2021-01-12 | Coverage computation needs access to the MIR, too | oli | -6/+13 |
| 2021-01-03 | remove redundant closures (clippy::redundant_closure) | Matthias Krüger | -6/+6 |
| 2020-12-30 | where possible, pass slices instead of &Vec or &String (clippy::ptr_arg) | Matthias Krüger | -3/+3 |
| 2020-12-19 | Remap instrument-coverage line numbers in doctests | Arpad Borsos | -1/+5 |
| 2020-12-15 | Fixed conflict with drop elaboration and coverage | Rich Kadel | -2/+2 |
| 2020-12-15 | Rollup merge of #79958 - richkadel:llvm-coverage-counters-2.2.0, r=tmandry | Guillaume Gomez | -12/+24 |
| 2020-12-13 | Rollup merge of #79984 - Nadrieril:remove-unused-dep, r=jyn514 | Yuki Okushi | -3/+0 |
| 2020-12-12 | Remove an unused dependency that made `rustdoc` crash | Nadrieril | -3/+0 |
| 2020-12-11 | Fixes reported bugs in Rust Coverage | Rich Kadel | -12/+24 |
| 2020-12-11 | don't convert types into identical types with .into() (clippy::useless_conver... | Matthias Krüger | -2/+2 |
| 2020-12-10 | Rollup merge of #79809 - Eric-Arellano:split-once, r=matklad | Tyler Mandry | -28/+34 |
| 2020-12-08 | Review feedback | Eric Arellano | -32/+36 |
| 2020-12-07 | Fixes to Rust coverage | Rich Kadel | -27/+43 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -23/+25 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -7/+11 |
| 2020-12-03 | Combination of commits | Rich Kadel | -127/+117 |
| 2020-11-25 | Fixup compiler docs | Camelid | -12/+12 |
| 2020-11-13 | Addressed feedback | Rich Kadel | -11/+10 |
| 2020-11-12 | Added a unit test for BcbCounters | Rich Kadel | -102/+188 |
| 2020-11-11 | Overcome Sync issues with non-parallel compiler | Rich Kadel | -9/+10 |
| 2020-11-11 | Added some unit tests as requested | Rich Kadel | -22/+676 |
| 2020-11-07 | use single char patterns for split() (clippy::single_char_pattern) | Matthias Krüger | -4/+4 |
| 2020-11-05 | Responded to all feedback as of 2020-10-30 | Rich Kadel | -206/+356 |
| 2020-11-05 | Addressed all feedback to date | Rich Kadel | -14/+23 |
| 2020-11-05 | Injecting expressions in place of counters where helpful | Rich Kadel | -47/+1431 |
| 2020-11-05 | Adds coverage graphviz | Rich Kadel | -10/+434 |
| 2020-11-05 | Implemented CoverageGraph of BasicCoverageBlocks | Rich Kadel | -199/+347 |
| 2020-11-05 | Splitting transform/instrument_coverage.rs into transform/coverage/... | Rich Kadel | -0/+1512 |