index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
coverage
Age
Commit message (
Expand
)
Author
Lines
2025-02-19
coverage: Add some more cases to `tests/coverage/holes.rs`
Zalathar
-17
/
+88
2025-02-13
coverage: Eliminate more counters by giving them to unreachable nodes
Zalathar
-218
/
+221
2025-02-06
coverage: Don't create counters for code that was removed by MIR opts
Zalathar
-121
/
+84
2025-01-16
coverage: Completely overhaul counter assignment, using node-flow graphs
Zalathar
-1330
/
+1186
2025-01-09
add comment to test
lcnr
-4
/
+6
2025-01-09
Account for identity substituted items in symbol mangling
Michael Goulet
-0
/
+51
2024-12-24
Add a test for coverage attr on trait function
Eric Huss
-0
/
+60
2024-12-23
Revert "Auto merge of #130766 - clarfonthey:stable-coverage-attribute, r=wesl...
Zalathar
-272
/
+335
2024-12-19
Rollup merge of #134497 - Zalathar:spans, r=jieyouxu
Matthias Krüger
-0
/
+37
2024-12-19
coverage: Add a synthetic test for when all spans are discarded
Zalathar
-0
/
+37
2024-12-18
Add reference annotations for the `coverage` attribute
Eric Huss
-36
/
+48
2024-12-17
Rollup merge of #134323 - Zalathar:dismantle-map-data, r=jieyouxu
Matthias Krüger
-4
/
+4
2024-12-17
coverage: Build the global file table on the fly
Zalathar
-4
/
+4
2024-12-16
Stabilize #[coverage] attribute
ltdk
-341
/
+276
2024-12-13
Stabilize async closures
Michael Goulet
-14
/
+12
2024-12-07
coverage: Prefer to visit nodes whose predecessors have been visited
Zalathar
-1076
/
+783
2024-12-05
Stabilize noop_waker
Eric Holk
-89
/
+79
2024-12-04
coverage: Add an extra "transcribe" step after counter creation
Zalathar
-1428
/
+1433
2024-12-04
coverage: Extract `subtracted_sum` in counter creation
Zalathar
-4
/
+6
2024-12-02
Gate async fn trait bound modifier on async_trait_bounds
Michael Goulet
-6
/
+6
2024-11-30
coverage: Use a query to identify which counter/expression IDs are used
Zalathar
-8
/
+8
2024-11-27
Auto merge of #133474 - RalfJung:gvn-miscompile, r=compiler-errors
bors
-103
/
+120
2024-11-25
comment out the old tests instead of adjusting them
Ralf Jung
-103
/
+120
2024-11-24
Coverage test for allowing coverage in a `#![no_core]` crate
Zalathar
-0
/
+34
2024-11-08
coverage: Restrict empty-span expansion to only cover `{` and `}`
Zalathar
-154
/
+152
2024-11-02
coverage: Regression test for inlining into an uninstrumented crate
Zalathar
-0
/
+32
2024-10-18
Dont ICE when computing coverage of synthetic async closure body
Michael Goulet
-0
/
+95
2024-10-11
coverage: Include the highest counter ID seen in `.cov-map` dumps
Zalathar
-0
/
+296
2024-10-11
compiletest: Remove the magic hacks for finding output with `lto=thin`
Zalathar
-15
/
+0
2024-10-08
Simplify the directives for ignoring coverage-test modes
Zalathar
-5
/
+5
2024-10-08
coverage. Adapt to mcdc mapping formats introduced by llvm 19
zhuyunxing
-213
/
+107
2024-10-08
coverage. Disable supporting mcdc on llvm-18
zhuyunxing
-10
/
+10
2024-10-05
fix GVN trying to transmute pointers to integers
Ralf Jung
-8
/
+8
2024-09-18
Update the minimum external LLVM to 18
Josh Stone
-52
/
+42
2024-09-10
coverage: Extract `executor::block_on` from several async coverage tests
Zalathar
-277
/
+142
2024-09-06
coverage: Treat await similar to a macro
Jonathan Conder
-37
/
+30
2024-09-06
coverage: Add test to codify existing behavior
Jonathan Conder
-0
/
+101
2024-08-01
Finish blessing `coverage/mcdc` tests after LLVM 19 upgrade
Zalathar
-0
/
+5
2024-07-30
Bless coverage/mcdc for line number changes
Josh Stone
-42
/
+42
2024-07-30
Disable MC/DC tests on LLVM 19
Krasimir Georgiev
-0
/
+5
2024-07-13
Bless coverage.
Camille GILLOT
-7
/
+9
2024-07-13
Create mapped places upon seeing them in the body.
Camille GILLOT
-85
/
+114
2024-07-09
coverage. Fix panic when generating mcdc code for inlined functions
zhuyunxing
-0
/
+79
2024-07-09
coverage. MCDC tests also report branches coverage
zhuyunxing
-6
/
+78
2024-07-09
coverage. Group mcdc tests in one directory
zhuyunxing
-18
/
+18
2024-07-08
coverage: Extract hole spans from HIR instead of MIR
Zalathar
-136
/
+109
2024-07-08
coverage: Test for handling of nested item spans
Zalathar
-0
/
+179
2024-06-28
Rollup merge of #126956 - joboet:fmt_no_extern_ty, r=RalfJung
Matthias Krüger
-10
/
+10
2024-06-27
Rollup merge of #126721 - Zalathar:nested-cov-attr, r=oli-obk
Jacob Pratt
-152
/
+255
2024-06-26
coverage: Allow `#[coverage(..)]` on `impl` and `mod`
Zalathar
-0
/
+206
[next]